/* YUI Reset & Fonts (reset-fonts.css) 

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
*/

/* YUI Reset & Fonts (reset-fonts.css) */

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}body{font-size:13px;line-height:1.231;font-family:arial,helvetica,clean,sans-serif;font-size:small;font-size:x-small;}table {font-size:inherit;font-size:100%;}pre,code,kbd,samp,tt{font-family:monospace;font-size:108%;line-height:100%;}



/*  ------------------------------------------------------------------------------------
/*                                                                               GENERAL
/*  --------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
	display: block;
}

a {
	text-decoration: none;
}

.spacer {
	clear: both;
	visibility: hidden;
}

body {																																																																																																																																																																																																																																																																																																																																																																																							
	text-align: center;
	margin: 0 auto;																																																																																																																																																																																																																																																																																																																																																																																				
	font-family: "Trebuchet MS", Lucida, Arial, Geneva, Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	background: #6d9f00 url(../IMG/bg-body.jpg) left top repeat-x;																																																																																																																																																																																																																																																																																																																																											
}


/*  ------------------------------------------------------------------------------------
/*                                                                               WRAPPER
/*  --------------------------------------------------------------------------------- */

#wrapper {	
	margin: 0 auto;
	width: auto;
	background: url(../IMG/bg-page.gif) center top repeat-y;		
}

#wrapper-in {	
	margin: 0 auto;
	background: url(../IMG/bg-wrapper.jpg) center top no-repeat;		
}

#wrapper-in-in {	
	margin: 0 auto;
	background: url(../IMG/bg-footer-top.jpg) center bottom no-repeat;
}




/*  ------------------------------------------------------------------------------------
/*                                                                                HEADER
/*  --------------------------------------------------------------------------------- */

#header {	
	margin: 0 auto;
	width: 950px;
	height : 88px;
	position: relative;
}

/*--------------------------------------- TITRE SITE ---------------------*/

p.title {
	width: 250px;
	position: absolute;
	left: 25px;
	top: 11px;
	color: #fff;
	text-align: left;
}
*+html p.title {
	top: 8px;
}
* html p.title {
	top: 8px;
}

p.title a {	
	font: normal 280%/120% Impact, "Arial Black", sans-serif;
	color: #fff;
}

p.title a span {
	font-size: 150%;
}
*+html a span {	
	line-height: 100%;
}
* html a span {	
	line-height: 100%;
}
p.title a, p.title a:link, p.title a:visited, p.title a:hover, p.title a:active {
	color: #fff;
}		

/*--------------------------------------- BASELINE SITE ---------------------*/

.baseline1 {
   position: absolute;
	right: 25px;
	top: 40px;
	text-align: right;	
}
.baseline2 {
   position: absolute;
	right: 25px;
	top: 58px;
	text-align: right;	
}

.baseline1 a, .baseline2 a {
	font: bold 145%/125% Arial, Verdana, Helvetica, sans-serif; 
}
.baseline1 a, .baseline1 a:link, .baseline1 a:visited, .baseline1 a:hover, .baseline1 a:active,
.baseline2 a, .baseline2 a:link, .baseline2 a:visited, .baseline2 a:hover, .baseline2 a:active {
	color: #fff;
}



/*  ------------------------------------------------------------------------------------
/*                                                                                  MENU
/*  --------------------------------------------------------------------------------- */

#menu {
	position: relative;
	left: 1px;
	margin : 0 auto;
	background: url(../IMG/bg-menu.jpg) left top no-repeat;	
	width: 930px;
	height: 341px;
	z-index: 2;
}
*+html #menu {
	left: 2px;
}

/*--------------------------------------- ONGLETS LANGUES ---------------------*/	

#lang {  
	position: absolute;
	right: 15px;
	/*top: 3px;*/
	z-index: 120;
	text-align: right;
}

#lang p {
	margin-left: 10px;
	padding: 3px 3px 3px 5px;
	float: left;
	/*display: inline;*/
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: center;	
}
#lang p a {
	color: #fff;
	font-weight: bold;
	font-size: 110%;
}
p.lang_on_FR, p.lang_on_EN {
   background: #6d9f00;
}
p.lang_off_FR, p.lang_off_EN {
   background: #1a83bd;
}
p.lang_off_FR a:hover, p.lang_off_EN a:hover {
   text-decoration: underline;
}

/*--------------------------------------- PHOTO ---------------------*/	

#menu img.photo {
	position: absolute;
	right : 0;
	top : 0;
	z-index: 100;
	min-height: 0;
}


/*--------------------------------------- MENU LISTE ---------------------*/	

#menu ul {
	position: absolute;
	top: 0;
	left : 0;
	min-height: 0;
	z-index: 120;
}


/*---PREMIER NIVEAU ---------------------*/	

#menu ul li {   
	border: 1px solid #fff;
	display: block;
	text-align: left;
}

#menu ul li a {
	display: block;
	padding: 2px;
	background: #1a83bd;	
	color: #fff;
	font: bold 170%/100% Verdana, Arial, Helvetica, sans-serif;
}

#menu ul li a:hover, #menu ul li a.active {
	background: #6d9f00;
}

#menu ul li#secteur0 {
	position: absolute;
	top: 10px;
	left: 40px;
	width: 8em;
	height: 26px;
}

#menu ul li#secteur1 {
	position: absolute;
	top: 45px;
	left: 105px;
	width: 16em;
	height: 39px;	
}
#menu ul li#secteur2 {
	position: absolute;
	top: 95px;
	left: 210px;
	width: 14em;
	height: 39px;		
}
#menu ul li#secteur3 {
	position: absolute;
	top: 145px;
	left: 325px;
	width: 10em;
	height: 39px;	
}
#menu ul li#secteur4 {
	position: absolute;
	top: 185px;
	left: 430px;
	width: 11em;
	height: 39px;	
}
#menu ul li#secteur5{
	position: absolute;
	top: 220px;
	left: 555px;
	width: 13em;
	height: 39px;
}
#menu ul li#secteur6 {
	position: absolute;
	top: 270px;
	left: 660px;
	width: 13em;
	height: 39px;
}
#menu ul li#secteur7 {
	position: absolute;
	top: 270px;
	left: 805px;
	width: 10em;
	height: 39px;		
}

#menu ul li#secteur0 a {
	height: 22px;
}

#menu ul li#secteur1 a, #menu ul li#secteur2 a, #menu ul li#secteur3 a, #menu ul li#secteur4 a, #menu ul li#secteur5 a, #menu ul li#secteur6 a, #menu ul li#secteur7 a {
	height: 35px;
}


/*---DEUXIEME NIVEAU ---------------------*/	

#menu ul ul li {  
	border-top: none;
	border-left: none;
	border-right: none;
	display: block;
	text-align: left;
	width: 200px;
}
*+html #menu ul ul li {
	border-bottom: none;
}
* html #menu ul ul li {
	border-bottom: none;
}

#menu ul ul li a {
	display: block;
	background: #1a83bd;
	padding: 8px;
	font-size: 150%;
}

#menu ul ul li a:hover {
	background: #6d9f00;
}

#menu ul ul {	
	display: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
*+html #menu ul ul {
	border: 1px solid #fff;
}
* html #menu ul ul {
	border: 0 !important;
}

#menu ul ul#s0 {   
	position: absolute;
	top: 26px;
	left: -1px;
}

#menu ul ul#s1, #menu ul ul#s2, #menu ul ul#s3, #menu ul ul#s4, #menu ul ul#s5, #menu ul ul#s6, #menu ul ul#s7 {
	position: absolute;
	top: 38px;
	left: -1px;
}

/* ----IE-jerome---- */

#menu ul ul li {
	margin: 0;
	padding: 0;
}

#menu ul li ul li a {
	padding: 8px;
}

#menu ul ul#s0 {
	margin-top: -13px;
}

#menu ul li ul li {
	border-bottom: 1px solid #fff;
}

