/*
Theme Name: Nature's Highlight
Theme URI: http://refueled.net/wordpress-themes/
Description: A simple, two column theme for Wordpress.
Author: refueled
Author URI: http://refueled.net
version: 1.0
*/



/* basics */

*{margin:0; padding:0;}

body {
	/*background: #0D2339 url(images/background_r1_c2.png) repeat-x;*/
	font-family: verdana, arial  ,tahoma, serif;
	font-size: 11px;
	background: #0E3E4C;
/*	margin: 20px;*/
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 10pt; margin-top:10px;}
h4 {font-size: 9pt;}

a img {border:none;}

/* images and misc. */

/*img{border: none; padding: 6px;}
img a{border:none;}

img.left{ float: left; border: none; padding: 0 15px 10px 0; }
img.right{ float: right; border: none; padding: 0 0 10px 15px; }*/

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color:#05B3F7;
	text-decoration:none;
	border: none;
	}
a.pdf{
	background-image: url(images/pdf_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:30px;
	}

a:hover{color:#05B3F7;text-decoration: underline; border: none;}

small{
	color: #05b3f7;
	/*color:#73BD1E;*/
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10px;
	/*text-transform: uppercase;*/
}

/* container */
.wrapper {
	clear: both;
	margin: 0 auto;
	width: 960px;

}
#content .wrapper {
/*padding-top:20px;*/

}
#breadcrumbs{
	margin-left:10px;
	padding-bottom:15px;
	color:#225A93;
/*margin-top:20px;*/
}

#container {
	/*width: 860px;
	width: 925px;*/
	width:100%;
	margin: 0 auto;
	padding: 0;
	/*background:#fff url(images/bg.jpg);
background:#fff url(images/background.gif);*/
background:#BBE1EA;
	color:#000;
	overflow: hidden;
	/*border: 6px solid #fff;*/

	}
	
/* header */

#header {
	/*width: 925px;

	margin: 0 auto;*/

	
/*background: #cccccc;
	width: 730px; */
	color: #fff; 
	height: 74px;
/*float:left;*/
	}
	
#header:hover{
	background: #E3EEF9;
	}
	
#header h1{
	font-family:  georgia, palatino linotype,  arial,times;
	color:#225A93;
	font-size: 22pt;
	font-weight: 300;
	/*letter-spacing: 1px;*/
	/*margin:12px 15px 0 15px;
	padding:4px 15px 10px 0;
	border-right:1px solid #CCCCCC;
	float:left;*/
	margin-bottom:0;
	margin-left:15px;
	padding-top:15px;
	}

#header p{
	font-family: georgia, verdana, palatino linotype, arial, times;
	font-size: 10pt;
	font-weight: 300;
	color: #73BD1E;
	/*padding:30px 0;*/
	margin-left:15px;
	}
	
.logo_pq{/* margin-left:700px; padding-left:500px;*/ background: #E3EEF9; padding-top:10px; height: 64px; clear: right;}
/* mid header */
	
#midheader{
	width:100%;
margin:auto;/**/
	height: 143px; 
	/*background: #0080A6;*/
	background: #0080A6 url(images/back_header.gif) repeat-y;
	overflow: hidden;
	padding:0;
	}

.leftcontent{ 
	width: 484px;
	height: 143px;
	background: #0080A7 url(images/header_img_r1_c1.jpg) no-repeat;
	font-size: 8pt;
	margin-left:0;
	padding-left:0;
	}


.leftcontent h2{
  font-family: palatino linotype, georgia, arial, times;
  font-size: 14pt;
  font-weight: 300;
  margin: 10px 0 0 15px;
  }

.leftcontent ul{ 
	margin: 10px 15px;
	}
	
.leftcontent ul li{ 
  padding: 4px 0 4px 0;
  border-top: 1px dotted #B2B2AA;
  list-style-type: none;
	}
	
.leftcontent ul li a{color: #767C6F;}
.leftcontent ul li a:hover{color: #767C6F; text-decoration: none;}
	
.leftcontent ul li:hover{ 
  background: #D3D3CB;
	}

.rightimg{ 
	width: 469px;
	/*width:100%;*/
	height: 143px;
	float: right;
	background: #0080A7 url(images/header_img_r1_c2.jpg) no-repeat right;
	/*background: url(images/rightimg/random.php);
	border-left: 6px solid #fff; 
	border-bottom: 6px solid #fff; */
	}

/* main menu */

#nav {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 25px;
	background: #73BD1E;
	font-family: verdana, arial, tahoma;
	font-size: 8pt;
	list-style: none;
	line-height: 1;
	text-transform: uppercase;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	line-height: 14pt;
	padding: 4px 9px 2px 9px;
	color:#fff;
	text-decoration: none;
}

#nav a:hover {
	background-color:#225A93;
	color: #ffffff;
}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #878A7E;
	width: 180px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: 0;
	padding: 0;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li ul a{
	background: #878A7E;
	list-style: none;
	font-family: tahoma, verdana, serif;
	font-size: 8pt;
	font-weight: 300;
	text-align: left;
	padding: 6px;
	width: 180px;
	letter-spacing: 1px;
}

