@charset "utf-8";
/* CSS Document */

/*********** 
Reset styles 
***********/
* { margin: 0; padding: 0; outline:none; }
img{border:0;}
a:focus, a:active, a:hover { outline:none; }
.left { float:left; }
.right { float:right; }
.tleft { text-align:left; }
.tright { text-align:right; }
.tcenter { text-align:center; }
.dcenter { margin:0 auto; }
.c { clear:both; }
.dnone { display:none; }
.block { display:block; }
.middle { vertical-align:middle; }
.relative{position:relative;}
.italic {font-style:italic;}
.s11 {font-size:11px;}
.s10 {font-size:10px;}
.bold {font-weight:bold;}
.txt_11 {font-size:11px;}
.txt_gris {color:#AAA; }
.m0 { margin:0px; }
.mLT{margin: 28px 0 0 8px;}
.mL5{ margin-left:5px;}
.mL10{ margin-left:10px;}
.mL15{ margin-left:15px;}
.mL20{ margin-left:20px;}
.mL30{ margin-left:30px;}
.mL150{ margin-left:150px;}
.mR10{ margin-right:10px;}
.mR12{ margin-right:12px;}
.mR15{ margin-right:15px;}
.mR20{ margin-right:20px;}
.mR30{ margin-right:30px;}
.mR50{ margin-right:50px;}
.mR123{ margin-right:123px;}
.mR148{ margin-right:148px;}
.mT0{ margin-top:0px;}
.mT2{ margin-top:2px;}
.mT3{ margin-top:3px;}
.mT5{ margin-top:5px;}
.mT7{ margin-top:7px;}
.mT10{ margin-top:10px;}
.mT12{ margin-top:12px;}
.mT15{ margin-top:15px;}
.mT20{ margin-top:20px;}
.mT30{ margin-top:30px;}
.mT50{ margin-top:50px;}
.mT60{ margin-top:60px;}
.mT70{ margin-top:70px;}
.mT150{ margin-top:150px;}
.mB10{ margin-bottom:10px;}
.mB15{ margin-bottom:15px;}
.mB20{ margin-bottom:20px;}
.mB30{ margin-bottom:30px;}
.mB70{ margin-bottom:70px;}
.mB294{ margin-bottom: 294px;}
.mB184{ margin-bottom: 184px;}
.pL35 { padding-left:35px; }
.pR10 { padding-right:10px; }
.pR15 { padding-right:15px; }
.pR35 { padding-right:35px; }
.w250 { width:250px;}
.w30 { width:30px; }
.w60 { width:60px; }
.w80 { width:80px; }
.w105 { width:105px; }
.w120 { width:120px; }
.w150 { width:150px; }
.w170 { width:170px; }
.w200 { width:200px; }
.w230 { width:230px; }
.w250 { width:250px; }
.w370 { width:370px; }
.w430 { width:430px; }
.w450 { width:450px; }
.w300 { width:300px; }
.w500 { width:500px; }
.w530 { width:530px; }
.w560 { width:560px; }
.w600 { width:600px; }
.w630 { width:630px; }
.w710 { width:710px; }
.w730 { width:830px; }
.w830 { width:830px; }
.w860 { width:860px; }
.w960 { width:960px; }
.w158 { width:158px; }
.h300 { height:300px; }
.col_130 { width:130px; }
#global a.lien_blanc {color:#fff; }
/*********** 
Layout
***********/
body {
	font-family:"Arial", Helvetica, sans-serif;
	font-size:12px;
	/*background: #061f2a; */
	width: 100%;
}
body.accueil {
	/*background: #061f2a; */
}
#fond{
	width: 100%;
	height: 100%;
	z-index: -100;
	/*background: url('../images/fond1.jpg') no-repeat top center;*/
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 32px;
}
#centre{
	width: 960px;
	height:500px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#global {
	position:relative;
	width:960px;
	margin: 0 auto;
	z-index: 4;
}
#header {
	position: relative;
	width: 960px;
	/*height: 146px;*/
	height: 126px;
	background: #FFF;
}
#logo {
	float: left;
	/*margin: 20px 0 0 27px;*/
	margin: 10px 0 0 27px;
	width: 64px;
	height: 107px;
}