#menu ul ul#s0, #menu ul ul#s1, #menu ul ul#s2, #menu ul ul#s3, #menu ul ul#s4, #menu ul ul#s5, #menu ul ul#s6, #menu ul ul#s7 {
	background-color: #1a83bd;	
}

#menu ul li#secteur0 {
	z-index: 200;
}

#menu ul li#secteur1 {
	z-index: 190;
}

#menu ul li#secteur2 {
	z-index: 180;
}

#menu ul li#secteur3 {
	z-index: 170;
}

#menu ul li#secteur4 {
	z-index: 160;
}

#menu ul li#secteur5 {
	z-index: 150;
}

/* ----fin-IE-jerome---- */
* html #menu ul ul#s0, * html #menu ul ul#s1, * html #menu ul ul#s2, * html #menu ul ul#s3,
* html #menu ul ul#s4, * html #menu ul ul#s5, * html #menu ul ul#s6, * html #menu ul ul#s7  {
	top: 40px;
	left: 0;
}

/**+html #menu ul li#secteur0 li, *+html #menu ul li#secteur1 li, *+html #menu ul li#secteur2 li,
*+html #menu ul li#secteur3 li, *+html #menu ul li#secteur4 li, *+html #menu ul li#secteur5 li,
*+html #menu ul li#secteur6 li, *+html #menu ul li#secteur7 li {
	height: 19px;
}
* html #menu ul li#secteur0 li, * html #menu ul li#secteur1 li, * html #menu ul li#secteur2 li,
* html #menu ul li#secteur3 li, * html #menu ul li#secteur4 li, * html #menu ul li#secteur5 li,
* html #menu ul li#secteur6 li, * html #menu ul li#secteur7 li {
	height: 19px;
}*/

#menu ul li#secteur0 li a {
	height: auto !important;
}

#menu ul li#secteur1 li a, #menu ul li#secteur2 li a, #menu ul li#secteur3 li a, #menu ul li#secteur4 li a, #menu ul li#secteur5 li a, #menu ul li#secteur6 li a, #menu ul li#secteur7 li a {
	height: auto !important;
}



#menu ul a:hover {
	text-decoration: none;
}



/*  ------------------------------------------------------------------------------------
/*                                                                              COLONNES
/*  --------------------------------------------------------------------------------- */

div#columns {	
	margin: 0 auto;
	width: 930px;
	position: relative;
	z-index: 1;
}
/**+html #columns {
	margin-left: 0px;
}
* html #columns {
	margin-left: 104px;
}*/

.rubrique div#columns {
   height: auto !important;
   height: 600px;
	min-height: 600px;
}
.article div#columns {
   height: auto !important;
   height: 600px;
	min-height: 600px;
}
.article_one_col div#columns {
   height: auto !important;
   height: 600px;
	min-height: 600px;
}

table#columns {
	width: 931px;
	background: url(../IMG/bg-columns_home.gif) right top no-repeat;
}
*+html table#columns {
	width: 932px;
}

table#columns td {
	vertical-align: top;
	text-align : center;
}

td.column_1 {
	width: 310px;
}
td.column_2 {
	width: 310px;
}
td.column_3 {
	width: 311px;
}

.rubrique td#column_1 {
	width: 612px;
}
.rubrique td#column_2 {
	width: 296px;
}

.article td#column_1 {
	width: 612px;
}
.article td#column_2 {
	width: 296px;
}


/*  ------------------------------------------------------------------------------------
/*                                                                             HISTOIRES
/*  --------------------------------------------------------------------------------- */

#histoire1, #histoire2, #histoire3 {
	background: url(../IMG/bg-text-histoire.gif) left top repeat-y;
	position : relative;
	width: 296px;
	overflow: hidden;
	margin : 0 auto;
}
*+html #histoire3 {
	left: 1px;
}
* html #histoire3 {
	margin: 0 0 0 1px;
}

#histoire1 .tl, #histoire2 .tl, #histoire3 .tl {
	padding-top: 18px;
}

#histoire1 .tl {
	background: url(../IMG/bg-td-column_1_home.gif) left top no-repeat;
}

#histoire2 .tl {
	background: url(../IMG/bg-td-column_2_home.gif) left top no-repeat;
}

#histoire3 .tl {
	background: url(../IMG/bg-td-column_3_home.gif) left top no-repeat;
}

#histoire1 .bl, #histoire2 .bl, #histoire3 .bl {
	height : 580px;
}

#histoire1 .bl {
	background: url(../IMG/bg-text-histoire1.gif) left bottom no-repeat;
}

#histoire2 .bl {
	background: url(../IMG/bg-text-histoire2.gif) left bottom no-repeat;
}

#histoire3 .bl {
	background: url(../IMG/bg-text-histoire3.gif) left bottom no-repeat;
}


#histoire1 .text, #histoire2 .text, #histoire3 .text {
	padding : 0 7px;
}

#histoire1 h2, #histoire2 h2, #histoire3 h2 {
	background: #11557b url(../IMG/bg-title-histoire.gif) left bottom no-repeat;
	padding: 0 7px;	
	text-align: left;
}
*+html #histoire1 h2, *+html #histoire2 h2, *+html #histoire3 h2 {
	padding: 7px;	
}

#histoire1 h2 a, #histoire2 h2 a, #histoire3 h2 a {	
	color: #fff;
	font: bold 170%/170% Arial, Verdana, Helvetica, sans-serif;
	background: none;
	padding: 0;	
	height: auto !important;
	min-height: 0;
	height: 0;
}
* html #histoire1 h2 a, * html #histoire2 h2 a, * html #histoire3 h2 a {	
	padding: 7px;
}

#histoire1 a, #histoire2 a, #histoire3 a {
	text-align: justify;
	color: #fff;
	font: normal 120%/120% Arial, Verdana, Helvetica, sans-serif;
	padding: 7px 0 0;
	display: block;
}

#histoire1 .links, #histoire2 .links, #histoire3 .links {
	display: none;
	padding : 15px 7px;
}

#histoire1 .links a, #histoire2 .links a, #histoire3 .links a {
	font: bold 140%/140% Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	display: block;
	padding: 1px 4px;
	border: 1px solid transparent;
}

#histoire1 .links a:hover, #histoire2 .links a:hover, #histoire3 .links a:hover {
	font: bold 140%/140% Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	display: block;
	padding: 1px 4px;
	border: 1px solid #fff;
	background: #6d9f00;
}



/*  ------------------------------------------------------------------------------------
/*                                                                           ALBUM PHOTO 
/*  --------------------------------------------------------------------------------- */

#album {   
	background: #a01ed9 url(../IMG/bg-album-footer.gif) left bottom no-repeat;
	position : relative;
	width: 296px;
	height : 254px;
	overflow: hidden;
	margin : 15px auto;
}

#album h2 {
	background: url(../IMG/bg-album-title.gif) left top no-repeat;
	height: 37px;
	text-align: left;
	padding-left: 7px;
}
* html #album h2 {
	padding-top: 7px;
	display: block;
}

#album h2 a {
	color: #fff;
	font: bold 180%/180% Arial, Verdana, Helvetica, sans-serif;
	background: none;
	padding: 0;
}
*+html #album h2 a {
	padding-top: 7px;
	display: block;
}

#album .logo {
	position : absolute;
	top : 37px;
	left: 0;
	z-index : 1;
}

#album .text {
	position : absolute;
	top : 37px;
	left: 0;
	z-index : 0;
}

#album h3 {
	color: #fff;
	font: bold 150%/100% Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	padding: 7px 7px 3px;
}

#album p.spip {
	color: #fff;
	text-align: justify;
	font: normal 120%/120% Arial, Verdana, Helvetica, sans-serif;
	padding: 5px 7px 0;
}



/*  ------------------------------------------------------------------------------------
/*                                                                            BLOC CARTO 
/*  --------------------------------------------------------------------------------- */