#nav li ul a:hover{
	background: #fff;
	color: #5B5B5B;
}


#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav_top{

	padding: 0;

	/*padding-left: 500px;*/

	width: 100%;

	height: 21px;

	background: #0E3E4C;

	/*background: #ffffff;*/

	font-family: verdana, arial, tahoma;



	list-style: none;

	line-height: 1;

	/*text-transform: uppercase;*/



}

#nav_top2{
	text-align:left;
	
padding-left:20px;

	height: 20px;
	background: #0E3E4C;

font-family: Geneva, Arial, Helvetica, sans-serif;

	font-size:48px;

	list-style: none;

	line-height: 1;

	/*text-transform: uppercase;*/

letter-spacing:3px;

padding-top:7px;

padding-bottom:5px;
margin-right:0;


}



#nav_top ul, #nav_top2 ul{ /* all lists */
/*
	padding: 0;

	margin: 0;
*/
	list-style: none;

	line-height: 1;

}

#nav_top a{padding: 0px 9px 2px 9px;}
#nav_top2 a{/*padding: 0px 5px 2px 0px;*/}
#nav_top2 ul li a{/*margin-right:10px;*/text-align:left;float:left; margin-right:0; padding:0;display:block;/*width:160px;*/}
#nav_top2 ul li ul {margin-top:2px;}
#nav_top a, #nav_top2 a {
/*float:left;*/
	line-height: 14pt;
	color:#ffffff;
	text-decoration: none;
}



#nav_top a:hover, #nav_top2 a:hover {
	color: #BBE1EA;
}



#nav_top li { /* all list items */
	float: right;
color: #FFFFFF;
	

}
#nav_top2 li { /* all list items */

	float: left;
color: #FFFFFF;



}
.menu ul { /* all list items */
text-align:left;
/*margin-left:10px;*/
}



#nav_top li ul, #nav_top2 li ul { /* second-level lists */

	position: relative;

	/*background: #878A7E;*/

	width: 180px;

	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */

	margin: 0;

	padding: 0;

	text-transform: lowercase;
/**/display: block;
}



#nav_top li:hover ul, #nav_top li.sfhover ul, #nav_top2 ul li:hover ul, #nav_top2 ul li.sfhover ul { /* lists nested under hovered list items */

	left: auto;

}



#nav_top li ul a{

	background: #266178;

	list-style: none;

	font-family: tahoma, verdana, serif;

	font-weight: 300;

	text-align: left;

	padding: 6px;

	width: 180px;

	letter-spacing: 1px;

}
 #nav_top2 li  {margin-right:0px;}
 /*#nav_top2 li ul {margin-top:0px;padding-top:0;}*/
 #nav_top2 li ul a{

	background: #266178;
	/*margin-left:-100px;*/
	list-style: none;

	font-family: tahoma, verdana, serif;
	/*font-weight: 300;*/

	text-align: left;

	padding: 0px 6px 2px 6px;
text-transform: none;

	/**/width: 150px;

	letter-spacing: 1px;

color: #7ACEE7;

}

 


#nav_top li ul a:hover, #nav_top2 li ul a:hover{

	background:#1A738C;

	color: #FFFFFF;

}





#nav_top li:hover ul, #nav_top li.sfhover ul, #nav_top2 li:hover ul, #nav_top2 li.sfhover ul {

	left: auto;

}





#nav_top .menu, #nav_top2 .menu {

	text-align: left;

/*background:#cccccc;
width:100%;*/
float:left;
padding:0;
margin-right:0;
}
/*STYLES MENU*/

.menu {/*width:100%;*/ height:20px;  position:relative; z-index:100; text-align:left;  }

/* hack to correct IE5.5 faulty box model */

* html .menu {width:746px; w\idth:745px;}

/* remove all the bullets, borders and padding from the default list styling */

/*.menu ul {padding:0;margin:0;list-style-type:none;left:0px;}*/

.menu ul ul {/*width:149px;*/ }


/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.menu li {/*float:left;width:300px;position:relative; margin-right:20px;*/}

/* style the links for the top level */

