/* CSS Document */
#page {
	width: 800px;
	margin: 0px auto 0 auto;
	text-align: left;
}


/*****************************************************************************************************************************
******************************************* HEADER ***************************************************************************
******************************************************************************************************************************/
/***************************
*      ENTETE
**************************/
#header .links_top {
	padding: 13px 27px 0 0;
	font-size: 95%;
	zoom: 1;
}
#header .links_top a{
	float: right;
	display: block;
	padding: 0 0 2px 0;
	color: #ffffff;
	text-decoration: none;
}
#header .links_top span{
	float: right;
	color: #ffffff;
	display: block;
	padding: 0 4px;
}
#header .header_elements {
	width: 772px;
	background: url(../images/css/bg_ombre.gif) repeat-y;
	margin: 0px auto 0 auto;
}
#header .header_elements h1{
	font-size: 200%;
	float: left;
	color: #AD0634;
	font-weight: bold;	
}
#header .logo{
	margin: 10px 0 0 25px;
	float: left;	
}
#header .logo_two{
	margin: 8px 0 0 35px;
	float: left;	
}
#header .news{
	width: 236px;
	margin: 2px 0 0 35px;
	padding: 8px 0 6px 14px;
	float: left;
	background: url(../images/css/bg_actu_top.gif) repeat-y;
}
#header .news h2 a{
	color: #AD0634;
	font-size: 146%;
	font-weight: bold;
	text-decoration: underline;
	font-family: georgia;
	display: block;
	padding: 0 0 4px 0;
}
/*****************************************************************************************************************************
******************************************* Conteneur ***************************************************************************
******************************************************************************************************************************/
#conteneur {
	width: 772px;
	background: url(../images/css/bg_ombre.gif) repeat-y;
	margin: 0px auto 0 auto;
}
#conteneur_libre {
	width: 712px;
	padding: 30px;
	margin: 0px auto 0 auto;
	background: url(../images/css/bg_ombre_libre.gif) repeat-y;
}
.iframe {
	width :721px;
	height: 550px;
	/*overflow: scroll;*/
	/*padding: 20px;*/
	border: 1px solid #91B100;
}
/***************************
*      Col left
**************************/
.col_left {
	width: 234px;
	float: left;
	padding: 20px 0 20px 26px;
}
.col_left ul{
	margin: 0 13px 13px 0;
}
.col_left ul li a{
	font-size: 160%;
	font-family: georgia;
	text-decoration: none;
	padding: 0 0 0 20px;
	background: url(../images/css/puce.gif) no-repeat 0 0.4em;
}

/*****************************************Mobel**********************************************/
/********************************************************************************************/
.col_left ul li.current , .col_left ul li a:hover{
	color: #c80634;
}
.col_left ul li.current{
	background:transparent url(../images/css/puce_fleche_rouge.gif) no-repeat scroll 0 0.4em;
	font-family:georgia;
	font-size:160%;
	padding:0 0 0 20px;
	text-decoration:none;
}
.col_left ul li ul li{
	background: none;
	margin:0 0 0 6px;
}
.col_left ul li ul li a ,.col_left ul li ul li.current{
	background: none;
	font-size: 80%;
	padding:3px 0;
}

.col_left ul li ul li.current{
	background:transparent url(../images/css/puce_fleche_rouge.gif) no-repeat scroll 0 0.4em;
	padding:0 0 0 15px;
}