#map {   
	background: #a01ed9 url(../IMG/bg-album-footer.gif) left bottom no-repeat;
	position : relative;
	left: -2px;
	width: 296px;
	height : 254px;
	overflow: hidden;
	margin : 15px auto;
}

#map h2 {
	background: url(../IMG/bg-album-title.gif) left top no-repeat;
	height: 37px;
	text-align: left;
	padding-left: 7px;
}
* html #map h2 {
	padding-top: 7px;
	display: block;
}

#map h2 a {
	color: #fff;
	font: bold 180%/180% Arial, Verdana, Helvetica, sans-serif;
	background: none;
	padding: 0;
}
*+html #map h2 a, * html #map h2 a {
	padding-top: 7px;
	display: block;
}

#map .logo {
	position : absolute;
	top : 37px;
	left: 0;
	z-index : 1;
}

#map .text {
	position : absolute;
	top : 37px;
	left: 0;
	z-index : 0;
}

#map h3 {
	color: #fff;
	font: bold 150%/100% Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	padding: 7px 7px 3px;
}

#map p.spip {
	color: #fff;
	text-align: justify;
	font: normal 120%/120% Arial, Verdana, Helvetica, sans-serif;
	padding: 5px 7px 0;
}



/*  ------------------------------------------------------------------------------------
/*                                                                   BREVES PAGE ACCUEIL 
/*  --------------------------------------------------------------------------------- */

#news_list {
	position : relative;
	width: 296px;
	overflow: hidden;
	margin : 15px auto;
}

#news_list .bl {
	background: url(../IMG/bg-news-bl.gif) left bottom no-repeat;
	padding-bottom: 17px;
}

#news_list h2 {
	background: url(../IMG/bg-news-title.gif) left top no-repeat;
	height: 37px;
	text-align: left;
	padding-left: 7px;
}

#news_list h2 a {
	color: #fff;
	font: bold 180%/180% Arial, Verdana, Helvetica, sans-serif;
	background: none;
	padding: 0;
}
*+html #news_list h2 a {
	display: block;
	padding-top: 7px;
}
* html #news_list h2 a {
	padding-top: 7px;
	display: block;
}

#news_list ol {
	border-left: 1px solid #4a6d00;	
	border-right: 1px solid #4a6d00;
	position : relative;
	height : 180px;
	overflow: hidden;
}

#news_list li {
	height : 180px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 180px;
	left: 0px;
}

.news_header h3 {
	text-align: left;
	color: #6d9f00;
	font: bold 150%/100% Arial, Verdana, Helvetica, sans-serif;
	padding: 7px;
}

.news_header p.spip {
	text-align: justify;
	color: #000;
	font: normal 120%/120% Arial, Verdana, Helvetica, sans-serif;
	padding: 0 7px 5px;
}

#news_list p.link {
	text-align: right;
	padding-bottom: 0px;
	border-left: 1px solid #4a6d00;	
	border-right: 1px solid #4a6d00;
	width: 294px;
}
*+html #news_list p.link {
	height: auto !important;
	height: .1em;
	min-height: .1em;
}

#news_list p.link a {
	color: #6d9f00;
	display: block;
	padding-bottom: 5px;
	padding-right: 7px;
	font: bold 150%/100% Arial, Verdana, Helvetica, sans-serif;
}



/*  ------------------------------------------------------------------------------------
/*                                                        ILLUSTRATION BLOC PAGE ACCUEIL 
/*  --------------------------------------------------------------------------------- */

td#r2c3 {
	background: url(../IMG/bg-illu.jpg) left top no-repeat;
	height: 274px;	
}



/*  ------------------------------------------------------------------------------------
/*                                                                  CONTACT PAGE ACCUEIL 
/*  --------------------------------------------------------------------------------- */

#bloc_contact {
	margin-top: 0px;
	background: url(../IMG/bg-contact-footer.gif) left bottom no-repeat;
	padding-bottom: 17px;
	width: 605px;
	position : relative;
	left: 7px;
}
* html #bloc_contact {
   padding-bottom: 10px;
}

#bloc_contact_menu {
	background: url(../IMG/bg-contact-top.gif) left 30px no-repeat;
	width: 605px;
	height: 37px;
}

#bloc_contact_menu li {
	float: left;
	height: 37px;
}
* html #bloc_contact_menu li {
	width: .1em;
	white-space: nowrap;
	margin-left: 0;
} 

#bloc_contact_menu li a {
	float: left;
	background: url(../IMG/bg-contact-title-left_off.gif) left top no-repeat;
	height: 37px;
	padding-left: 7px;		
}

#bloc_contact_menu a span {
	display: block;
	background: url(../IMG/bg-contact-title-right_off.gif) right top no-repeat;
	height: 37px;
	padding-right: 7px;
}
*+html #bloc_contact_menu a span {
	padding-top: 7px;
}* html #bloc_contact_menu li a span {
	padding-top: 7px;
}

#bloc_contact_menu a.active, #bloc_contact_menu a:hover {
	float: left;
	background: url(../IMG/bg-contact-title-left.gif) left top no-repeat;
	padding-left: 7px;	
	height: 37px;
}

#bloc_contact_menu a.active span {
	display: block;
	background: url(../IMG/bg-contact-title-right_last.gif) right top no-repeat;
	height: 37px;	
	padding-right: 7px;
}

#bloc_contact_menu a:hover span {
	display: block;
	background: url(../IMG/bg-contact-title-right_last.gif) right top no-repeat;
	height: 37px;	
	padding-right: 7px;
}

#bloc_contact_menu li a {
	color: #fff;
	font: bold 170%/180% Arial, Verdana, Helvetica, sans-serif;
}

#bloc_contact_content {
	clear : both;
	position : relative;
	height: 193px;
	width : 603px;
	overflow : hidden;
	border-left: 1px solid #86002d;
	border-right: 1px solid #86002d;
}
* html #bloc_contact_content {
   top: -7px;	
}

#bloc_contact_1, #bloc_contact_2, #bloc_contact_3, #bloc_contact_4, #bloc_contact_5  {
	position : absolute;
	top : 0;
	left : 0;
	height: 193px;
	width: 603px;
	/*float: left;*/
}

#bloc_contact .logo {
	position : absolute;
	top : 0;
	right : 0;
	z-index : 0;
}

#bloc_contact .text {
	position : absolute;
	top : 0;
	left : 0;
	z-index : 1;
	width: 350px;
	padding: 7px;
}

#bloc_contact .text h3 {	
	text-align: left;
	color: #86002d;
	font: bold 150%/100% Arial, Verdana, Helvetica, sans-serif;
}

#bloc_contact .text p.spip {
	color: #b8003e;
	text-align: left;
	font: normal 120%/120% Arial, Verdana, Helvetica, sans-serif;
	margin-top: 3px;
}

#bloc_contact_2, #bloc_contact_3, #bloc_contact_4, #bloc_contact_5 {
	display: none;
}



/*  ------------------------------------------------------------------------------------
/*                                                              PARTENAIRES PAGE ACCUEIL 
/*  --------------------------------------------------------------------------------- */

#partners_list {
	background: #fff url(../IMG/bg-partners.jpg) center center no-repeat;
	position : relative;
	width: 296px;
	overflow: hidden;
	margin : 0 auto;
}

#partners_list .bl {
	background: url(../IMG/bg-news-bl.gif) left bottom no-repeat;
	padding-bottom: 17px;
}

#partners_list h2 {
   background: url(../IMG/bg-news-title.gif) left top no-repeat;
	height: 37px;
	text-align: left;
	padding-left: 7px;
}

#partners_list h2 a {
	color: #fff;
	font: bold 180%/180% Arial, Verdana, Helvetica, sans-serif;
	background: none;
	padding: 0;
}
*+html #partners_list h2 a {
	padding-top: 7px;
	display: block;
}
* html #partners_list h2 a {
	padding-top: 7px;
	display: block;
}