.menu a, .menu a:visited {/*display:block;*/text-decoration:none; color:#fff; /*width:138px;*/ height:23px;/* padding-left:10px;line-height:29px;*/ font-size:12px; }

/* a hack so that IE5.5 faulty box model is corrected */

* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}



/* style the second level background */

.menu ul ul a.drop, .menu ul ul a.drop:visited {/*background:#cccccc;background:#d4d8bd url(images/drop.gif) bottom right no-repeat;*/ }

/* style the second level hover */

.menu ul ul a.drop:hover{/*background:#c9ba65 url(images/drop.gif) bottom right no-repeat;*/}

.menu ul ul :hover > a.drop {/*background:#c9ba65 url(images/drop.gif) bottom right no-repeat;*/}

/* style the third level background */

.menu ul ul ul a, .menu ul ul ul a:visited {/*background:#e2dfa8;*/}

/* style the third level hover */

.menu ul ul ul a:hover {/*background:#b2ab9b;*/}





/* hide the sub levels and give them a positon absolute so that they take up no room */

/**/.menu ul ul {visibility:hidden;/**/position:absolute;height:0;top:0px;left:-100px; width:149px;/**/}

/* another hack for IE5.5 */

/** html .menu ul ul {top:30px;t\op:31px;}*/



/* position the third level flyout menu */

.menu ul ul ul{left:149px; top:-1px; width:149px;}



/* position the third level flyout menu for a left flyout */

.menu ul ul ul.left {left:-149px;}



/* style the table so that it takes no ppart in the layout - required for IE to work */

.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}



/* style the second level links */

.menu ul ul a, .menu ul ul a:visited {color:#000; height:auto; line-height:1em;  /*width:128px;*/border-width:0 1px 1px 1px; text-transform: none; font-size:11px;
/*margin-right:500px;*/}

/* yet another hack for IE5.5 */

* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px; font-size:28px;}



/* style the top level hover */

.menu a:hover, .menu ul ul a:hover{color:#fff; }

.menu :hover > a, .menu ul ul :hover > a {color:#fff;}



/* make the second level visible when hover on first level list OR link */

.menu ul li:hover ul,

/**/.menu ul li a:hover ul{visibility:visible; }
/*#nav_top2 .menu ul ul :hover ul{visibility:hidden; }
 keep the third level hidden when you hover on first level list OR link */

.menu ul :hover ul ul{visibility:hidden;}

/* make the third level visible when you hover over second level list OR link */

.menu ul :hover ul :hover ul{ visibility:visible;}

.menu ul li a{

text-transform: uppercase;

/*margin-left:100px;

margin-right:100px;

padding-top:20px;

padding-bottom:20px;*/


}

.current_page_item ul{

/*margin-left:100px;*/

}

.current_page_item ul li a{
/*
margin-left:100px; */

/*

background:#000000;

*/



}

.menu ul ul .current_page_item a {

  color: red;

  background: white;

  /*border-left: 1px solid black;*/

}



.menu .current_page_item a {



  

}



.menu ul .current_page_item ul a {

  color: white;

  font-weight: normal;

 /*background: black;*/



}



.menu ul .current_page_item ul a:hover {

/*background: gray;*/

}



/* content */


#content {
	float: left;
	overflow: hidden;
width:100%;

	}

.col1{
float:left;
width:450px;
height:243px;
padding-top:15px;
background: url(images/back_slideshow.jpg) no-repeat;
text-align:left;
margin-top:30px;
	}
.col1b{
float:left;
width:255px;

	}

.col1c{
float:left;
width:700px;
min-height:420px;
padding-top:20px;

text-align:left;
	}

.col1c2{
float:left;
width:700px;
min-height:420px;
padding-top:15px;

text-align:left;
	}

.col1d{

float:left;
width:700px;
min-height:420px;
padding-top:20px;

text-align:left;
	}

.col1d select{
margin-left:10px;
	}
.col1e{
margin-top:0;
width:475px;
/*margin-left:165px;
min-height:420px;*/


text-align:left;
	}
.slideshow

{

margin-left: 10px;



text-align: left;

}
.col1b p{
Font-family: geneva, tahoma, verdana, sans-serif;
font-size: 20px;
line-height:34px;
color:#266178;
margin-right:20px;
margin-top:90px;

	}

.col_liberte{
margin-top:20px;
margin-bottom:20px;
float:left;
width:100%;
}
.col_liberte2{

margin-bottom:20px;
float:left;
width:100%;
}

.col_liberte2 h2{
padding-bottom:10px;
}
.col_liberte h2, .col_liberte2 h2{
padding-left: 10px;

color:#266178;

text-transform: uppercase;

font-weight: normal;

letter-spacing: 5px;

font-family: Geneva,Arial,Helvetica,sans-serif;

font-size: 14px;}
.col_liberte p{
padding-left: 10px;
padding-top: 5px;
color: #3789a8;

font-weight: normal;


}

.col2{
/*border-left: 1px dotted #5BAFC8;*/
width:254px;
margin-left:705px;
margin-top:0px;
padding-top:15px;
	}

.col2b{
border-left: 1px dotted #5BAFC8;
border-right: 1px dotted #5BAFC8;
border-bottom: 1px dotted #5BAFC8;
width:252px;
margin-left:705px;
background:#A4D7E3;
padding-top:0px;
margin-bottom:0;
	}
.col3{
float:left;
width:315px;
/*padding-right:25px;*/

padding-bottom:10px;
	}


.col4{
float:left;
width:315px;
/*padding-right:25px;*/
padding-left:15px;

border-left: 1px dotted #5BAFC8;
border-right: 1px dotted #5BAFC8;
	}
.col5{
float:left;
width:290px;

padding-left:15px;
	}

.col3 p, .col4 p, .col5 p{
padding-top:10px;
padding-left:10px;
padding-right:20px;
color:#3789A8;
font-weight:normal;
	}

.col3 p a, .col4 p a, .col5 p a{

color: #05b3f7;
font-weight:normal;
	}
.col3 ul , .col4  ul{
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	margin-left:10px;
	}

.col5 ul {
	padding-left:20px;
	padding-right:0px;
	padding-top:10px;
	
	}
.col3 ul li a, .col4  li a, .col5 li a{

	color: #0e3e4c;
	font-weight:normal;
	list-style-image: url(images/fleche.gif);
	}

.col3 ul li, .col4  ul li , .col5 ul li {
	list-style-image: url(images/fleche.gif);
	list-style-position: inside;
	margin-left:5px;
	padding-left:0px;
	color: #0e3e4c;

	}
#col_services{
background-color:#58ACC5;
margin-top:30px;
margin-bottom:0px;
float:left;
width:100%;
padding-bottom:20px;
}
.col6{
float:left;
width:280px;
margin-top:20px;
margin-left:10px;
margin-right:0px;
height:180px;

border-top: 1px dotted #BBE1EA;
border-bottom: 1px dotted #BBE1EA;
	}