#logo2016 {
	float: left;
	/*margin: 20px 0 0 27px;*/
	/*margin: 10px 0 0 27px;*/
	margin: 15px 0px 0 10px;
	/*width: 64px;*/
	width: 105px;
	height: 75px;
}
#content{
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.loading {
	display:block;
	padding:28px 0 0 55px;
	color:#58705f;
	font-size:11px;
	width:250px;
	height:32px;
	background:url('../images/ajax-loader.gif') no-repeat;
	background-position:20px 20px;
}
.loading.dnone {
	display:none;
}

/*********** 
Menu principal
***********/
#mainmenu {
	float: left;
	z-index:50;
	display:block;
	list-style:none;
	margin: 32px 0 0 10px;
	background: url('../images/pixel-menu.gif') repeat-x 0 20px;
	height:42px;
	
}
#mainmenu li {
	float:left;
	z-index:550;
	position: relative;
}
#mainmenu li a {
	margin:0 10px 0px 20px;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#373e62;
	display:block;
	height:32px;
	line-height: 20px;
	float:left;
	z-index:600;
	text-transform: uppercase;
	
}
#mainmenu li a:hover, #mainmenu li a.active {
	background: url('../images/pixel-menu-over.gif') repeat-x 0 20px;
}
#mainmenu li a.first{
	margin-left: 0px;
}

#mainmenu li.selected a {
	background: url('../images/pixel-menu-over.gif') repeat-x 0 20px;
}

.fond_smenu {
	background: url('../images/fond-smenu.png') repeat;
	display:none;
	position:absolute;
	width: 960px;
	height: 30px;
	z-index:500;
	/*top:146px;*/
	top: 126px;
	left: 0px;
	padding:0px 0 0px 0;
	margin: 0px;
	list-style:none;
}

ul#mainmenu ul {
	display:none;
	position:absolute;
	height: 30px;
	z-index:600;
	/*top:32px;*/
	top: 22px;
	left:0px;
	padding:10px 0 0px 0;
	list-style:none;
}
ul#mainmenu ul li {
	float:left;
	z-index:600;
}
#header ul#mainmenu ul li a {
	display:block;
	float:left;
	background:none;
	font-weight:normal;
	color:#feffff;
	text-indent:0px;
	padding:0 10px; 
	line-height:30px;
	margin: 0px;
	height:30px;
	z-index:600;
	border: 0px;
	text-transform: none;
	font-size: 11px;
}
#header ul#mainmenu ul li a.first {
	
}
#header ul#mainmenu ul li a:hover, #header ul#mainmenu ul li a.smactive {
	color: #fecb00; /*  #c7b790  */
	background: url('../images/fond-smenu-over.png') repeat;
}	

/*********** 
Menu secondaire
***********/
#secondarymenu {
	position:absolute;
	top:0px;
	right:0px;
	width:500px;
	height:35px;
	background:url('../images/fond-menu-secondaire.gif') no-repeat;
}
#secondarymenu ul.menu {
	float:left;
	list-style:none;
	margin:10px 0 0 20px;
}
#secondarymenu ul.menuExtranet {
	float:right;
	margin:10px 0 0 0px;
}
#secondarymenu ul.menu li {
	float:left;
}
#secondarymenu ul.menu li a {
	display:block;
	float:left;
	font-weight:bold;
	color:#868889;
	font-size:11px;
	margin-right:10px;
}
#secondarymenu ul.menu li a.lien_vert_fonce {
	color:#0c2f17;
}
#secondarymenu ul.menu li a:hover {
	color:#666;
	text-decoration:none;
}
div.search {
	float:right;
	margin-top:28px;
	margin-right:23px;
}
#recherche {
	border:1px solid #ebebeb;
	float:left;
	font-size:11px;
	color:#bdbebe;
	padding:4px;
	width:180px;
	height: 13px;
}
.recherche_btn {
	cursor:pointer;
	display:block;
	float:left;
	width:22px;
	height:22px;
	border:0px;
	text-indent:-9999px;
	background:url('../images/loupe.gif') no-repeat;
}
.recherche_btn:hover {
	background-position:  0px -22px;
}