#partners_list ol {
	border-left: 1px solid #4a6d00;	
	border-right: 1px solid #4a6d00;
	position : relative;
	height : 173px;
	overflow: hidden;
}

#partners_list li {
	height : 173px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 173px;
	left: 0px;
}

.partner_header h3 {	
	text-align: left;
	padding: 7px;
}

.partner_header h3 a {
	color: #6d9f00;
	font: bold 150%/100% Arial, Verdana, Helvetica, sans-serif;
}

.partner_header .logo {
	float: left;
	padding: 0 14px 7px 7px;
}

.partner_header p.spip {
	text-align: left;
	color: #000;
	font: normal 120%/110% Arial, Verdana, Helvetica, sans-serif;
	padding: 0 7px 5px;
}

#partners_list p.link {
	text-align: right;
	padding-bottom: 0px;
	border-left: 1px solid #4a6d00;	
	border-right: 1px solid #4a6d00;
	width: 294px;
}
*+html #partners_list p.link {
	height: auto !important;
	height: .1em;
	min-height: .1em;
}

#partners_list .text p.link {
	border-left: none;
	border-right: none;
}

#partners_list p.link a {
	color: #6d9f00;
	display: block;
	padding-bottom: 5px;
	padding-right: 7px;
	font: bold 150%/100% Arial, Verdana, Helvetica, sans-serif;	
}

.partner_header p.link {
	text-align: right;
	padding-bottom: 0px;	
}

.partner_header p.link a {
	color: #6d9f00;
	display: block;
	padding-bottom: 5px;
	padding-right: 7px;
	font: bold 100%/100% Arial, Verdana, Helvetica, sans-serif;	
}



/*  ------------------------------------------------------------------------------------
/*                                                                            BREADCRUMB
/*  --------------------------------------------------------------------------------- */

#breadcrumb {
	text-align: right;
	background-color: #4a6d00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-right: 7px;
	font-size: 100%;
	color: #fff;
	padding-bottom: 3px;
	width: 598px;
}
.article_one_col #breadcrumb {
	width: 910px;
}

#breadcrumb a {
	color: #fff;
	font-size: 130% !important;
}
#breadcrumb span {
	color: #ffff4b !important;
	font-size: 120% !important;
}
#breadcrumb a:hover {
	text-decoration: underline;
}



/*  ------------------------------------------------------------------------------------
/*                                                                         TEXTE SECTEUR
/*  --------------------------------------------------------------------------------- */

.rubrique #main {
	background: url(../IMG/bg-rubrique-text.gif) left top repeat-y;	
	position : relative;
	left: 9px;
	margin : 0 auto;
	text-align: justify;
}

.rubrique #main .tl {
	background: url(../IMG/bg-rubrique-title.gif) left top no-repeat;
}

.rubrique #main .bl {
	background: url(../IMG/bg-rubrique-text-bottom.gif) left bottom no-repeat;
	padding-bottom: 37px;
	height: auto !important;
	height: 148px;
	min-height: 148px;				
}

.rubrique #main #text{
	padding : 0 50px 0 25px;
}
*+html .rubrique #main #text{
	padding : 0 25px 0 25px;
}

.rubrique #main h1 {	
	text-align: left;
	padding-left: 7px;
	height: 37px;
}
* html .rubrique #main h1 {	
	padding-top: 7px;
	height: 30px;
}

.rubrique #main h1 a {
	color: #fff;
	font: bold 180%/180% Arial, Verdana, Helvetica, sans-serif;
}
*+html .rubrique #main h1 a {
	display: block;
	padding-top: 7px;
}

.rubrique #main #logo {
	background: url(../IMG/bg-rubrique-logo.gif) left bottom no-repeat;
	padding-bottom: 7px;
}

.rubrique #main #text p.spip {
	color: #fff;
	font: normal 120%/120% Arial, Verdana, Helvetica, sans-serif;
	padding: 5px 0 0 0;
	margin-top: 10px;
}

.rubrique #main #text h3.spip {
	color: #fff;
	font: bold 160%/120% Arial, Verdana, Helvetica, sans-serif;
	background: url(../IMG/puce-rubrique-text-h2.gif) left top no-repeat;
	margin-left: 1px;
	padding: 10px 0 0 0;
	height: auto !important;
	height: 30px;	
	min-height: 30px;
}

.rubrique #main #text p.spip strong {
	font-weight: bold;
}

/* LIENS --------------------------------------------- */

.rubrique #main #text a {
	color: #ffff4b;
	font-weight: bold;
}

.rubrique #main #text a:hover {
	text-decoration: underline;
}

.rubrique #main #text a.spip_out {
	padding-left: 10px;
	background: url(../IMG/puceLienExt-rubrique.gif) left top no-repeat;
}

/* IMAGES --------------------------------------------- */

.rubrique #main #text img {
	border: 1px solid #a0c159;
}

.rubrique #main #text .spip_documents_left {
	margin: 10px 10px 10px 15px;
	padding-right: 38px;
	background: url(../IMG/bg-img-rubrique.gif) right bottom no-repeat;
}

.rubrique #main #text .spip_documents_right {
	margin: 10px 15px 10px 20px;
	padding-right: 38px;
	background: url(../IMG/bg-img-rubrique.gif) right bottom no-repeat;
}

.rubrique #main #text .spip_documents_center img {
	margin: 20px auto 0;
	display: block;
}

.rubrique #main #text .spip_documents_center {
	text-align: center;
	margin: 0 auto;
}

.rubrique #main #text .spip_documents_center dt, .rubrique #main #text .spip_documents_center dd {
	margin: 0 auto;
	text-align: left;
	width: 100%;
}

.rubrique #main #text .spip_doc_titre {
	color: #fff;
	font: bold 110% Verdana, Arial, Helvetica, sans-serif;
	margin: 1px 0 1px 0;
}

.rubrique #main #text .spip_doc_descriptif {
	text-align: left;
}

.rubrique #main #text .spip_doc_descriptif p.spip {
	margin: 1px 0 0 0;
	padding: 0;
	color: #fff;
	font: normal 110%/110% Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

/* LISTES --------------------------------------------- */

.rubrique #main #text ul.spip, .rubrique #main #text ol.spip  {
	margin: 10px 0 0 50px;
	text-align: justify;
}

.rubrique #main #text ul.spip li.spip, .rubrique #main #text ol.spip li.spip {
   list-style: none;
	background: url(../IMG/puce1-rubrique.gif) left 2px no-repeat;
	padding-left: 12px;
	margin-top: 10px;
	font: normal 120%/120% Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
}

.rubrique #main #text ul.spip ul.spip {
	margin: 5px 0 7px 40px;
}

.rubrique #main #text ul.spip li.spip li.spip {
	background: url(../IMG/puce2-rubrique.gif) left 2px no-repeat;
	padding-left: 12px;
	margin-top: 5px;
	font: normal 100%/100% Arial, Verdana, Helvetica, sans-serif;
}

.rubrique #main #text ol.spip li.spip {
	background: #6d9f00;
	padding-left: 0;
	margin-top: 7px;
	margin-left: 25px;
	display: list-item;
	list-style-type: decimal;
	font: normal 120%/120% Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	zoom: 1;
}


/* TABLEAUX --------------------------------------------- */

.rubrique #main #text table.spip {   
	width:92%;   
	border-collapse: collapse;
	margin-left: 25px;
}

.rubrique #main #text table.spip caption {
	font: bold 140%/140% Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #4a6d00;
	text-align: left;
	padding: 3px;
	margin-top: 15px;
	margin-left: 24px;
	border: 1px solid #a0c159;
}

.rubrique #main #text table.spip td {
   font: normal 110%/110% Verdana, Arial, Helvetica, sans-serif;
	padding: .5em;
	color: #fff;
}