.col7{
float:left;

height:180px;
width:280px;
margin-top:20px;
margin-left:50px;
margin-right:50px;
height:180px;

border-top: 1px dotted #BBE1EA;
border-bottom: 1px dotted #BBE1EA;

	}
.col8{
float:left;
height:180px;
width:280px;
margin-top:20px;
margin-left:0px;



border-top: 1px dotted #BBE1EA;
border-bottom: 1px dotted #BBE1EA;

	}

.col6 p, .col7 p, .col8 p{
padding-top:10px;
/*padding-left:10px;
padding-right:20px;*/
color:#0E3E4C;
line-height:18px;
margin-bottom:10px;
margin-top:0px;
padding-top:3px;
	}
.col6 p a, .col7 p a, .col8 p a{
padding-top:10px;
/*padding-left:10px;
padding-right:20px;*/
color:#FFFFFF;

	}
.col6 img, .col7 img, .col8 img{
float:left;
margin-right:10px;

	}
.col6 h3, .col7 h3, .col8 h3{
	padding-top:10px;
	/*padding-left:10px;
	padding-right:20px;*/
	color:#ffffff;
	text-transform: uppercase;
	font-weight:normal;
	letter-spacing:5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom:10px;
	}

.col6 ul li a, .col7 ul li a, .col8 ul li a{
	color:#0E3E4C;
	list-style-type:none;
	}
.col6 ul li , .col7 ul li , .col8 ul li {
	
	list-style-type:none;
line-height:18px;
	}
.col6 ul li li, .col7 ul li li , .col8 ul li li {
	margin-left:140px;
font-size:10px;
	}

.col9{
float:left;
width:240px;
margin-top:20px;
/*margin-left:0px;
margin-right:10px;*/
margin-bottom:20px;
padding-bottom:20px;

	}


.col10{
float:left;
width:240px;
margin-top:20px;
/*margin-left:10px;
margin-right:10px;*/
margin-bottom:20px;
padding-bottom:20px;


	}
.col11{
float:left;
width:240px;
margin-top:20px;
/*margin-left:10px;
margin-right:15px;*/

padding-bottom:20px;
margin-bottom:20px;
	}
.col12{
float:left;
width:240px;
margin-top:20px;
/*margin-left:10px;
margin-right:15px;*/

padding-bottom:20px;
margin-bottom:20px;

	}