/****************
Fil d'ariane
****************/
#breadcrumbs {
	width:930px;
	height:20px;
	margin:0px 0 20px 0px;
	padding-top: 20px;
	display:block;
	list-style:none;
}
#breadcrumbs li {
	display:block;
	float:left;
	padding:0 0 0 8px;
	margin:0 0 0 6px;
	background:url('../images/breadcrumbs-fleche.gif') no-repeat;
	background-position:0px 6px;
}
#breadcrumbs li.first {
	padding:0 0 0 18px;
	background:url('../images/breadcrumbs-home.gif') no-repeat left top;
	background-position:0 3px;
	margin-left: 0px;
}
#breadcrumbs li a {
	font-size:11px;
	text-decoration:none;
	color:#0c2f17;
}
#breadcrumbs li a:hover {
	color:#496351;
}

/*********** 
Balises styles généraux
***********/
h1.accueil {
	font-size:24px;
	font-weight:normal;
	color:#000;
	padding:0 0 6px 0;
	text-transform:uppercase;
	border-bottom: 1px solid #ebebeb;
}
h1.accueil span {
	color:#ab0714;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-weight:normal;
	font-style:italic;
	text-transform:capitalize;
}
h1.titre_page {
	margin:0px;
	padding-bottom: 5px;
	font-size:24px;
	font-weight:normal;
	color:#000;
	width: 615px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 20px;
}
h2 {
	font-size:14px;
	font-weight:bold;
	color:#373e62;
	line-height:20px;
	margin-bottom:10px;
	text-transform: uppercase;
}
h2.rouge {
	font-size:14px;
	font-weight:bold;
	color:#ab0714;
	margin-bottom:10px;
}