.col_left ul ul{
	
}
.menu_separator{
	margin:10px;
	padding:3px 0;
	background: url(../images/css/bg_menu_item.gif) repeat-x bottom;
}
/***************************
*      Col right
**************************/
.col_right {
	width: 500px;
	float: left;
	padding: 10px 0 0 0;
}
/***************************
*      Teasers center
**************************/
.teaser_etablissement {
	width: 476px;
	margin: 0 0 8px 12px;
}
.teaser_etablissement .img {
	width: 113px;
	height: 79px;
	display: block;
	float: left;
	background: url(../images/css/img_etablissement.png) no-repeat top left;
}
.teaser_etablissement .content {
	width: 328px;
	float: left;
	height: 67px;
	padding: 12px 20px 0 14px;
	background: url(../images/css/bg_etablissement.gif) no-repeat top right;
	position: relative;
}
.teaser_etablissement .content h2{
	color: #91B100;
	font-family: georgia;
	font-size: 170%;
	margin: 0 0 10px 0;
}
.content .link{
	color: #ffffff;
	font-size: 110%;
	font-weight: bold;
	font-family: georgia;
	text-decoration: none;
	position: absolute;
	right: 21px;
	bottom: 5px;
}
.teaser_service {
	width: 476px;
	margin: 0 0 8px 12px;
}
.teaser_service .img {
	width: 113px;
	height: 79px;
	display: block;
	float: left;
	background: url(../images/css/img_service.png) no-repeat top left;
}
.teaser_service .content {
	width: 328px;
	float: left;
	height: 67px;
	padding: 12px 20px 0 14px;
	background: url(../images/css/bg_service.gif) no-repeat top right;
	position: relative;
}
.teaser_service .content h2{
	color: #AD0634;
	font-family: georgia;
	font-size: 170%;
	margin: 0 0 10px 0;
}
.teaser_accompagnement {
	width: 476px;
	margin: 0 0 8px 12px;
}
.teaser_accompagnement .img {
	width: 113px;
	height: 79px;
	display: block;
	float: left;
	background: url(../images/css/img_accompagnement.png) no-repeat top left;
}
.teaser_accompagnement .content {
	width: 328px;
	float: left;
	height: 71px;
	padding: 8px 20px 0 14px;
	background: url(../images/css/bg_accompagnement.gif) no-repeat top right;
	position: relative;
}
.teaser_accompagnement .content h2{
	color: #89B2C6;
	font-family: georgia;
	font-size: 170%;
	margin: 0 0 4px 0;
}
/***************************
*      Teasers left
**************************/
.teaser_etabliss_left {
	width: 228px;
	margin: 0 0 10px 0;
}
.teaser_etabliss_left .img {
	width: 56px;
	height: 51px;
	display: block;
	float: left;
	background: url(../images/css/img_etablissement_left.png) no-repeat top left;
}
.teaser_etabliss_left .content {
	width: 153px;
	float: left;
	height: 49px;
	padding: 2px 10px 0 6px; 
	background: url(../images/css/bg_etablissement_left.gif) no-repeat top right;
	position: relative;
}
.teaser_etabliss_left .content h2 a{
	color: #91B100;
	font-family: georgia;
	font-size: 165%;
	text-decoration: none;
}
.teaser_service_left {
	width: 228px;
	margin: 0 0 10px 0;
}
.teaser_service_left .img {
	width: 56px;
	height: 52px;
	display: block;
	float: left;
	background: url(../images/css/img_service_left.png) no-repeat top left;
}
.teaser_service_left .content {
	width: 153px;
	float: left;
	height: 50px;
	padding: 2px 10px 0 6px; 
	background: url(../images/css/bg_service_left.gif) no-repeat top right;
	position: relative;
}
.teaser_service_left .content h2 a{
	color: #AD0634;
	font-family: georgia;
	font-size: 165%;
	text-decoration: none;
}
.teaser_accompagn_left {
	width: 228px;
	margin: 0 0 10px 0;
}
.teaser_accompagn_left .img {
	width: 56px;
	height: 70px;
	display: block;
	float: left;
	background: url(../images/css/img_accompagnement_left.png) no-repeat top left;
}
.teaser_accompagn_left .content {
	width: 153px;
	float: left;
	height: 70px;
	padding: 2px 10px 0 6px; 
	background: url(../images/css/bg_accompagnement_left.gif) no-repeat top right;
	position: relative;
}
.teaser_accompagn_left .content h2 a{
	color: #89B2C6;
	font-family: georgia;
	font-size: 165%;
	text-decoration: none;
	line-height: 21px;
}
/***************************
*      Col right center
**************************/
.center {
	margin: 4px 8px 8px 8px;
}
.center h1{
	color: #AD0634;
	font-size: 219%;
	font-weight: normal;
	font-family: georgia;
	margin: 0 0 30px 5px;
}
.center h3 , .center h2{
	color: #666666;
	font-size: 170%;
	font-weight: normal;
	font-family: georgia;
	margin: 1em 0 3px 5px;
}
.center .bloc_item{
	padding: 9px 7px;
	margin: 0 0 15px 0;
	background: url(../images/css/bg_block_item.gif) repeat-x top;
}
.center .bloc_item p{
	text-indent: 36px;
	margin: 0 0 14px 0;
}
.center .bloc_item p.normal{
	text-indent: 0;
	margin: 0;
}
.center a{
	color: #89B2C6;
	font-size: 100%;
	font-weight: bold;
}
.center .bloc_item .link_pdf{
	color: #89B2C6;
	font-size: 100%;
	font-weight: bold;
	background: url(../images/css/bg_link_pdf.gif) no-repeat;
	padding: 0 0 0 20px;
}
.center .bloc_item span{
	display: block;
}
.center .bloc_item .missions{
	margin: 17px 0 0 0;
}
.center .bloc_item .missions ul{
	margin: 8px 0 0 24px;
}
.center .bloc_item .missions ul li{
	text-indent: 15px;
	margin: 0 0 4px 0;
	background: url(../images/css/puce_missions.gif) no-repeat 0 0.3em;
}