.col9 p, .col10 p, .col11 p, .col12 p{
padding-top:10px;
padding-left:0px;
/*padding-right:20px;*/
color:#0E3E4C;

	}
#pageslist{
margin-top:10px;
margin-left:10px;
line-height:15px;
	}

#pageslist li{
/*list-style-type:none;*/
list-style-image: url(images/fleche.gif);
color: #0e3e4c;
list-style-position:outside;
	}

#pageslist li a{

color: #0e3e4c;
	}
.img_repertoire img{
border: 1px dotted #5BAFC8;
padding:3px;
width:70px;
float:left;
margin-right:5px;
margin-bottom:5px;
clear:left;
	}
.entry img{
background-color: #ffffff;

display: block;

padding-top: 4px;

padding-right: 4px;

padding-bottom: 4px;

padding-left: 4px;
margin-right:20px;
float:left;
/*border: 1px dotted #5BAFC8;


float:left;
margin-right:20px;
margin-bottom:5px;
margin-left:0;
padding:3px;*/
	}
.archives img{
width:70px;

clear:both;
	}
.archives {

clear:both;
float:none;
	}
.entry  td{
border: 1px solid #5BAFC8;

	}
.entry table{
border-collapse:collapse;
border: 1px solid #5BAFC8;
	}
.photo_grosse {

background:#cccccc;


	}
.photo_grosse img{
border: 1px dotted #5BAFC8;
padding:3px;
width:130px;
float:right;
/*margin-right:15px;*/
margin-bottom:10px;

/*clear:left;*/
	}
.post {

	margin: 0 10px;
/*	padding:10px 10px 10px 0px;*/
	line-height: 15pt;
	text-align: justify;
	margin-top:20px;
	color: #666666;
	font-size:12px;
	border-bottom: 1px dotted #5BAFC8; 
	}
.page {

	margin: 0 10px;
	/*padding:10px 10px 10px 0px;*/
	line-height: 15pt;
	text-align: justify;
	margin-top:20px;
	color: #666666;
	font-size:12px;
	padding-bottom:20px;

	}
	
.post h2, .page h2{
	font-family: georgia, times, serif;
	font-size: 18pt;
	font-weight: normal;
	color: #333333;
	padding: 0 0 6px 0;
	text-align:left;
	}
	
.post h2 a, .page h2 a{
	color: #31342C;
	/*color:#225A93;*/
	text-decoration: none;
	border: none;
	line-height:26px;
	}
	
.post h2 a:hover, .page h2 a:hover{
	color: #666;
	text-decoration: none;
	}
	
.post h3, .post h3 a, .page h3, .page h3 a{
	font-family: georgia, times, serif;
	font-size: 16px;
	font-weight: normal;
	/*padding: 0 0 6px 0;*/
	color:#225A93;
margin-bottom:10px;
margin-top:20px;
padding-bottom:0;

	}
.post p{margin: 4px 0 4px 0; }
.page p{/*margin: 4px 0 4px 0; */}
.post ul  {
/*margin-left:120px;
padding-left:20px;*/

}

.post ul li {
	list-style-image: url(images/fleche2.gif);
	color: #7D7D7D;
	list-style-position: inside;
	margin-left:20px;

}
.page ul {/*padding-left:0px; margin-right:50px;*/ }
.page ul li {
	/**/list-style-image: url(images/fleche2.gif);
	color: #666666;
	list-style-position: inside;
	/*padding-left:50px;*/
	margin-left:20px;


}
.entry ul {



}