h3 {
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	color:#373e62;
	margin-bottom:10px;
}
ol, ul.liste{
	margin-bottom:5px;
}
ul.liste{
	list-style: none;
}
ul.liste li{	
	color:#0c2f17;
	padding:0 0 5px 15px;
	margin: 0 0 0 0px;
	background: url('../images/liste_fleche.gif') no-repeat 0px 5px;
}
ul.liste ul.liste li{
	padding:0 0 5px 12px;
	background: url('../images/puce_liste_2.gif') no-repeat 0px 6px;
}
ol li {
	color:#0c2f17;
	padding:0 0 5px 5px;
	margin: 0 0 0 25px;
}
ul.liste_puce_2 ul.liste, ul.liste_puce_2 ol {
	list-style:disc;
	margin:0px 0 0 10px; 
	padding:5px;
}
ul.liste_puce_2 ol {
	list-style:decimal;
}
ul.liste_puce_2 ul.liste li, ul.liste_puce_2 ol li {
	background:none;
	padding:5px 0 0 5px;
	line-height:16px;
}
ul.liste_puce_1 {
	list-style:none;
	margin:0 0 0 10px;
}
ul.liste_puce_1 li {
	cursor:pointer;
	margin-bottom:8px;
	color:#525252;
}
ul.liste_puce_1 li a.infobulle{
	background:url('../images/puce-fleche.jpg') no-repeat;
	background-position:0px 2px;
	padding:0 0 0 20px;	
}
ul.liste_puce_1 li:hover {
	color:#ab0714;
	background-position:0px -28px;
}
ul.liste_puce_2 {
	list-style:none;
	margin:0 0 0 10px;
}
ul.liste_puce_2 li{
	padding:0 0 0 15px;
	margin-bottom:8px;
	color:#525252;
	line-height:16px;
	background:url('../images/puce-fleche2.gif') no-repeat;
	background-position:0px 3px;
	text-align:left;
}
ul.liste_puce_2 ul {
	list-style:none;
	margin:8px 0 0 10px;
}
p {
	line-height:16px;
	color:#0c2f17;
	margin-bottom:10px;
}
a {
	text-decoration:none;
	color: #8d7946;
}
a:hover {
	color: #c7b790;
}
.red_txt {
	color:#c00;
}
a.lien_fleche{padding: 10px 0 0 12px; color: #8d7946; font-size: 10px; text-transform: uppercase; background: url('../images/fleche_lien.gif') no-repeat 0 13px;}
a.lien_fleche.big {
	display:inline-block;
	margin-top:15px;
	background-position:10px 13px;
	padding:10px 12px 10px 22px;
	font-size:12px;
	border:1px solid #8d7946;
}
a.lien_fleche_bleue{display:inline-block; padding: 10px 12px 10px 22px;; color: #373e62; font-size: 12px; text-transform: uppercase; background: url('../images/liste_fleche.gif') no-repeat 10px 13px; border: 1px solid #373e62; padding:10px 12px 10px 22px; margin-top:15px;}
a.lien_fleche_bleue:hover{opacity: 0.7};
a.lien_fleche:hover, a.lien_fleche_edito:hover{color: #c7b790; text-decoration: none;}
a.lien_fleche_edito{padding: 0px 0 0 12px; color: #544621; font-size: 10px; text-transform: uppercase; background: url('../images/fleche_lien_edito.gif') no-repeat 0 3px;}

a.lien_gris {color:#525252; }
a.lien_vert {color:#b1b123; }
a.lien_bleu {color:#008aff; }
a.lien_marine { color:#014388; }
a.lien_rouge { color:#ab0714; }
a.lien_jaune { color:#fdd333; }
a.lien_son { display:block; padding:0 0 0 22px; height:16px; background:url('../images/picto-audio.png') no-repeat; }
a.lien_pdf { display:block; padding:0 0 0 22px; height:16px; background:url('../images/picto-pdf.gif') no-repeat; }
table.tab_standard tr.titre td {
	background:#cdd7f2;
	color:#373e62;
	font-weight:bold;
}
table.tab_standard {
	border-top:1px solid #373e62;
	width:100%;
}
table.tab_standard td {
	color:#525252;
	padding:5px;
	border-bottom:1px solid #E7E7E7;
}
table.tab_standard td.fonce {
	color:#525252;
	padding:5px;
	border-bottom:1px solid #373e62;
}
table.tab_histo td {
	color:#525252;
	padding:8px 5px;
}
table.tab_histo td.col_dates {
	width:100px;
}
.ligne_sep {
	width:500px;
	border-bottom:1px solid #eee;
	margin-bottom:10px;
}
table.tab_info_page {
	width:500px;
	font-size:11px;
	background:#eee;
}
table.tab_info_page td {	
	padding:10px 10px 10px 10px;
	border-bottom:1px solid #f8f8f8;
}
table.tab_info_page a {
	color:#b1b123;
}
table.tab_info_page a:hover {
	color:#909012;
	text-decoration:none;
}
table.tab_type_1 {
	font-size:11px;
	width:500px;
	border-top:1px solid #fff;
	background:#E9E9E9;
}
table.tab_type_1 td.col_80 {
	width:80px;
}
table.tab_type_1 td.col_110 {
	width:110px;
}
table.tab_type_1 td.col_150 {
	width:150px;
}
table.tab_type_1 td {
	padding:5px 0 5px 10px;
	border-bottom:1px solid #fff;
}


/*********** 
Plan d'accès
***********/
ul.liste_plan_acces, ul.liste_plan_acces ul {
	list-style:none;	
	margin:0 0 0 10px;
}
ul.liste_plan_acces ul {
	margin:0 0 5px 10px;
}
ul.liste_plan_acces li {
	line-height:20px;
	padding:0 0 0 15px;
	font-weight:bold;
	text-transform: uppercase;
	background:url('../images/fleche_lien.gif') no-repeat;
	background-position:0 7px;
}
ul.liste_plan_acces ul li {
	padding:0 0 0 12px;
	font-weight:normal;
	text-transform: none;
	background:url('../images/puce_carree.gif') no-repeat;
	background-position:0 9px;
}
	

/*********** 
Photothèque
***********/
.haut_phototheque {
	margin-top:10px;
	height:70px;
	background:url('../images/fond-haut-formation.png') no-repeat;
}
.haut_phototheque .bloc_liste {
	width:255px;
	margin:12px 0 0 16px;
}
.haut_phototheque .bloc_liste .lab {
	display:block;
	color:#fff;
	padding-bottom:5px;
}
.haut_phototheque .bloc_liste .liste {
	padding:3px;
	border:1px solid #666;
	width:255px;
}
.haut_phototheque .bloc_liste .liste option {
	padding:0 0 0 5px;
}

/*********** 
Blocs page d'accueil
***********/
.encarts_accueil {
	width:960px;
	background: #FFF;
}

.nav {
	position:absolute;
	top:0px;
	width:305px;
	height:264px;
	padding-top:35px;
	list-style:none;
}
.nav li {
	cursor:pointer;
	height:30px;
	z-index:800;
	background:url('../images/carousel-fleche.png') no-repeat left;
	background-position:-7800px 0px;
}
.nav li span {
	z-index:850;
	font-size:18px;
	cursor:pointer;
	padding:0 0 0 18px;	
	line-height:30px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.nav li:hover span {
	color:#fff;
}
.nav li a:hover{
	text-decoration: none;
}
.nav li.selected {
	margin-left:10px;
	background-position:120px 0px;
}
.nav li.selected span {
	display:block;
	width:305px;
	color:#0c2f17;
}
.encart_actus {
	display:block;
	float:left;
	width:280px;
	height:390px;
	padding: 16px 30px;
}

.encart_edito{
	float: left;
	width: 285px;
	height: 215px;
	background: #737891;
	overflow: hidden;
}

.encart_edito h1{
	padding: 16px 0px 10px 20px;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #7f849a;
}
.encart_temoignages h1, .encart_temoignages_contacts h1{
	padding: 26px 0px 10px 20px;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #495070;
}
.encart_edito p{
	padding: 10px 20px 10px 20px;
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
}
#edito{
	width:400px;	
}
.encart_temoignages{
	float: left;
	width: 285px;
	height: 235px;
	background: #373e62;
	overflow: hidden;
	position: relative;
}

.encart_temoignages2{
	float: left;
	width: 265px;
	overflow: hidden;
	margin: 0 20px 20px 0;
	padding: 10px;
	background: #ebebeb;
	position: relative;	
}

.encart_temoignages p, .encart_temoignages_contacts p{
	padding: 10px 10px 0px 20px;
	color: #FFF;
	font-size: 12px;
	line-height: 14px;
	margin: 0px;	
}
.encart_temoignages2 p{
	padding: 10px 10px 0px 20px;
	font-size: 12px;
	line-height: 14px;
	margin: 0px;	
}
.encart_temoignages p.ita, .encart_temoignages_contacts p.ita{
	font-size: 11px;
	line-height: 12px;
	font-style:italic;
}
.encart_temoignages2 p.ita{
	font-size: 11px;
	line-height: 12px;
	font-style:italic;
}
.encart_temoignages h3, .encart_temoignages_contacts h3{
	padding: 10px 10px 0px 20px;
	margin: 0px;
	color: #FFF;
}
.encart_temoignages2 h3{
	padding: 10px 10px 0px 20px;
	margin: 0px;
}
.encart_temoignages p.gris, .encart_temoignages2 p.gris, .encart_temoignages_contacts p.gris{
	color: #989898;
}

span.fleche_lecture {
	position:absolute;
	top:105px;
	left:30px;
	width:45px;
	height:45px;
	background: url('../images/video-lancer.png') no-repeat;
}
span.fleche_lecture2 {
	position:absolute;
	top:56px;
	left:40px;
	width:45px;
	height:45px;
	background: url('../images/video-lancer.png') no-repeat;
}
span.fleche_lecture3 {
	position:absolute;
	top:46px;
	left:30px;
	width:45px;
	height:45px;
	background: url('../images/video-lancer.png') no-repeat;
}

.encart_temoignages_contacts{
	float: left;
	width: 285px;
	background: #373e62;
}
.temoignage{
	width: 285px;
	position: relative;
}

.sep{
	clear: both;
	border-top: 1px solid #495070;
}
.encart_contact{
	float: left;
	width: 315px;
}
.encart_contact2{
	float: left;
	width: 285px;
}
.encart_contact h1, .encart_contact2 h1{
	padding: 16px 0px 10px 0px;
	color: #000;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #ebebeb;	
}

.encart_contact p, .encart_contact address, .encart_contact2 p, .encart_contact2 address{
	padding: 10px 10px 0px 0px;
	color: #000;
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	font-style: normal;
}

.preinscription{
	position: absolute;
	top: -35px;
	right: 5px;
	width: 194px;
	height: 15px;
	background: url('../images/btn_preinscription.png') no-repeat;
	padding: 10px 0px 10px 50px;
}

.preinscription a{
	background: url('../images/puce_fleche.gif') no-repeat 0 3px;
	font-size: 12px;
	padding: 0 0 0 20px;
	text-transform: uppercase;
	color: #FFF;
}
.preinscription a:hover{
	color: #f1cd77;
	text-decoration: none;
}

.preinscription2{
	position: absolute;
	top: -35px;
	right: 270px;
	width: 315px;
	height: 15px;
	background: url('../images/fond_btn_preinscription.png') repeat-x;
	padding: 10px 0px 10px 10px;
}
.preinscription3{
	position: absolute;
	top: -35px;
	right: 5px;
	width: 250px;
	height: 15px;
	background: url('../images/fond_btn_preinscription.png') repeat-x;
	padding: 10px 0px 10px 10px;
}
.preinscription2 a, .preinscription3 a{
	background: url('../images/puce_fleche.gif') no-repeat 0 3px;
	font-size: 12px;
	text-align: center;
	padding: 0 0 0 20px;
	text-transform: uppercase;
	color: #FFF;
}
.preinscription2 a:hover, .preinscription3 a:hover{
	color: #f1cd77;
	text-decoration: none;
}

/*********** 
Carousel accueil
***********/
#slide-list {
	display:block;
	position:absolute; 
	left:40px; 
	top:290px;
	text-align: center;
	z-index:9000;
	list-style:none;
}
#global.accueil #slide-list {
	left:41px; 
	top:402px;
}
#slide-list li {
	float:left;
	display:block;
	width: 10px;
	height: 10px;
	margin: 0 5px 0 0;
}
#slide-list li a {
	background: url('../images/nav-square.png') 0 0px no-repeat;
	float:left;
	width: 10px;
	height: 10px;
	cursor:pointer;
	display:block;
	margin: 0 5px 0 0;
	text-indent:-9999px;
	display: inline-block;
}
#slide-list li.current-slide a {
	background-position: 0px -20px;
	cursor: default;
}
#slide-list a span {
	display: none;
}

#slidecaption{
	width: 350px;
	height: 95px;
	padding: 10px;
	position: absolute;
	background: url('../images/fond-encart-supersized.png') repeat;
}
#global.accueil #slidecaption {
	left:10px; 
	top:280px;
}
#slidecaption h1{
	font-size:24px;
	font-weight:normal;
	color:#FFF;
	text-transform:uppercase;	
}
#slidecaption p{
	color: #FFF;	
}
#slidecaption a.savoir_plus{
	font-size: 10px;
	text-transform: uppercase;
	color: #c7b790;
	background: url('../images/fleche_savoir_plus.gif') no-repeat 0 3px;
	padding: 0 0 0 13px;
	margin-top:5px;
}
#slidecaption a.savoir_plus:hover{
	color: #918362;	
}