/*****************************************************************************************************************************
******************************************* FOOTER ***************************************************************************
******************************************************************************************************************************/
#footer {	
	width: 494px;
	margin: 0px auto 0 auto;
	padding: 3px 0 5px 278px;
	font-size: 90%;
	background: url(../images/css/bg_footer.gif) no-repeat top left;
}
#footer span{	
	display: block;
	float: left;
	padding: 0 5px 0 0;
}
#footer ul li{	
	display: inline;
}
#footer img{	
	margin: 15px 20px 0 0;
	float: right; 
}
/********************************************************************************************/

.center h3 ,.center h2{
	background: url(../images/css/bg_block_item.gif) repeat-x bottom;
	padding:0 0 5px;
}
.center h4{
	margin: 10px 0 10px 5px;
	font-weight:bold;
}	
.center .bodytext{
	padding: 9px 7px;
}
.center .bodytext p{
	text-indent: 36px;
	margin: 0 0 14px 0;
}
.center .bodytext p.normal{
	text-indent: 0;
	margin: 0;
	padding-bottom: 23px;
}
.center .bodytext .link_pdf{
	color: #89B2C6;
	font-size: 100%;
	font-weight: bold;
	background: url(../images/css/bg_link_pdf.gif) no-repeat;
	padding: 0 0 0 20px;
}
.center .bodytext span{
	display: block;
}
.center ul{
	margin: 8px 0 0 24px;
}
.center ul li{
	text-indent: 15px;
	margin: 0 0 4px 0;
	background: url(../images/css/puce_missions.gif) no-repeat 0 0.3em;
}
.news-latest-container h3 a , .news-list-container h3 a{
	color:#666666;
	font-family:georgia;
	font-size:105%;
	font-weight:normal;
	margin:0 0 3px 5px;
	text-decoration: none;
}
.news-single-backlink{
	margin: 10px;	
}
.news-single-timedata {
	color:#999999;
	font-size:0.9em;
	padding:1px 7px;
}
.news-list-browse{
	border-bottom:1px solid #EEEEEE;
	border-top:1px solid #EEEEEE;
	display:block;
	font-size:0.8em;
	margin:2em 5px 5px;
	padding:2px;
	width:auto;
}
.news-list-browse a {
	margin:0 5px;
}
.news-list-browse span{
	margin:0 5px 0 2px;	
}
.filelinks{
	border: 1px solid #ccc;
	padding: 10px 0 0 0 ;
	margin: 1em 0;
}
.taille{
	float:right;
	margin-right:5px;
}
.filelinks div.download{
	padding-left:3px;
	background: none;
}
.filelinks div.download img{
	margin: 0 5px;
}
.center ol{
	list-style-type: decimal;
	margin-left: 40px;
}
.center ol li{
	/*background: url(../images/css/weblink.png) no-repeat 0px top;
	padding-left: 30px;*/
	margin-bottom: 10px;
}
.pagination_center{
	display: block;
	text-align: center;
}