strong {color: #225a93;}
.entry ul li {/*list-style-image: url(images/fleche.gif); list-style-position: outside; color: #7D7D7D; margin-left:25px;padding-left:20px; margin-left:20px;*/ }
.post ul li div{/*margin:0;*/}
.post strong{/*color:#225A93;*/}
.entry {text-align:left;padding-bottom:10px;}
.entry p{margin:5px 0 12px; text-align:left; }
.entry p a, .entry a{color: #05b3f7;}
.entry p a:visited{color: #05b3f7;}
.entry .clearfloat  {clear:both; float:none;}
.enjeux li{margin-left:15px; padding-bottom:5px; }
.enjeux li h3{margin-left:0px; padding-left:0;}
.communique_principal p{
	margin:12px 0;
	font-family:  Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
	line-height: 150%;
	color: #666666;
}
.enjeux p, .enjeux{
	margin:5px 0;
	font-family:  Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10px;
	line-height: 125%;
	color: #888888;
	/*border-bottom: 1px dotted #C2C1B9;*/
padding-left:0;

}
.enjeux h3{
	font-family: georgia, times, serif;
	font-size: 18pt;
	font-weight: normal;
	padding: 0 0 6px 0;
	}
.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	border-top: 1px dotted #C2C1B9;
	border-bottom: 1px dotted #C2C1B9;
	text-align: center;
	line-height: 15pt;
	}
	
.postmetadata img{display: inline; margin: 0; padding: 4px 2px 0 2px;}
	
.navigation {
	margin: 10px;
	padding:2px;
	font-size:.9em;
	float:left;
	width:98%;
	}
	
.alignleft {float:left;}
.alignright {float:right;}


.archivetitle{
	font-family: baskerville, georgia, times, serif;
	font-size: 18pt;
	font-weight: 300;
	color: #31342C;
	padding: 0 0 12px 10px;
	}
.clearfloat{
	clear: both;
	float: none;

}

/* sidebar */
#newsletter, #calendar_wrap {border-bottom: 1px dotted #C2C1B9; padding-bottom:10px; }
#don {border-bottom: 1px dotted #C2C1B9; padding-bottom:5px;  padding-top:5px; padding-left:5px; text-align:center; }
#calendar_wrap {padding-left:20px; padding-right:20px;}
#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	/*width: 305px;*/
	border-left: 1px dotted #5BAFC8;
	/*float:right;
	margin: 6px 0 24px 0;*/
	padding-right: 0;
	padding-top:0px;
	margin-right:0px;

	padding-left:10px;
	padding-bottom:0px;
/*border-top: 6px solid #fff;
	background: #E7E8E1;
	background:#E3EEF9;*/

	}

#sidebar h2, #sidebar h2 a{
	font-family: georgia, verdana, times;
	font-weight: normal; 
	font-size: 16px; 
	text-align: left;
	color: #225A93;	
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0 0 0 0px;

}
#sidebar h2 a{
	padding-left: 0;
}
#sidebar a{
	color:#05B3F7;

}

#sidebar p {margin-bottom:10px; padding: 0 6px 0 0; padding-left:0px; color:#225A93; line-height:18px; margin-top:10px;}

#sidebar form {padding-left:0px; margin-top:12px; color:#225A93; }
#sidebar select {margin-left:0px; margin-bottom:10px;}
#sidebar .wp-polls form { margin-top:12px; color:#225A93; /*padding-right:20px;*/ text-align:left;}
 .wp-polls p {text-align:left; color: #74796c;}
 .wp-polls p strong{color:#FA7F0B; font-weight:normal}
 .wp-polls  {margin-top:10px;}
.wp-polls ul li, wp-polls-ul li, .wp-polls-ans ul li 
{
font-size:10px;

}


#sidebar form input {
border: 1px solid #5bafc8;
	/*background:#CEE1F4;
	color:#225A93;
	border: 1px solid #B7B7B7;*/
	/*width:170px;*/
padding-left:0;
margin-left:0;
}

#sidebar form input.submit{
	background:#FEEEE0;
	color:#FA7F0B;
	border: 1px solid #CBCBC9;
	font-size:11px;
width:90px;

}
#searchform div{
padding-left:0;
padding-bottom:10px;
}
#sidebar  form #searchform input {
width:170px;

}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	/*margin:12px 0 12px 0;
	padding:0;*/
	list-style-type: none;
	

	}
#sidebar li {
	/*margin:12px 0 12px 0;
	padding:0;*/
	list-style-type: none;


	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	text-indent:0;
	}

#sidebar ul ul {
	margin: 12px 0 12px 0;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
	
	margin: 0;
	padding: 4px 0px 4px 20px;
	border-bottom: 1px dotted #CBCBC9;
text-indent:0px;
text-align:left;
	}
	
#sidebar ul ul li:hover{
  background: #D7E7F4;
  }

#sidebar ul ul li a{color: #767C6F; text-decoration: none; border: none;}
#sidebar ul ul li a:hover{color: #666; text-decoration: none; border: none;}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #E3EEF9;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #73BD1E;
	}
	
#commentform a{color:#FA7F0B; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

.commentmetadata a{color:#FA7F0B;}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding: 6px;
	border: 1px solid #B2B2B2;
	}
	
#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #E3EEF9;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt; color:#7D7D7D;}

ol.commentlist a {color:#FA7F0B;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	/*color:#225A93;*/
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	/*padding: 6px 0 6px 10px;*/
	font-family: verdana, arial, times;
	margin-left:0;
	}

#searchform input#s{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	width:175px;
	border: 1px solid #5bafc8;
	margin-left:0;
	}
#newsletter input{
	
	width:260px;

	}
