@charset "utf-8";
/* CSS Document */
*{
	margin:0 auto;
}
header, aside, footer {display:block}
.float_left{
	float:left;
}
.float_right{
	float:right;
}
.clear{
	clear:both;
}
body{
	width:100%;
	margin:0 auto;
}
header{
	height:300px;
	width:960px;
	background-color:white;
}
#header_logo{
	float:left;
	width:222px;
	height:270;
}
#header_partiedroite{
	padding-top:50px;
	width:738px;
	float:left;
	background:url(img/headerdeco.gif) no-repeat 90% 40%;
}	
h1{
	color:#6182C1;
	font-size:24px;
	width:550px;
}
nav{
	width:738px;
	margin-top:120px;
}
nav ul{
	height: 60px;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
nav ul li {
	list-style:none;
	float:left;
}
nav ul li a {
	width:100px;
	background:#a3c8f4;
	color:white;
	text-align:center;
	text-decoration:none;
	display:block;
	padding:10px;
	border:white 1px solid;
	border-radius:10px;
	-moz-border-radius:10px;
	margin:10px 15px 0 0;
}
nav ul a:hover {
	background-color:#6182C1;
}
nav ul li a:active {
	background:#6182C1;
	font-weight:bolder;
}
.lienclique{
	background:#6182C1;
	font-weight:bolder;
}
#wallpaper{
	background-color:#6182C1;
}
#main{
	width:960px;
	min-height:500px;
	background-color:white;
	border-top:20px solid #6182C1;
	border-bottom:20px solid #6182C1;
	overflow:hidden;
}
footer p{
	background-color:#a3c8f4;
	width:100%;
	height:40px;
	line-height:40px;
	font-size:12px;
	text-align:center;
	font-family:verdana;
	margin-bottom:0;
}
footer a{
	text-decoration:none;
	color:black;
}
/*CSS spécifique de la page d'accueil*/
#illustrations img{
	margin:20px 0 20px 20px;
}
#illustrations figure{
	height:140px;
	border-bottom:2px dashed #F8AE3E;
}
.discours{
	width:450px;
	float:left;
	text-align:justify;
	margin:20px 0 20px 20px;
	overflow:hidden;
	text-indent:40px;
}
.align-right{
	text-align:right;
}
/*CSS spécifique de la page présentation*/
#contenu_principal{
	width:710px;
	margin-left:0;
	margin-top:10px;
	margin-bottom:20px;
	text-align:justify;
	float:left;
}
#contenu_principal h2{
	font-size:20px;
	color:#f8ae3e;
	text-align:right;
	margin:0 10px 10px 0;
}
#contenu_principal p{
	padding:0 10px 0 15px;
	text-indent:40px;
}
#illu_presentation{
	width:710px;
	min-height:177px;
	margin-bottom:15px;
	padding-bottom:15px;
	overflow:hidden;
	border-bottom:2px dashed #F8AE3E;
}
#illu_presentation  img{
	margin:15px 10px;
}
#contenu_principal li{
	list-style:circle;
}
#racines{
	width:250px;
	min-height:470px;
	float:left;
	margin-top:10px;
	background: url(img/troiscarres.jpg) no-repeat 90% 100%;
}
#racines h2{
	font-size:20px;
	margin:40px 0 30px 0;
	line-height:30px;
	text-align:center;
	color:#d15016;
}
#racines li{
	list-style:none;
	margin-bottom:15px;
}
#racines img{
	margin-right:20px;
	margin-top:15px;
}
/*CSS spécifique à la page temps forts */
#tf_contenuprincipal{
	margin-left:0;
	width:760px;
	margin-right:0;
	float:left;
	background:url(img/troiscarres3.jpg) no-repeat 1.5% 100%;
	margin-bottom:10px;
}
#tf_contenuprincipal h2{
	font-size:20px;
	color:#f8ae3e;
	text-align:center;
	margin:20px 10px 10px 0;
}
#tf_contenuprincipal h4{
	font-size:18px;
	font-weight:inherit;
	padding-bottom:15px;
	border-bottom:2px dashed #F8AE3E;
	margin:20px 0 20px 10px;
}
#tf_contenuprincipal table{
	border-collapse:collapse;
	width:740px;
}
#tf_contenuprincipal td:first-child{
	width:150px;
	text-align:center;
	background:#f8ae3e;
	color:#FAEFBC;
	border-bottom:1px solid white;
}
#tf_contenuprincipal td:last-child{
	padding:5px;
	background:#FAEFBC;
	border-bottom:1px solid white;
	
}
#tf_contenuprincipal tr:last-child td:last-child{
	border-bottom-right-radius:50px;
}
#tf_contenuprincipal cite{
	margin-left:20%;
	font-size:18px;
	line-height:40px;
}
#tf_illu{
	float:right;
	width:200px;
}
#tf_illu img{
	margin-top:10px;
	margin-left:10px;
}
#figcaption1, #figcaption2, #figcaption3{
	width:180px;
	height:169px;
	position:absolute;
	margin-top:-174px;
	margin-left:10px;
	text-align:center;
	font-family: Georgia, Times, serif;
	transition:all .7s;
	opacity:0;
}
#tfillu_figure1:hover #figcaption1,#tfillu_figure2:hover #figcaption2,#tfillu_figure3:hover #figcaption3{
	background: #000;
	background: rgba(255,255,255,0.7);
	color: #555;
	opacity:1;
}
/* CSS spécifique de la page Organisation */
#org_titre{
	font-size:20px;
	color:#f8ae3e;
	text-align:center;
	border-bottom:2px dashed #F8AE3E;
	margin:10px 0;
	padding-bottom:10px;
}
#org_contenugauche, #org_contenudroit{
	width:460px;
	float:left;
	padding:10px;
}
#souligner{
	text-decoration:underline;
}
#org_contenugauche cite{
	font-size:18px;
	text-indent:20px;
	text-align:justify;
	display:block;
	width:440px;
	padding:0 20px 10px 0;
	margin-bottom:20px;
	background:url(img/troiscarres.jpg) no-repeat 100% 100%;
}
#org_contenugauche p,#org_contenudroit p{
	text-indent:40px;
	text-align:justify;
	margin-bottom:20px;
}
#org_contenugauche figure{
	margin-bottom:20px;
}
#org_contenugauche img{
	margin:0 25px 10px 10px;
}
#org_contenugauche figcaption{
	font-style:italic;
	margin:5px 0 10px 10px;
	width:175px;
	text-align:center;
}
#org_contenudroit table{
	border-collapse:collapse;
	width:400px;
	margin-top:20px;
	line-height:30px;
}
#org_contenudroit table caption{
	margin-bottom:15px;
	font-weight:bold;
}
#org_contenudroit td:first-child{
	padding-left:10px;
}
.ligne-impaire{
	background-color:#FAEFBC;
}
/*CSS spécifique à la page contact*/
#contact_titre1{
	font-size:20px;
	color:#f8ae3e;
	text-align:left;
	float:left;
	margin:15px;
}
#contact_titre2{
	font-size:20px;
	color:#f8ae3e;
	text-align:right;
	margin:10px;
}
#cont_contenugauche{
	width:460px;
	min-height:460px;
	float:left;
	margin-right:5px;
	margin-top:2px;
	overflow:hidden;
}
#cont_contenugauche p{
	text-align:center;
	font-weight:bolder;
	margin-top:20px;
	line-height:25px;
}
#cont_map{
	margin:0 10px;
}
#cont_contenudroit{
	width:480px;
	min-height:460px;
	background:url(img/troiscarres2.jpg) no-repeat 95% 0%;
	overflow:hidden;
	margin:0;
	border-left:2px dashed #F8AE3E;
	padding-left:10px;
	float:left;
}
#cont_contenudroit h3{
	font-size:16px;
	color:#d15016;
	margin:20px 0;
}
#cont_contenudroit h3:first-child{
	margin-top:0;
}
#cont_coordonnees {
	float:left;
	overflow:hidden;
	width:220px;
}
#cont_contenudroit p:last-child{
	width:260px;
	margin:0 0 10px 10px;
	overflow:hidden;
}
#cont_contenudroit table{
	margin:0 0 5px 0;
}
#cont_form{
	margin-top:15px;
}
#cont_form #submit{
	background-color:#f8ae3e;
	color:white;
	margin-top:15px;
}
/*CSS spécifique à la page mentions légales */
#titre_mentions{
	font-size:20px;
	color:#f8ae3e;
	text-align:center;
	border-bottom:2px dashed #F8AE3E;
	margin:10px 0;
	padding-bottom:10px;
}
#mentions_legales{
	padding:15px;
}
#mentions_legales h4{
	font-size:16px;
	margin:10px 25px;
	color:#d15016;
}
#mentions_legales p{
	text-align:center;
}
#mentions_legales article p{
	text-align:justify;
}