/*********** 
Actualités
***********/
.actu {
	margin:8px 0 0 0;
	padding: 0 0 18px 0;
	border-bottom:1px solid #ebebeb;
}
.actu.noborder {
	border:0px;
}
.actu .datefr {
	font-size:11px;
	color:#989898;
}
.actu h2, .actu h2 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:0px;
	margin: 6px 0 10px 0;
	color:#373e62;
	font-weight:bold;
	text-decoration:none;
	background:none;
}
.actu h2 a:hover {
	color:#0D2F17; 
}
.actu p {
	margin:3px 0 0 0;
	color:#0c2f17;
	line-height:16px;
}
.actu img {
	float:left;
	margin:10px 15px 5px 0; 
}
a.puce_fleche_1 {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding:0 0 0 8px;
	background:url('../images/puce_fleche_1.gif') no-repeat;
	background-position:0 5px;
}
a.puce_fleche_1:hover {
	color:#0D2F17;
	background-position:0 -25px;
}
.actu_apercu {
	/*width:500px;*/
	padding:10px 0;
	border-bottom:1px solid #eee;
}
.actu_apercu.noborder {
	border:0px;
}
.actu_apercu.nomargsup {
	padding-top:0px;
}
.actu_apercu .date {
	font-size:11px;
	color:#0c2f17;
}
.actu_apercu h2, .actu_apercu h2 a {
	font-size:14px;
	font-weight:bold;
	color:#b1b123;
	padding:5px 0 0 0;
	text-decoration:none;
	background:none;
}
.actu_apercu h2 a:hover {
	color:#666;
}
.actu_apercu a:hover {
	text-decoration:none;
}
.actu_apercu p {
	padding:0px;
	margin:0px 0 5px 0;
}
.actu_detail {
	width:500px;
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom:1px solid #eee;
}
.actu_detail .date {
	font-size:11px;
	color:#989898;
}
.actu_detail .texte {
	width:500px;
	margin-top:5px;
}
.actu_detail a {
	text-decoration:none;
	color: #8d7946;
}
.actu_detail a:hover {
	color: #c7b790;
	text-decoration:none;
}
ul.autres_actus_liste {
	list-style:none;
	margin-top:10px;
}
ul.autres_actus_liste li a {
	color: #8d7946;
	line-height:20px;
	padding-left:10px;
	margin-left:10px;
	background: url('../images/fleche_lien.gif') no-repeat 0 13px;
	background-position:0 5px;
}
ul.autres_actus_liste li a:hover {
	color: #c7b790;
	text-decoration:none;
}

