@charset "utf-8";
/* fond du site #e5e5e5 */
* {
	margin:0px;
	padding:0px;
}
img {
	border:none;
}

ul {
	list-style-type: none;
}


body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:1.4em;

}
#top {
	background-image: url(images/images/structure_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 75px;
	width: 1000px;
}
#cadre {

	width: 950px;
}
#cadre #gauche {

	float: left;
	height: 325px;
	width: 100px;
	background-image: url(images/images/structure_02.jpg);
}
#cadre_bas {

	width: 950px;
	height: 250px;
}
#cadre_bas #coin_g {
	background-image: url(images/images/structure_12.jpg);
	height: 50px;
	width: 50px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}
h1 {
	font-weight: bold;
}

#cadre_bas #bas {
	margin: 0px;
	height: 220px;
	width: 770px;
	background-color: #E0DFE3;
	background-image: url(images/images/structure_13.jpg);
	float: left;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#cadre #main {

	float: left;
	width: 800px;
	background-color: #e5e5e5;
	background-image: url(images/images/structure_10.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#cadre_bas #bas #credit {

	float: right;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#cadre_bas #coin_d {
	background-image: url(images/images/structure_14.jpg);
	float: left;
	height: 50px;
	width: 50px;
}

#cadre #bordure_droite {
	background-image: url(images/images/structure_07.jpg);

	width: 850px;
	float: left;
	background-repeat: repeat-y;
	background-position: right top;
}

#cadre #bordure_droite #main #img_haut {
	background-image: url(images/images/structure_03.jpg);
	height: 325px;
	width: 200px;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -325px;
	margin-left: 0px;
}




p {
	margin-bottom: 1.2em;
	margin-top: 0px;
}

a {
	font-weight: normal;
	color: #CC3300;
	text-decoration: underline;
}

a:hover{
	color: #00668C;

}
.spacer {
clear: both;
}
.titre1 {
	font-size: 15px;
	color: #0136A8;
	font-weight: bold;
	height: 25px;
	width: 600px;
	padding-top: 9px;
	background-image: url(images/titre1.gif);
	background-repeat: no-repeat;
	padding-left: 50px;
}


#retour {
	text-decoration: none;
}


.paragraphe1 {
	padding-left: 15px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #E98809;
	margin-left: 5px;
	background-image: url(images/transparent50.png);
}

.paragraphe1 b {
	margin-left: -10px;
}

.important {
	font-weight: bold;
	color: #0B46A9;	
}
.paragraphe2 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #10a1da;
	margin-top: 10px;
	padding-left: 5px;
}

.link {
	border-left-color: #be0404;
}

/* POPUP CONTACT */
#overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color:#000;
}

#popup_contact {
	position:fixed;
	background-color:#E5E5E5;
	height: 5px; /* 400x700 */
	width: 5px;
	left: 90px;
	top: 70px;
	border: 5px solid #FFF;
	overflow:hidden;
	padding: 5px;
}

.CNIL {
	font-size: 9px;
	color: #999;	
}