.rubrique #main #text table.spip tr.row_odd td {
   background: #5c8600;
	border: 1px solid #a0c159;
}

.rubrique #main #text table.spip tr.row_even td {
   background: #6d9f00;
	border: 1px solid #a0c159;
}

.rubrique #main #text table.spip thead th {   
	background: url(../IMG/bg-table-1row.gif) left top repeat;	
	padding: .5em;
	border: 1px solid #a0c159;
}

.rubrique #main #text table.spip thead th strong {		
   font: bold 110%/110% Verdana, Arial, Helvetica, sans-serif;
	color: #fff;	
}

.rubrique #main #text table.spip strong {
	font-weight: bold;
}


/* NOTES BAS PAGE --------------------------------------------- */

.rubrique #main #text p.spip_note {
	font-size: 110%;
	color: #fff;
	text-align: justify;
	margin: 10px 0 0 0;
}



/*  ------------------------------------------------------------------------------------
/*                                                                         INTRO ARTICLE
/*  --------------------------------------------------------------------------------- */

.article #intro {
	background: url(../IMG/bg-rubrique-text.gif) left top repeat-y;	
	position : relative;
	left: 9px;
	margin : 0 auto;
	text-align: justify;
}

.article #intro .tl {
	background: url(../IMG/bg-rubrique-title.gif) left top no-repeat;
}

.article #intro .bl {
	background: url(../IMG/bg-rubrique-text-bottom.gif) left bottom no-repeat;
	padding-bottom: 37px;
	height: auto !important;
	height: 148px;
	min-height: 148px;			
}

.article #intro #intro_text {
	padding : 0 50px 0 25px;
}
*+html .article #intro #intro_text {
	padding : 0 25px 0 25px;
}

.article #intro h1 {	
	text-align: left;
	padding-left: 7px;
	height: 37px;
}
* html .article #intro h1 {	
	padding-top: 7px;
	height: 30px;
}

.article #intro h1 a {
	color: #fff;
	font: bold 180%/180% Arial, Verdana, Helvetica, sans-serif;
}
*+html .article #intro h1 a {
	display: block;
	padding-top: 7px;
}

.article #intro #logo {
	background: url(../IMG/bg-rubrique-logo.gif) left bottom no-repeat;
	padding-bottom: 7px;
}

.article #intro #intro_text p.spip {
	color: #fff;
	font: normal 120%/120% Arial, Verdana, Helvetica, sans-serif;
	padding: 5px 0 0 0;
	margin-top: 10px;
}

.article #intro #intro_text h3.spip {
	color: #fff;
	font: bold 160%/120% Arial, Verdana, Helvetica, sans-serif;
	background: url(../IMG/puce-rubrique-text-h2.gif) left top no-repeat;
	margin-left: 1px;
	padding: 10px 0 0 0;
	height: auto !important;
	height: 30px;	
	min-height: 30px;
}

.article #intro p.spip strong {
	font-weight: bold;
}



/*  ------------------------------------------------------------------------------------
/*                                                               INTRO ARTICLE 1 COLONNE
/*  --------------------------------------------------------------------------------- */

.article_one_col #intro {
	background: url(../IMG/bg-rubrique-text-1col.gif) left top repeat-y;	
	position : relative;
	left: 9px;
	margin : 0 auto;
	text-align: justify;
}

.article_one_col #intro .tl {
	background: url(../IMG/bg-rubrique-title-1col.gif) left top no-repeat;
}

.article_one_col #intro .bl {
	background: url(../IMG/bg-rubrique-text-bottom-1col.gif) left bottom no-repeat;
	padding-bottom: 37px;
	height: auto !important;
	height: 148px;
	min-height: 148px;		
}

.article_one_col #intro #intro_text {
	padding : 0 50px 0 25px;
}
*+html .article_one_col #intro #intro_text {
	padding : 0 25px 0 25px;
}

.article_one_col #intro h1 {	
	text-align: left;
	padding-left: 7px;
	height: 37px;
}
* html .article_one_col #intro h1 {	
	padding-top: 7px;
	height: 30px;
}

.article_one_col #intro h1 a {
	color: #fff;
	font: bold 180%/180% Arial, Verdana, Helvetica, sans-serif;
}
*+html .article_one_col #intro h1 a {
	display: block;
	padding-top: 7px;
}

.article_one_col #intro #logo {
	background: url(../IMG/bg-rubrique-logo-1col.gif) left bottom no-repeat;
	padding-bottom: 7px;
}

.article_one_col #intro #intro_text p.spip {
	color: #fff;
	font: normal 120%/120% Arial, Verdana, Helvetica, sans-serif;
	padding: 5px 0 0 0;
	margin-top: 10px;
}

.article_one_col #intro #intro_text h3.spip {
	color: #fff;
	font: bold 160%/120% Arial, Verdana, Helvetica, sans-serif;
	background: url(../IMG/puce-rubrique-text-h2.gif) left top no-repeat;
	margin-left: 1px;
	padding: 10px 0 0 0;
	height: auto !important;
	height: 30px;	
	min-height: 30px;
}

.article_one_col #intro #intro_text p.spip strong {
	font-weight: bold;
}



/*  ------------------------------------------------------------------------------------
/*                                                                         TEXTE ARTICLE
/*  --------------------------------------------------------------------------------- */

.article #main {
   position: relative;
	text-align: justify;
	padding: 0 15px 0 12px;
	margin-top: 15px;
}

.article #main h3.spip {
	font: bold 160%/120% Arial, Verdana, Helvetica, sans-serif;
	color: #4a6d00;background: url(../IMG/puce-article-text-h3.gif) left top no-repeat;
	padding: 10px 0 0 20px;
	margin-top: 10px;
	height: auto !important;
	height: 25px;	
	min-height: 25px;
}

.article #main p.spip {
	font: normal 120%/120% Arial, Verdana, Helvetica, sans-serif;
	color: #333;
	margin-top: 10px;
}

.article #main p.spip strong {
	font-weight: bold;
}

/* LIENS --------------------------------------------- */

.article #main a {
	color: #b8003e;
	font-weight: bold;
}

.article #main a:hover {
	text-decoration: underline;
}

.article #main a.spip_out {
	padding-left: 10px;
	background: url(../IMG/puceLienExt.gif) left top no-repeat;
}

/* IMAGES --------------------------------------------- */

.article #main img {
	border: 1px solid #6d9f00;
}

.article #main .spip_documents_left {
	margin: 10px 10px 10px 0;
	padding-right: 38px;
	background: url(../IMG/bg-img-article.gif) right bottom no-repeat;
}

.article #main .spip_documents_right {
	margin: 10px 0 10px 20px;
	padding-right: 38px;
	background: url(../IMG/bg-img-article.gif) right bottom no-repeat;
}

.article #main .spip_documents_center img {
	margin: 20px auto 0;
	display: block;
}

.article #main .spip_documents_center {
	text-align: center;
	margin: 0 auto;
}

.article #main .spip_documents_center dt, .article #main .spip_documents_center dd {
	margin: 0 auto;
	text-align: left;
	width: 100%;
}

.article #main .spip_doc_titre {
	color: #4a6d00;
	font: bold 110% Verdana, Arial, Helvetica, sans-serif;
	margin: 1px 0 1px 0;
}

.article #main .spip_doc_descriptif {
	text-align: left;
}

.article #main .spip_doc_descriptif p {
	margin-top: 1px;
	color: #6d9f00;
	font: normal 110%/110% Verdana, Arial, Helvetica, sans-serif;
}

/* LISTES --------------------------------------------- */

.article #main ul.spip, .article #main ol.spip  {
	margin: 10px 0 0 25px;
	text-align: justify;
}

.article #main ul.spip li.spip {
   list-style: none;
	background: url(../IMG/puce1-article.gif) left 2px no-repeat;
	padding-left: 12px;
	margin-top: 10px;
	font: normal 120%/120% Arial, Verdana, Helvetica, sans-serif;
}