/******************
Pages contenu
*******************/
.page {
	width: 930px;
	background: #FFF;
	padding: 0 0 30px 30px;
}

.col_droite {
	float:left;
	width:285px;
	padding-bottom:50px;
	background: #FFF;
}

.col_large {
	float:left;
	width:615px;
	background: #FFF;
	padding-right: 30px;
}
.col_large .contenu {
	background:#fff;
}

/*********** 
Boutons
***********/

.btn_envoyer {
	cursor:pointer;
	border:0px;
	display:block;
	width:120px;
	height:30px;
	background: #8f7a47 url('../images/puce_fleche.gif') no-repeat;
	background-position: 15px 12px;
	padding: 0 0 0 15px;
	color: #FFF;
	text-transform: uppercase;
}
.btn_envoyer:hover {
	background: #c7b790 url('../images/puce_fleche.gif') no-repeat;
	background-position: 15px 12px;
}

.btn_telecharger {
	float:left;
	display:block;
	width:289px;
	height:41px;
	line-height:43px;
	background:url('../images/btn_telecharger_pdf.png') no-repeat;
	padding: 2px 0 0 17px;
	color: #FFF;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 1px 0 0;
}
.btn_telecharger:hover{
	background-position: 0 -43px;	
	color: #FFF;
}

.btn_inscription_ligne {
	float:left;
	display:block;
	width:289px;
	height:22px;
	line-height:22px;
	background:#373e62;
	padding: 0px 0 0 17px;
	color: #FFF;
	font-size: 10px;
	text-transform: uppercase;
	margin: 12px 1px 0 0;
}
.btn_inscription_ligne:hover{
	background:#5a5d77;	
	color: #FFF;
}