#newsletter form{
	
	padding-left:20px;

	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	font-size: 7pt;
	/*padding: 2px;
	margin: 2px 0 0 2px;
	margin-top:5px;
	margin-top:-10px;*/
	
	color: #797979;
		background:#FEEEE0 url(images/btn_fleche.gif) no-repeat right;
	color:#FA7F0B;
/*	border: 1px solid #FA7F0B;*/
	border:none;
	font-size:11px;
width:27px;
	height:25px;
	}

.colomne_gauche{width:305px; /* float:left; */font-family:Verdana, Arial, sans-serif; }
.colomne_bottom{/*margin-right: 5px;*/ font-family:Verdana, Arial, sans-serif; margin-bottom:30px;margin-top:10px;}
.colomne_droite{
	width:305px;
	/*margin-left: 310px;*/
	float:right;
font-family:Verdana, Arial, sans-serif;
margin-bottom:20px;
}


.colomne_gauche p, .colomne_bottom {font-size:11px;  color: #888888; margin-left:15px; margin-top:10px;}
.colomne_gauche a, .colomne_droite a, .colomne_bottom a  {font-size:10px; color:#FA7F0B; /*color: #888888;*/}
.colomne_gauche h3 a, .colomne_bottom h3 a{font-size:16px; padding-bottom:5px; margin-bottom:5px; margin-top:5px; padding-top:0;}
.colomne_gauche h3, .colomne_bottom h3 {margin-bottom:0; padding-bottom:0;}
.colomne_gauche span.green a{color:#73BD1E;}
 span.green a{color:#73BD1E;}
.colomne_gauche h2, .colomne_droite h2, .colomne_bottom h2, #section_boutons h2{
	font-family: georgia, times, serif;
	font-size: 16px;
	font-weight: normal;
	/*padding: 0 0 6px 0;*/
margin-top:0px;
	background:#E3EEF9;
	padding-top:3px;
	padding-bottom:6px;
	/*margin-top: 16px;*/
	border-top: 1px dotted #C2C1B9;
	border-bottom: 1px dotted #C2C1B9;
	text-align: left;
	/*line-height: 15pt;
	color:#73BD1E;*/
		color:#225A93;
	padding-left:15px;
	}

.colomne_gauche h4, .colomne_droite h4, .colomne_bottom h4 {
	font-family: georgia, times, serif;
	font-size: 14px;
	font-weight: normal;
	/*padding: 0 0 6px 0;*/
margin-top:0px;
	background:#E3EEF9;
	padding-top:3px;
	padding-bottom:6px;
	/*margin-top: 16px;*/
	border-top: 1px dotted #C2C1B9;
	border-bottom: 1px dotted #C2C1B9;
	text-align: left;
	line-height: 15pt;
	color:#225A93;
	padding-left:15px;
	}

.colomne_gauche h2 a, .colomne_droite h2 a, .colomne_bottom h2 a{
	font-family: georgia, times, serif;
	font-size: 16px;
	font-weight: normal;
	
	color:#225A93;
	/*color:#73BD1E;*/
	}


.colomne_gauche  li, .colomne_droite  li, .colomne_bottom li{
	border-bottom: 1px dotted #C2C1B9;
	font-size:10px;
	padding-top:5px;
	padding-bottom:15px;
	color: #888888;
	list-style-image: none;
	list-style-type: none;
	text-indent: 0pt;
	padding-left:0px;
text-indent: 0;

}
.colomne_gauche  ul li, .colomne_droite ul  li, .colomne_bottom ul  li{
	border-bottom: 1px dotted #C2C1B9;
	font-size:10px;
	padding-top:5px;
	padding-bottom:5px;
	color: #888888;
	list-style-image: none;
	list-style-type: none;
	text-indent: 0;
padding-left:15px;
margin-left:0;
}
#boite_1{
	min-height:100px;
	margin-top:25px;
	
	clear: both;
}
/* footer */
.enjeux img {float:left; margin-right:10px; }
.communique_principal a{font-size:11px;color:#FA7F0B;}
#section_boutons{

	/*margin-top:15px;
	margin-left:10px;
	width: 650px;
	margin-bottom:15px;*/
height:28px;
	
background-color:#266178;
}
#section_boutons ul li{

	/*background-color:#266178;
display: inline;
	list-style-type: none;
	float:left;
text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;*/
}
#section_boutons ul li a{
display: block;
	/*width:315px;	

	height:15px;

	list-style-type: none;
	float:left;
text-align:center;
font-size:12px;
	
margin-top:5px;
margin-bottom:5px;
text-transform: uppercase;

*/
}
#section_boutons ul li.parcours  a {
color:#ffffff;
		margin-right:5px;
	/*border-right:1px solid #cccccc;*/
}
#section_boutons ul  li.parcours a:hover {

		margin-right:5px;