.article #main ul.spip ul.spip {
	margin: 5px 0 7px 40px;
}

.article #main ul.spip li.spip li.spip {
	background: url(../IMG/puce2-article.gif) left 2px no-repeat;
	padding-left: 12px;
	margin-top: 5px;
	font: normal 100%/100% Arial, Verdana, Helvetica, sans-serif;
}

.article #main ol.spip li.spip {
 	background: none;
	padding-left: 0;
	margin-top: 7px;
	display: list-item;
	list-style-type: decimal;
	font: normal 120%/120% Arial, Verdana, Helvetica, sans-serif;
}


/* TABLEAUX --------------------------------------------- */

.article #main table.spip {   
	width:98%;   
	border-collapse: collapse;
	margin-left: 4px;
}

.article #main table.spip caption {
	font: bold 140%/140% Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #4a6d00;
	text-align: left;
	padding: 3px;
	border-right: 1px solid #fff;
	margin-top: 15px;
}

.article #main table.spip td {
   font: normal 110%/110% Verdana, Arial, Helvetica, sans-serif;
	padding: .5em;
	color: #fff;
}

.article #main table.spip tr.row_odd td {
   background: #5c8600;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.article #main table.spip tr.row_even td {
   background: #6d9f00;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.article #main table.spip tr.row_odd th {
   background: #5c8600;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #fff;	
	font: bold 110%/110% Verdana, Arial, Helvetica, sans-serif;
	padding-left: 3px;
}
.article #main table.spip tr.row_even th {
   background: #6d9f00;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #fff;
	font: bold 110%/110% Verdana, Arial, Helvetica, sans-serif;
	padding-left: 3px;
}

.article #main table.spip thead th {   
	background: url(../IMG/bg-table-1row.gif) left top repeat;	
	padding: .5em;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	color: #fff;
}

.article #main table.spip thead th strong {		
   font: bold 110%/110% Verdana, Arial, Helvetica, sans-serif;
	color: #fff;	
}

.article #main table.spip strong {
	font-weight: bold;
}


/* NOTES BAS PAGE --------------------------------------------- */

.article #main p.spip_note {
	font-size: 110%;
	color: #666;
	text-align: justify;
	margin-top: 10px;
}

/* DOCUMENTS JOINTS --------------------------------------------- */

.article #documents {
	margin-top: 10px;
	margin-left: 9px;
	width: 605px;
}

.article #documents h1 {
	height: 37px;
	background: #86002d url(../IMG/bg-documents-title.gif) left top no-repeat;
	text-align: left;
	padding-left: 7px;
}
*+html .article #documents h1 {
	height: 30px;
	padding-top: 7px;
}
* html .article #documents h1 {
	height: 30px;
	padding-top: 7px;
}

.article #documents h1 a {
	color: #fff;
	font: bold 180%/180% Arial, Verdana, Helvetica, sans-serif;
}

.article #documents table {
	border-left: 1px solid #54001c;
	border-right: 1px solid #54001c;
	border-collapse: collapse;
	width: 604px; 
	margin-left: 1px;
}
*+html .article #documents table {
	margin-left: 0;
	width: 605px;
}
* html .article #documents table {
	margin-left: 0;
	width: 605px;
}

.article #documents table td.col_even {
	background-color: #ffb9d1;
}
.article #documents table td.col_odd {
	background-color: #ffd3e2;
}

.article #documents table td {
	padding: 7px;
	text-align: left;
	width: 50%;
}

.article #documents table img {
	margin: 0 7px 3px 0;
	float: left; 
}

.article #documents table td h2 a {
	color: #86002d;
	font: bold 120%/120% Arial, Verdana, Helvetica, sans-serif;
}

.article #documents table p.spip {
	color: #000;
	font: normal 100%/100% Arial, Verdana, Helvetica, sans-serif;
}

.article #documents .bl {
	background: url(../IMG/bg-documents-bottom.gif) left bottom no-repeat;
	padding-bottom: 17px;
}




/*  ------------------------------------------------------------------------------------
/*                                                               TEXTE ARTICLE 1 COLONNE
/*  --------------------------------------------------------------------------------- */

.article_one_col #main h2, .article_one_col #main h3.spip {
	font: bold 200%/160% Arial, Verdana, Helvetica, sans-serif;
	color: #4a6d00;
	background: url(../IMG/puce-article-text-h3.gif) left top no-repeat;
	padding: 10px 0 0 20px;
	margin: 10px 10px 0;
	height: auto !important;
	height: 25px;	
	min-height: 25px;
	text-align: left;
}

.article_one_col #main h3.spip {
	font: bold 160%/120% Arial, Verdana, Helvetica, sans-serif;
}

.article_one_col #main p.spip {
	font: normal 120%/120% Arial, Verdana, Helvetica, sans-serif;
	color: #333;
	margin: 10px 10px 0;
	text-align: justify;
}

.article_one_col #main p.spip strong {
	font-weight: bold;
}

/* LIENS --------------------------------------------- */

.article_one_col #main a {
	color: #b8003e;
	font-weight: bold;
}

.article_one_col #main a:hover {
	text-decoration: underline;
}

.article_one_col #main a.spip_out {
	padding-left: 10px;
	background: url(../IMG/puceLienExt.gif) left top no-repeat;
}

/* IMAGES --------------------------------------------- */

.article_one_col #main img {
	border: 1px solid #6d9f00;
}

.article_one_col #main .spip_documents_left {
	margin: 10px 10px 10px 0;
	padding-right: 38px;
	background: url(../IMG/bg-img-article.gif) right bottom no-repeat;
}

.article_one_col #main .spip_documents_right {
	margin: 10px 0 10px 20px;
	padding-right: 38px;
	background: url(../IMG/bg-img-article.gif) right bottom no-repeat;
}

.article_one_col #main .spip_documents_center img {
	margin: 20px auto 0;
	display: block;
}

.article_one_col #main .spip_documents_center {
	text-align: center;
	margin: 0 auto;
}

.article_one_col #main .spip_documents_center dt, .article_one_col #main .spip_documents_center dd {
	margin: 0 auto;
	text-align: left;
	width: 100%;
}

.article_one_col #main .spip_doc_titre {
	color: #4a6d00;
	font: bold 110% Verdana, Arial, Helvetica, sans-serif;
	margin: 1px 0 1px 0;
}

.article_one_col #main .spip_doc_descriptif {
	text-align: left;
}

.article_one_col #main .spip_doc_descriptif p {
	margin-top: 1px;
	color: #6d9f00;
	font: normal 110%/110% Verdana, Arial, Helvetica, sans-serif;
}

/* LISTES --------------------------------------------- */

.article_one_col #main ul.spip, .article_one_col #main ol.spip  {
	margin: 10px 0 0 25px;
	text-align: justify;
}

.article_one_col #main ul.spip li.spip {
   list-style: none;
	background: url(../IMG/puce1-article.gif) left 2px no-repeat;
	padding-left: 12px;
	margin-top: 10px;
	font: normal 120%/120% Arial, Verdana, Helvetica, sans-serif;
}

.article_one_col #main ul.spip ul.spip {
	margin: 5px 0 7px 40px;
}

.article_one_col #main ul.spip li.spip li.spip {
	background: url(../IMG/puce2-article.gif) left 2px no-repeat;
	padding-left: 12px;
	margin-top: 5px;
	font: normal 100%/100% Arial, Verdana, Helvetica, sans-serif;
}

.article_one_col #main ol.spip li.spip {
 	background: none;
	padding-left: 0;
	margin-top: 7px;
	display: list-item;
	list-style-type: decimal;
	font: normal 120%/120% Arial, Verdana, Helvetica, sans-serif;
}


/* TABLEAUX --------------------------------------------- */