/****************
Page contact
****************/
#content p.erreur { 
	background:#ffe1e1; 
	color:#7a0e0e; 
	padding:10px; 
	width:480px;
	border-top:1px solid #ffbcbc;
	border-bottom:1px solid #ffbcbc;
}
#content p.confirmation {
	background:#ddf8cb; 
	color:#53ae17; 
	padding:10px; 
	width:480px;
	border-top:1px solid #68c927;
	border-bottom:1px solid #68c927;
}
#formulaire fieldset {
	border:0px;
	margin:0 0 5px 0;
}
#formulaire label{
	color:#525252;
}
#formulaire .lib {
	width:150px;
	float:left;
	padding:5px 0 0 0;
}
#formulaire .libmsg {
	width:150px;
	float:left;
	padding:80px 0 0 0;
}
#formulaire .contact_txt {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:4px 2px;
	border:1px solid #494949;
}
#formulaire .msg_txt {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:320px;
	padding:2px 2px;
	border:1px solid #494949;
}
#formulaire #req_fields {
	font-size:11px;
	color:#b6b5b5;
}
#formulaire fieldset.ligne_checkbox {
	margin:10px 0 10px 0 ;
}
.ligne_sep_frm {
	width:480px;
	border-bottom:1px solid #eee;
	margin-bottom:10px;
	padding-top:5px;
}

/****************
Page plan d'accès
****************/
.form_direction {
	padding:0px 10px 10px 10px;
	border:1px solid #E3E3E3;
}
.form_direction legend {
	padding:5px;
}
.form_direction .chp_txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px 2px;
	border:1px solid #494949;
}