color: #05abec;
text-decoration:none;
}
#section_boutons ul  li.bilan a {
		margin-right:5px;
/*border-right:1px solid #cccccc;*/
color: #ffffff;
}
#section_boutons ul  li.bilan a:hover {
color: #05abec;
		margin-right:5px;

text-decoration:none;
}
#section_boutons ul  li.vision a {
	color: #ffffff;
	/*background-color:#FA7F0B;*/
}
#section_boutons ul  li.vision a:hover{
		color: #05abec;
			
	/*background-color:#FF9B37;*/
text-decoration:none;
}
#section_boutons ul li p{
	
	/*padding-left:15px;
color:#EEEEEE;
font-size:11px;
padding-right:15px;
*/
}
#section_boutons ul li a h3{
padding-top:3px;	
margin-top:0;

/*font-family:georgia, times, serif;*/
font-size:12px;
font-weight:normal;
letter-spacing: 3px;
}
.widget_calendar h2 {
 /* background:none;
height:0;
margin:0;
padding:0;*/
}
.widget_text {
/*background-color: #ECECD9;
  background:none;
height:0;
margin:0;
padding:0;*/
}
.widget_recent_entries {
/*background-color: #ECECD9;
  background:none;
height:0;
margin:0;
padding:0;*/
}
.widget_recent_entries h2 {
/*margin:0;
padding:0;*/

}
.widget_text h2{
height:0;
}
.widget_archive select {
margin-left:15px;
}
/*.widget_polls {

background-color: #dedebe;

}
.wp-polls{
width:180px;
text-align:left;
margin-top:10px;

}
.wp-polls-form p strong{

text-align:left;


}
.wp-polls-loading{

}

.wp-polls-form {


margin-left:0;
float:none;
width:auto;
padding-left: none;
text-align:left;
}
#polls .wp-polls input.Buttons{
width:50px;

margin-top:10px;

}
.wp-polls-ans p {
width:115px;

}
.wp-polls-ul li {
line-height:12px;
margin-left:0;
margin-right:0;
width:135px;
}
#polls form{
background-color: #dedebe;
width:150px;
margin-left:0;
padding-left:0;
height:90%;
}
#polls form p {
margin-left:10px;
border:none;
line-height:12px;

}

#polls .wp-polls input{
width:20px;


}
#polls p{

}
#polls form label{

display: inline;

width: 100px;

}

#polls{

font-size:10px;
margin-bottom:20px;
}
#polls h2{

font-size:11px;
}*/
.extrait, .extrait h3, .extrait strong{font-size:11px; color:#666666;margin-top:5px; font-weight:normal;}
.extrait h3 a{font-size:11px;color:#05b3f7;}
.extrait ul li {font-size:11px; color:#666666;margin-top:5px; display:block; list-style-type:none;}

#encart1{padding-left:15px; padding-top:5px;  padding-bottom:20px; padding-right:15px;background:#A4D7E3;}
#encart2{padding-left:15px;padding-bottom:20px;padding-right:15px; padding-top:10px;/*background:#205968;*/background:#A4D7E3;border-top: 1px dotted #5BAFC8;}
#encart3{padding-left:15px;padding-bottom:20px;padding-right:15px; padding-top:5px;background-color: #58acc5;}
#encart3 a{color:#ffffff;}
#encart1 h2, #encart2 h2, #encart1 h2 a, #encart2 h2 a

{

font-family: georgia,times,serif;
font-size: 14px;
font-weight: normal;
color: #225a93;
padding-bottom: 5pt;

}

#encart1 p, #encart2 p  {
color: #666666;
font-size: 10px;
line-height: 11pt;
padding-top:10px;
}
#encart2 a, #encart1 a{font-weight:normal;}
#encart1 ul, #encart2 ul{margin-left:12px; color:#ffffff;}
#encart2 ul li, #encart1 ul li  {padding-bottom:3px;list-style-image: url(images/fleche3.gif);}
#encart2 ul li a, #encart1 ul li a{color:#139CCA; font-weight:normal;}
#footer {
	background: #0E3E4C;
	clear: both;
	width: 100%;
	
	/*border-top:solid 1px #DEDEDE;*/
	font-family: verdana, arial, tahoma;
	font-size: 10px;

	}
	
#footer p{padding-left:10px;margin: 0; color: #BBE1EA;}
#footer a, #footer strong{color: #05ABEC;text-decoration: none;}
#footer a:hover{color: #05ABEC;text-decoration: underline;}
#mentionlegale{padding-top:0px; padding-bottom:20px; width:700px;float:left;}
#credits{text-align:right;}