.article_one_col #main table.spip {   
	width:60%;   
	border-collapse: collapse;
	margin-left: 4px;
}

.article_one_col #main table.spip caption {
	font: bold 140%/140% Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #4a6d00;
	text-align: left;
	padding: 3px;
	border-right: 1px solid #fff;
	margin-top: 15px;
}

.article_one_col #main table.spip td {
   font: normal 110%/110% Verdana, Arial, Helvetica, sans-serif;
	padding: .5em;
	color: #fff;
}

.article_one_col #main table.spip tr.row_odd td {
   background: #5c8600;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.article_one_col #main table.spip tr.row_even td {
   background: #6d9f00;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.article_one_col #main table.spip tr.row_odd th {
   background: #5c8600;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #fff;	
	font: bold 110%/110% Verdana, Arial, Helvetica, sans-serif;
	padding-left: 3px;
}
.article_one_col #main table.spip tr.row_even th {
   background: #6d9f00;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #fff;
	font: bold 110%/110% Verdana, Arial, Helvetica, sans-serif;
	padding-left: 3px;
}

.article_one_col #main table.spip thead th {   
	background: url(../IMG/bg-table-1row.gif) left top repeat;	
	padding: .5em;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	color: #fff;
}

.article_one_col #main table.spip thead th strong {		
   font: bold 110%/110% Verdana, Arial, Helvetica, sans-serif;
	color: #fff;	
}

.article_one_col #main table.spip strong {
	font-weight: bold;
}


/* NOTES BAS PAGE --------------------------------------------- */

.article_one_col #main p.spip_note {
	font-size: 110%;
	color: #666;
	text-align: justify;
	margin-top: 10px;
}

/* DOCUMENTS JOINTS --------------------------------------------- */

.article_one_col #documents {
	margin-top: 10px;
	margin-left: 9px;
	width: 605px;
}

.article_one_col #documents h1 {
	height: 37px;
	background: #86002d url(../IMG/bg-documents-title.gif) left top no-repeat;
	text-align: left;
	padding-left: 7px;
}
*+html .article_one_col #documents h1 {
	height: 30px;
	padding-top: 7px;
}
* html .article_one_col #documents h1 {
	height: 30px;
	padding-top: 7px;
}

.article_one_col #documents h1 a {
	color: #fff;
	font: bold 180%/180% Arial, Verdana, Helvetica, sans-serif;
}

.article_one_col #documents table {
	border-left: 1px solid #54001c;
	border-right: 1px solid #54001c;
	border-collapse: collapse;
	width: 604px; 
	margin-left: 1px;
}
*+html .article_one_col #documents table {
	margin-left: 0;
	width: 605px;
}
* html .article_one_col #documents table {
	margin-left: 0;
	width: 605px;
}

.article_one_col #documents table td.col_even {
	background-color: #ffb9d1;
}
.article_one_col #documents table td.col_odd {
	background-color: #ffd3e2;
}

.article_one_col #documents table td {
	padding: 7px;
	text-align: left;
	width: 50%;
}

.article_one_col #documents table img {
	margin: 0 7px 3px 0;
	float: left; 
}

.article_one_col #documents table td h2 a {
	color: #86002d;
	font: bold 120%/120% Arial, Verdana, Helvetica, sans-serif;
}

.article_one_col #documents table p.spip {
	color: #000;
	font: normal 100%/100% Arial, Verdana, Helvetica, sans-serif;
}

.article_one_col #documents .bl {
	background: url(../IMG/bg-documents-bottom.gif) left bottom no-repeat;
	padding-bottom: 17px;
}



/*  ------------------------------------------------------------------------------------
/*                                                                 NAVIGATION SECONDAIRE
/*  --------------------------------------------------------------------------------- */

#nav {
	position: relative;
	margin: 0 auto;
	text-align: left;
}
*+html #nav, * html #nav {
   left: 1px;
}

#nav #nav-in {
	background: url(../IMG/bg-nav.gif) left top repeat-y;
}

#nav #nav-in-in {
	background: url(../IMG/bg-nav-bottom.gif) left bottom no-repeat;
	min-height: 85px;
	padding: 10px 0 15px;	
}

#nav h2 {
	background: url(../IMG/bg-nav-title.gif) left top no-repeat;
	padding-left: 7px;
	height: 38px;
}
*+html #nav h2 {
	height: 30px;
	padding-top: 7px;
}
* html #nav h2 {
	height: 30px;
	padding-top: 7px;
}

#nav h2 a {
	color: #fff;
	font: bold 180%/180% Arial, Verdana, Helvetica, sans-serif;
}

#nav ul {
   margin-top: 5px;
}


#nav ul li {
	width: 296px;
}

#nav ul li a {
	color: #fff;
	font: bold 140%/120% Arial, Verdana, Helvetica, sans-serif;
	display: block;
	width: 266px;
	padding: 2px 15px;	
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
* html #nav ul li a {
	border-top: 1px dashed #1a83bd;
	border-bottom: 1px dashed #1a83bd;
	border-left: 1px solid #11557b;
	border-right: 1px solid #11557b;
	width: 264px;
}

#nav ul li a:hover {
	background: #6d9f00;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#nav ul li.active {
	background: #6d9f00;
}
* html #nav ul li.active {
   width: 264px !important;
}

#nav ul li.active a {
   background: url(../IMG/bg-nav-li-active.gif) left top no-repeat;	
}
* html #nav ul li.active a {
	border-top: 1px dashed #6d9f00;
	border-bottom: 1px dashed #6d9f00;
	width: 264px;	
}

* html #nav ul li.active ul {
}

#nav ul li.active ul li {
	background: url(../IMG/puce-nav-li2.gif) 15px 7px no-repeat;
}
*+html #nav ul li.active ul li {
	background: url(../IMG/puce-nav-li2.gif) 15px 7px no-repeat;
}
* html #nav ul li.active ul li {
	background: url(../IMG/puce-nav-li2.gif) 15px 7px no-repeat;
}


#nav ul li.active ul li a {
	background: none;
	padding-left: 35px;
	width: 246px !important;
}
* html #nav ul li.active ul li a {
	width: 244px !important;
}

#nav ul li.active a:hover {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
* html #nav ul li.active a:hover {
	background: url(../IMG/bg-nav-li-active.gif) left top no-repeat;	
}

#nav ul li.active ul li a:hover {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;	
}
*+html #nav ul li.active ul li a:hover {
	background: url(../IMG/puce-nav-li2.gif) 15px 6px no-repeat;
}
* html #nav ul li.active ul li a:hover {
	background: url(../IMG/puce-nav-li2.gif) 15px 6px no-repeat;
}

#nav ul li.active a.active {
	background: #4a6d00 url(../IMG/puce-nav-li2-active.gif) 15px 7px no-repeat;	
}
*+html #nav ul li.active a.active {
	background: #4a6d00 url(../IMG/puce-nav-li2-active.gif) 15px 6px no-repeat;	
}
* html #nav ul li.active a.active {
	background: #4a6d00 url(../IMG/puce-nav-li2-active.gif) 15px 6px no-repeat;	
}



/*  ------------------------------------------------------------------------------------
/*                                                                                FOOTER
/*  --------------------------------------------------------------------------------- */

#footer {
   background: #6d9f00 url(../IMG/bg-footer-bottom.jpg) center top no-repeat;
   height: 101px;
	text-align: left;
}

#footer .tl {
	width: 950px;
	margin: 0 auto;
	position: relative;
}

#footer p.links {
	position: absolute;
	top: 30px;
	left: 25px;	 
}
	
#footer p.links a {
	background: url(../IMG/bg-link-footer-left.gif) left top no-repeat;
	padding-left: 7px;
	display: block;
	height: 25px;
	color: #fff;
	font-size: 145%;
	line-height: 20px;
	font-weight: bold;
	margin-right: 5px;
	float: left;
}
* html #footer p.links a {
	width: .1em;
}