/*********** 
Footer
***********/
#footer { 
	width:960px;
	padding-bottom:20px;
	background: #111;
}
#footer_content { 
	margin:0 auto;
	width:960px;
	
	padding:20px 10px 40px 10px;
}
#footer_content ul {
	display:block;
	margin-top:5px;
	list-style:none;
}
#footer_content ul li a {
	font-size:11px;
	color:#afafaf;
	line-height:20px;
	padding:0 0 0 10px;
	background:url('../images/puce_fleche_2.gif') no-repeat;
	background-position:0 5px;
}
#footer_content ul li a:hover {
	color:#333;
	text-decoration:none;
	background-position:0 -24px;
}
#footer_content h3 {
	font-size:14px;
	font-weight: bold;
	color:#afafaf;
	padding-bottom:10px;
	border-bottom:1px solid #1c323b;
}
.col_1 {
	width:170px;
	float:left;
}
.col_2 {
	width:160px;
	float:left;
	margin-left:25px;
}
.col_3 {
	width:150px;
	float:left;
	margin-left:25px;
}
.col_4 {
	width:110px;
	float:left;
	margin-left:25px;
}
.col_5 {
	width:250px;
	float:left;
	margin-left:25px;
}
.col_5 img{
	margin-bottom: 12px;	
}
a.btn_facebook {
	width:24px;
	text-indent:-9999px;
	height:24px;
	display:block;
	background:url('../images/facebook.gif') no-repeat;
}
a.btn_facebook:hover {
	background-position:0px -24px;
}
#footer_content address {
	margin-top:8px;
	display:block;
	font-size:11px;
	color:#afafaf;
	font-style:normal;
	float:left;
}
.copyright {
	text-align:left;
	color:#868889;
	font-size:11px;
	line-height:18px;
	margin-top:20px;
	margin-bottom:40px;
	float:left;
}
.copyright a {
	color:#868889;
	text-decoration:none;
	font-size:11px;
}
.copyright a:hover {
	color:#333;
}


/*********** 
Vidéothèque
***********/
.liste_videos .encart_video {
	width:155px;
	height:190px;
	float:left;
	text-align:center;
	padding:0px;
}
.liste_videos .encart_video a.date {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#000;
}
.liste_videos .encart_video a.titre {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	text-decoration:none;
	color:#8d7946;
	margin-top:10px;
}
.liste_videos .encart_video a.apercu, .liste_videos .encart_video a.youtube {
	display:block;
	width:155px;
	height:155px;
	margin:0px;
	padding:0px;
	text-align:left;
	position:relative;
}
.liste_videos .encart_video a.apercu img, .liste_videos .encart_video a.youtube img {
	display:block;
	width:155px;
	height:155px;
	padding:0px;
	margin:0 0 0px 0px;
}
.liste_videos .encart_video a.apercu span.fleche_lecture, a.apercu span.fleche_lecture, .liste_videos .encart_video a.youtube span.fleche_lecture,  a.youtube span.fleche_lecture {
	position:absolute;
	top:35px;
	left:60px;
	display:none;
	width:45px;
	height:45px;
	background: url('../images/video-lancer.png') no-repeat;
}
.liste_videos .encart_video a.titre:hover {
	color:#c7b790;
}
.liste_videos .encart_video.active a.titre {
	color:#c7b790;
}

.liste_videos .encart_video.active a.apercu span.fleche_lecture, .liste_videos .encart_video.active a.apercu span.fleche_apercu, a.apercu:hover span.fleche_lecture, .liste_videos .encart_video.active a.youtube span.fleche_lecture, .liste_videos .encart_video.active a.youtube span.fleche_apercu, a.youtube:hover span.fleche_lecture  {
	display:block;
}
.sepVid { width:500px; height:1px;  }
.liste_videos .encart_video a.apercu span.fleche_apercu, .liste_videos .encart_video a.youtube span.fleche_apercu {
	position:absolute;
	top:35px;
	left:60px;
	display:none;
	width:45px;
	height:45px;
	background: url('../images/photo-apercu.png') no-repeat;
}
.encart_video_commentaire {
	float:left;
	width:320px;
	margin:10px 0 0 20px;
}
