@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 22px;
	background-color:#FFF;
	padding:0px;
	margin:0px;
}

#headertop {
	width:100%;
	height:58px;
	background-image:url(images/background-1.jpg);
	background-repeat:repeat-x;
}


#divcentre {
	width:1086px;
	position:absolute;
	left:50%;
	margin-left:-543px;
	text-align:right;
	margin-top:15px;
}

#global {
	width:1086px;
	position:absolute;
	left:50%;
	margin-left:-543px;
	background-color:#FFF;
}

#header {
	width:1086px;
	height:325px;
	float:left;
	background-image:url(images/background-header-en.jpg);
	background-repeat:no-repeat;
	margin-bottom:7px;
}

#contenu-global {
	width:1086px;
	background-image:url(images/background-menu.jpg);
	background-repeat:repeat-y;
	float:left;

}

#contenu {
	background-image:url(images/footer-menu.jpg);
	background-repeat:no-repeat;
	background-position: bottom left;
	width:1086px;
	float:left;

}

#footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	width:1086px;
	height:50px;
	float:left;
}

#menu {
	width:178px;
	float:left;
	margin-top:20px;
	padding-left:159px;

}

#content {
	width:749px;
	float:left;
}


.menutitre a {
	color:#FFF;
	text-decoration:none;
}

.menutitre a:hover {
	color:#006CAD;	
}

.text-normal {
	color:#3C3C3C;
	padding-left:24px;
}


.text-bleu-it {
	color:#0CF;
	padding-left:24px;
	font-style:italic;
	font-weight:bold;
	
}

h2 {
	color:#ad7962;
	text-transform: uppercase;
	font-size:17px;
	font-weight:bold;
	padding-left:12px;
}


.sepa {
	width:740px;
	height:6px;
	background-color:#ad7962;
	margin-top:6px;
}


a {
	text-decoration:none;
	color:#3C3C3C;
}

a:hover {
	color:#006CAD;
}


img a {
	border:none;
}

img { border: 0;}

.cont-image {
	padding-left:10px;
}

.cont-image img {
	
	margin-left:16px;
	margin-top:14px;
	
}

td {
	vertical-align:text-top;
}

sup {
	font-size: 80%;
	line-height: 80%;
} 

h3 {
	padding:0px;
	font-size:12px;
	margin:0px;
}

#cont-acc {
	width:740px; 
	
}

.stretcher {
	padding:0px;
	margin:0px;
	width:740px;
}

.menutitre {
	height:19px;
	padding:0px;
	padding-left:10px;
	margin-bottom:0px;
	margin-top:0px;
	margin-right:0px;
	width:730px;
	background-color:#CCC;
	border-bottom:solid;
	border-bottom-width:2px;
	border-bottom-color:#FFF;
}

.menu-langue {
	color: #000;
	text-decoration:underline;
	float:right;
}

.menu-langue-selec {
	color: #CCC;
	float:right;
}