#footer p.links a span {
	background: url(../IMG/bg-link-footer-right.gif) right top no-repeat;
	height: 25px;
	display: block;
	padding-right: 7px;
}
*+html #footer p.links a span {
	padding-top: 2px;
}
* html #footer p.links a span {
	padding-top: 2px;
	width: .1em;
	white-space: nowrap;
}

#footer p.copy {
	float: right;
	color: #fff;
	font: normal 130%/100% Arial, Verdana, Helvetica, sans-serif;	
	margin: 30px 25px 5px 0;
	display: inline;
}
#footer p.copy a {
	color: #fff;
	font: bold 110%/100% "Trebuchet MS", Lucida, Arial, Geneva, Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
}

#footer p#credits {
	float: right;
	clear: right;
	margin: 0 25px 0 0;
	display: inline;
	color: #fff;
}
#footer p#credits a {
	font: normal 130%/100% Arial, Verdana, Helvetica, sans-serif;	
	color: #fff;	
}
#footer p#credits a strong {
	font: bold 110%/100% "Trebuchet MS", Lucida, Arial, Geneva, Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
}

#footer p.copy a:hover, #footer p#credits a:hover strong {
	text-decoration: underline;
}



/*  ------------------------------------------------------------------------------------
/*                                                                           FORMULAIRES
/*  --------------------------------------------------------------------------------- */

/* FORMULAIRES --------------------------------------------- */

/*#form_newsletter {
	width: 400px;
	padding: 15px;
	border: 1px solid #6d9f00;
}


#form_newsletter fieldset legend {
	font: bold 160%/120% Arial, Verdana, Helvetica, sans-serif;
	color: #4a6d00;
	background: url(../IMG/puce-article-text-h3.gif) left top no-repeat;
	display: block;
	padding: 10px 0 0 20px;
	margin: 10px 0;
	height: auto !important;
	height: 25px;	
	min-height: 25px;
}

#form_newsletter fieldset ol {
	padding: 15px 0 15px 20px;
}

#form_newsletter fieldset.submit {
	text-align: right;	
}

#form_newsletter ol label {	
	color: #4a6d00;
	font: bold 140%/140% Arial, Verdana, Helvetica, sans-serif;
	margin-bottom: 5px;
}

#form_newsletter ol input {
	width: 100%;
	height: 20px;
	color: #fff;
	font: bold 130%/130% Arial, Verdana, Helvetica, sans-serif;
	padding-top: 3px;
}

#form_newsletter ol input.off {
   background: #6d9f00;
   border: 1px solid #4a6d00;
}

#form_newsletter ol input.on {
   border: 1px solid #6d9f00;
	background: #4a6d00;
}


#form_newsletter fieldset.submit input.submit {
	background: url(../IMG/bg-table-1row.gif) left top repeat;
	padding: 5px;
	margin-top: 1px;
	margin-bottom: 5px;
	color: #fff;
	font: bold 140%/140% Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid #4a6d00;
	width: 6em;
}

#form_newsletter .links {
	text-align: right;
}

#form_newsletter .links a {	
	font: bold 130%/130% Arial, Verdana, Helvetica, sans-serif;
	margin-top: 3px;
}*/



/* FORMULAIRES --------------------------------------------- */

#form_newsletter {
	width: 400px;
	padding: 15px;
	border: 1px solid #6d9f00;
}

#form_contact {
	width: 400px;
	padding: 15px;
	border: 1px solid #6d9f00;
	margin-top: 20px;
}

#form_echange_liens {
	width: 400px;
	padding: 15px;
	border: 1px solid #6d9f00;
	margin-top: 20px;
	margin-left: 10px;
	text-align: left;
}

#form_brochures {
	width: 400px;
	padding: 15px;
	border: 1px solid #6d9f00;
	margin-top: 20px;
	text-align: left;
}


form fieldset legend {
	font: bold 160%/120% Arial, Verdana, Helvetica, sans-serif;
	color: #4a6d00;
	background: url(../IMG/puce-article-text-h3.gif) left top no-repeat;
	display: block;
	padding: 10px 0 0 20px;
	margin: 10px 0 0;
	height: auto !important;
	height: 25px;	
	min-height: 25px;
}

form fieldset ol {
	padding: 5px 0 25px 20px;
}

form ol label {	
	color: #4a6d00;
	font: bold 100%/100% Arial, Verdana, Helvetica, sans-serif;
	margin-bottom: 5px;
	text-align: left;
}

form ol li {
	color: #4a6d00;
	font: bold 140%/140% Arial, Verdana, Helvetica, sans-serif;
	margin-bottom: 5px;
	text-align: left;
}

form ol input, form ol textarea {
	width: 100%;
	height: 20px;
	color: #fff;
	font: bold 110%/110% Arial, Verdana, Helvetica, sans-serif;
	padding-top: 3px;
	margin-bottom: 5px;
}
form ol textarea {
	height: auto;
}

form ol input, form ol input.off, form ol textarea, form ol textarea.off {
   background: #6d9f00;
   border: 1px solid #4a6d00;
}

form ol input.on, form ol textarea.on {
   border: 1px solid #6d9f00;
	background: #4a6d00;
}

form ol label em img {
	border: none !important;
	display: inline;
}

#form_brochures input.brochures {
display: block;
width: 20px;
margin-bottom: 15px;
}

form fieldset.submit {
	text-align: right;	
}

form fieldset.submit input.submit, form fieldset.submit input.off {
	background: url(../IMG/bg-table-1row.gif) left top repeat;
	padding: 5px;
	margin-top: 1px;
	margin-bottom: 5px;
	color: #fff;
	font: bold 140%/140% Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid #4a6d00;
	width: auto;
}
form fieldset.submit input.on {
	background-image: none;
	background-color: #4a6d00;
	padding: 5px;
	margin-top: 1px;
	margin-bottom: 5px;
	color: #fff;
	font: bold 140%/140% Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid #4a6d00;
	width: auto;
	cursor: pointer;
	cursor: hand;
}

#form_newsletter .links {
	text-align: right;
}

#form_newsletter .links a {	
	font: bold 130%/130% Arial, Verdana, Helvetica, sans-serif;
	margin-top: 3px;
}

div.message {
	margin: 20px 0 20px 20px;
	padding: 5px;
	font-weight: bold;
	font-size: 130%;
	background-color: #f80000;
	color: #fff;
}

span.error {
	margin: 0 0 20px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 110%;
	background-color: #f80000;
	color: #fff;
	display: block;
}










/*form fieldset {
	margin: 1em 0;
}

form legend {
	color: #333;
	font-weight: bold;
	font-size: 130%;
	font-family: Trebuchet MS;
	margin-bottom: 1em;
}

form label {
	width: 150px;
	float: left;
	text-align: right;
	padding-right: 10px;
	color: #666;
}
form#login label {
	width: 500px;
	text-align: left;
	margin-bottom: 5px;
}

form p {
	margin: 0 0 .5em;
}

form input, form textarea {
	width: 275px;
	margin-bottom: 1em;
}

form .submit input {
	width: auto;
	height: 25px;
	border: 1px solid #999;
	font-weight: bold;
	font-size: 110%;
	color: #73a3d0;
	padding: 2px;
	margin-left: 160px;
}
form#login p.spip_bouton input {
	width: auto;
	height: 25px;
	border: 1px solid #999;
	font-weight: bold;
	font-size: 110%;
	background: #fff url(../images/bg-submit.gif) left top repeat-x;
	color: #73a3d0;
	padding: 2px;
}

form .submit input.off {   
	background: #fff url(../images/bg-submit.gif) left top repeat-x;
	color: #73a3d0;
}

form .submit input.on {
	background: #73a3d0;
	color: #fff;
}

span.error {
	font-weight: bold;
	color: #ff0202;
	font-size: 100%;
	margin-bottom: 30px;
	display: block;
}*/