/* CSS Document */
.hide , caption{
	display: none;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.breaker{
	clear: both;
	height: 1px;
	overflow: hidden;
}
#page {
	width: 980px;
	text-align: left;
	margin: 0 auto;
}
/*****************************************************************************************************************************
******************************************* HEADER ***************************************************************************
******************************************************************************************************************************/
#header {
	background: url(../images/css/bg_header.gif) no-repeat ;
	min-height:149px;
	height:auto;
}
#header .logo{
	padding:33px 0 0px 8px;
	float:left;
}
#header .logo img{
	padding:0px 0 17px 0px;
}
#header .langue{
	font-size:91%;
	color:#999;
	padding:0 0 0 63px;
}
#header .langue a{
	text-decoration:underline;
	color:#999;
}
#header .langue a:hover{
	text-decoration:none;
}
#header .langue span{
	padding:0 4px;
}
#header .bloc_header{
	float:left;
	width:750px;
}
#header .contact{
	font-size:91%;
	float:right;
	background: url(../images/css/fleche_orange.gif) no-repeat left 2px;
	padding:0px 0 0px 16px;
	margin:8px 20px 20px 0;
	color:#999;
}
#header .baseline{
	padding:0 0 0 18px;
}
#header form{
	float:right;
	padding:14px 21px 0 0;
}
#header form input{
	width:160px;
	height:19px;
	padding:6px 0 0 7px;
	border-right:none;
	float:left;
}
#header form input.bt{
	width:27px;
	height:27px;
	border:none;
	padding:0;
}
#menu_haut {
	background: url(../images/css/bg_menu_haut.gif) no-repeat ;
	width:730px;
	height:40px;
	margin:25px 0 0 0;
	padding:4px 0 0 14px;
}
#menu_haut li{
	float:left;
	text-transform:uppercase;
	color:#fff;
	height:36px;
	padding:0px 0 0 0;
	margin:0 8px 0 0;
	cursor:pointer;
	font-weight:bold;
	font-size:91%;
}
#menu_haut li a{
	color:#fff;
	text-decoration:none;
}
#menu_haut li:hover, #menu_haut li.sfhover{
	position:relative;
}
#menu_haut li span{
	padding:5px 0 0 0;
	display:block;
	float:left;
}
#menu_haut li .txt span{
	padding-left:14px;
	padding-right:14px;
}
#menu_haut li:hover .left, #menu_haut li:hover .right,
#menu_haut li.sfhover .left, #menu_haut li.sfhover .right,
#menu_haut li.courant .left, #menu_haut li.courant .right{
	background: url(../images/css/left_span_menu.gif) no-repeat ;
	width:3px;
	height:36px;
	float:left;
}
#menu_haut li:hover .right, #menu_haut li.sfhover .right,
#menu_haut li.courant .right{
	background: url(../images/css/right_span_menu.gif) no-repeat ;
}
#menu_haut li:hover .txt, #menu_haut li.sfhover .txt, #menu_haut li.courant .txt{
	background: url(../images/css/repeat_menu.gif) repeat-x ;
	float:left;
	height:26px;
	padding:10px 0 0 0;
	display:block;
}
#menu_haut li:hover .txt span, #menu_haut li.sfhover .txt span,
#menu_haut li.courant .txt span{
	background: url(../images/css/puce_blanche.gif) no-repeat bottom center;
	float:none;
	padding:0 14px 9px 14px;
	display:block;
}
/*****************************************************************************************************************************
******************************************* FOOTER ***************************************************************************
******************************************************************************************************************************/
#footer {
	background:url(../images/css/bg_footer.gif) no-repeat;
	height: 28px;
	padding:24px 30px 0px 20px;
}
#footer span{
	float:right;
	font-size:108%;
	font-weight:bold;
	color:#fff;
}
#footer li{
	float:left;
	font-size:91%;
	background:url(../images/css/separ_footer.gif) no-repeat right;
	padding:0 10px 0 0;
	margin:0 10px 0 0;
}
#footer li a{
	color:#f1cdb6;
}
#footer li.last{
	background:none;
}
/*****************************************************************************************************************************
******************************************* HEADER ***************************************************************************
******************************************************************************************************************************/
#conteneur {
	padding:16px 10px 5px 10px;
}
.home #conteneur {
	padding:36px 10px 20px 10px;
}
/*****************************************************************************************************************************
***************************************** col gauche *************************************************************************
******************************************************************************************************************************/
#col_gauche {
	width:197px;
	float:left;
	margin:0 30px 0 0;
	padding:16px 0 0 0;
}
.partenaire {
	margin:0px 0 0 0;
}
.partenaire img{
	margin:0 0 10px 0;
}
.partenaire .btn, .entete .btn{
	float:right;
	margin:15px 0 0 0;
}
.partenaire .btn span, .entete .btn span{
	float:left;
}
.partenaire .btn .left, .partenaire .btn .right,
.entete .btn .left, .entete .btn .right{
	background: url(../images/css/left_btn.gif) no-repeat ;
	width:29px;
	height:27px;
}
.partenaire .btn .right, .entete .btn .right{
	background: url(../images/css/right_btn.gif) no-repeat ;
	width:15px;
}
.partenaire .btn input, .entete .btn input{
	background: url(../images/css/repeat_btn.gif) repeat-x ;
	float:left;
	border:none;
	cursor:pointer;
	height:27px;
	padding:0 4px 1px 3px;
	overflow:visible;
	display:block;
}
/*****************************************************************************************************************************
******************************************* centre ***************************************************************************
******************************************************************************************************************************/
.home #col_centre {
	width:523px;
}
#col_centre {
	float:left;
	width:733px;
}
#col_centre h1{
	font-size:166%;
	color:#f67e0a;
	margin:12px 0 15px 0;
}
.entete{
	padding:0 0 40px 0;
}
.entete p{
	font-size:116%;
	line-height:21px;
	padding:0 0 6px 0;
}
.entete .btn {
	margin:0px 0 0 0;
}
.entete .btn .left{
	background: url(../images/css/left_btn2.gif) no-repeat ;
	width:30px;
}
.entete .btn input{
	/*font-size:91%;*/
}
.avis_techniques, .avis_generaux{
	background:#f67e0a url(../images/css/bg_avis_techniques.gif) no-repeat ;
	width:230px;
	padding:16px 10px 0px 10px;
	float:left;
	margin:0 20px 0 0;
}
.avis_generaux{
	background:#faa105 url(../images/css/bg_avis_generaux.gif) no-repeat ;
	margin:0 0px 0 0;
}
.avis_techniques .bas, .avis_generaux .bas{
	background: url(../images/css/bas_avis_techniques.gif) no-repeat ;
	height:23px;
	width:250px;
	margin:-13px 0px 0 -10px;
}
.avis_generaux .bas{
	background: url(../images/css/bas_avis_generaux.gif) no-repeat ;
}
.avis_techniques h2, .avis_generaux h2{
	font-size:150%;
	color:#fff;
	margin:0 0 5px 0;
}
.avis_techniques .visuel, .avis_generaux .visuel{
	margin:0 0 12px 0;
	text-align:center;
	height:128px;
}
.avis_techniques .bloc_avis, .avis_generaux .bloc_avis {
	min-height:55px;
}
.avis_techniques .bloc_avis .left_fleche, .avis_techniques .bloc_avis .right_fleche,
.avis_generaux .bloc_avis .left_fleche, .avis_generaux .bloc_avis .right_fleche{
	background: url(../images/css/left_fleche.gif) no-repeat ;
	width:12px;
	height:16px;
	display:block;
	float:left;
	margin:13px 15px 0 0;
}
.avis_techniques .bloc_avis .right_fleche, .avis_generaux .bloc_avis .right_fleche{
	background: url(../images/css/right_fleche.gif) no-repeat ;
	margin:13px 0 0 15px;
}
.avis_generaux .bloc_avis .left_fleche, .avis_generaux .bloc_avis .right_fleche{
	background: url(../images/css/left_fleche2.gif) no-repeat ;
}
.avis_generaux .bloc_avis .right_fleche{
	background: url(../images/css/right_fleche2.gif) no-repeat ;
}
.avis_techniques .bloc_avis div, .avis_generaux .bloc_avis div{
	float:left;
	width:173px;
}
.avis_techniques h3, .avis_generaux h3{
	font-size:100%;
	margin:0 0 0px 0;
	line-height:14px;
}
.avis_techniques h3 a, .avis_generaux h3 a{
	color:#fff;
}
.avis_techniques .pdf, .avis_generaux .pdf {
	font-size:91%;
	background: url(../images/css/pdf.gif) no-repeat right ;
	padding:4px 27px 7px 0px;
	color:#fff;
	text-decoration:underline;
	display:block;
	margin-top:2px;
	width:56px;
}
.avis_techniques .pdf:hover, .avis_generaux .pdf:hover {
	text-decoration:none;
}
.avis_techniques .lien, .avis_generaux .lien {
	font-size:91%;
	background: url(../images/css/puce_blanche2.gif) no-repeat left ;
	padding:0 0 0 12px;
	color:#fff;
	font-weight:bold;
	float:right;
	margin:12px 0 0 0;position:relative;
}

/*****************************************************************************************************************************
***************************************** col droite *************************************************************************
******************************************************************************************************************************/
#col_droite {
	width:200px;
	float:left;
	padding:4px 0 0 10px;
}
/*****************************************************************************************************************************
******************************************* Pages  ***********************************************************************
******************************************************************************************************************************/
.fil_ariane{
	font-size:91%;
}
.fil_ariane a{
	text-decoration:underline;
}
.fil_ariane span{
	color:#990000;
}
/********************************************************
************************* col gauche ********************
********************************************************/
.menu_gauche{
	background:#ae3b00 url(../images/css/bg_menu_gauche.gif) no-repeat ;
	padding:12px 10px 0 20px;
}
.menu_gauche_bis{
	background:#ae3b00 url(../images/css/bg_menu_gauche_bis.gif) no-repeat ;
}
.bas_menu{
	background:#ae3b00 url(../images/css/bas_menu_gauche.gif) no-repeat ;
	height:21px;
	margin:0 0 20px 0;
}
.menu_gauche h2{
	font-size:122%;
	color:#fff;
	font-weight:bold;
	padding:0 0 10px 0;
	text-transform:uppercase;
}
.menu_gauche_bis h2{
	padding:0 0 0px 0;
}
.menu_gauche li.niv2{
	font-size:112%;
	background: url(../images/css/fleche_blanche.gif) no-repeat left 5px;
	padding:0px 0 5px 18px;
	font-weight:bold;
}
.menu_gauche li.niv2 a{
	color:#fff;
	text-decoration:none;
}
.menu_gauche li.niv2 a:hover{
	color:#ec7510;
}
.menu_gauche li.courant{
	background: url(../images/css/fleche_orange2.gif) no-repeat left 5px;
	color:#ec7510;
}
.menu_gauche ul ul{
	padding:3px 0 0px 0px;
}
.menu_gauche li.niv3{
	font-size:86%;
	font-weight:normal;
	background: url(../images/css/puce_orange.gif) no-repeat left 4px;
	padding:0px 0 0px 11px;
}
.menu_gauche li.courant{
	color:#ec7510;
}
/********************************************************
************************* col centre ********************
********************************************************/
.htmlarea {
	padding:0 0 20px 0;
}
.htmlarea .visuel{
	float:right;
}
.htmlarea .chapeau{
	font-size:116%;
	line-height:21px;
	padding:0 0 10px 0;
}
.htmlarea h3{
	font-size:108%;
	font-weight:bold;
	padding:0 0 5px 0;
}
.htmlarea p{
	font-size:108%;
	line-height:18px;
	padding:0 0 10px 0;
}
.htmlarea p a, .htmlarea ul li a, .entete p a{
	color:#f67e0a;
	text-decoration:underline;
}
.htmlarea p a:hover, .htmlarea ul li a:hover, .entete p a:hover{
	text-decoration:none;
}
.htmlarea .lien_liste{
	background: url(../images/css/fleche_orange.gif) no-repeat left 3px;
	padding:0px 0 0px 16px;
	color:#f67e0a;
	text-decoration:underline;
	margin:0 0 0px 0;
	/*display:block;*/
}
.htmlarea ul{
	padding:0px 0 26px 0px;
}
.htmlarea ul li{
	font-size:108%;
	line-height:18px;
	background: url(../images/css/puce_orange2.gif) no-repeat left 8px;
	padding:0px 0 0px 9px;
	margin-left:20px;
}
.htmlarea li li{
	font-size:100%;
	background: url(../images/css/puce.gif) no-repeat left 10px;
	padding:0px 0 0px 8px;
}
.htmlarea ul ul{
	padding:0px 0 0px 38px;
}
.htmlarea h2, .tableau_avis h2{
	font-size:125%;
	font-weight:bold;
	color:#f67e0a;
	padding:0 0 11px 0;
}
.htmlarea ol{
	margin:0;
	padding:10px 0 14px 20px;
}
.htmlarea ol li{
	font-size:108%;
	margin:0 0 5px 0;
	list-style:none;
}
.htmlarea ol li a{
	text-decoration:none;
}
.htmlarea ol li a span, .htmlarea ol li a strong{
	color:#f67e0a;
}
.htmlarea h2.gris, .tableau_avis h2.gris{
	color:#605e5e;
	padding:0 0 8px 0;
}
.htmlarea .cadre{
	background-color:#fff5f0;
	border:solid 1px #eed5c9;
	padding:9px 0 10px 14px;
	margin:0 0 27px 0;
}
.htmlarea table, .tableau_avis table{
	background:#b04006 url(../images/css/bg_thead.gif) no-repeat left top  ;
}
.htmlarea table.contenttable {
	width:100%;
}
.htmlarea table thead {
}
.htmlarea table thead th, .tableau_avis table thead th{
	padding:8px 0 8px 16px;
	font-size:108%;
	color:#fff;
}
.htmlarea table thead th a, .tableau_avis table thead th a{
	color:#fff;
}
.htmlarea table tbody td, .tableau_avis table tbody td{
	background-color:#fff5f0;
	border-bottom:solid 1px #eed5c9;
	border-left:solid 1px #eed5c9;
	padding:8px 0 9px 16px;
	font-size:108%;
}
.htmlarea table tbody td.last, .tableau_avis table tbody td.last {
	border-right:solid 1px #eed5c9;
}
.htmlarea table tbody .pyjama td,
.tableau_avis table tbody .pyjama td,
.htmlarea table.contenttable tbody tr.tr-even td {
	background-color:#fffcfb;
}
.htmlarea .align-center { text-align:center;}
.htmlarea .align-left { text-align:left;}
.htmlarea .align-right { text-align:right;}
.htmlarea .align-justify { text-align:justify;}
.htmlarea div.indent p {
	margin:10px 0px 10px 20px;
}
/*****************************************************************************************************************************
******************************************* Cotrep_int_liste  ****************************************************************
******************************************************************************************************************************/
.tableau_avis{
	padding:10px 0 60px 0;
}
.tableau_avis label{
	float:left;
	display:block;
	padding:5px 12px 0 0;
	color:#818181;
}
/** liens direct **/
.liens_directs {
	margin: 0 0 5px 0;
	float:right;
}
.lien_direct img {
	float: right;
	vertical-align: middle;
}
.liens_directs .float {
	float:left;
	margin:0 10px 0 0;
}
.lien_direct {
	border: 1px solid #d0d0d0;
	width: 195px;
	color: #818181;
	text-align: left;
	padding: 1px 1px 0 8px;
	height:24px;
	overflow:hidden;
}
.lien_direct span{
	padding: 4px 0px 0 0px;
	display:block;
}
.menu_deroulant {
	font-size: 92%;
	border: 1px solid #d0d0d0;
	border-top-width: 0;
	padding: 4px;
	position:absolute;
	width:196px;
	background-color:#fff;
	display:none;
}
.menu_deroulant li {
	padding: 0 0 2px 5px;
}
.menu_deroulant li a{
	color: #818181;
}
/***/
.tableau_avis input.bt{
	background: url(../images/css/btn_ok.gif) no-repeat ;
	width:27px;
	height:27px;
	border:none;
	padding:0;
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	margin:0;
}
.tableau_avis h2{
	font-size:116%;
	display:block;
	width:400px;
}
.tableau_avis table {
	margin:0px 0px 17px 0px;
}
.tableau_avis table tbody td{
	padding:11px 5px 12px 16px;
}
.tableau_avis table thead th{
	padding:8px 8px 8px 16px;
	border-right:1px solid #c6764d;
	white-space:nowrap;
}
.tableau_avis table thead th#num{
	width:85px;
}
.tableau_avis table thead th.last{
	border-right:0;
}
.tableau_avis table tbody td a{
	text-decoration:underline;
}
.tableau_avis table tbody td a:hover{
	text-decoration:none;
}
.tableau_avis table thead th div{
	width:24px;
	float:right;
}
.tableau_avis table thead th div a{
	float:left;
}

.liste_actu .pagination{
	margin:0 0 10px 0;
}
.tableau_avis .pagination {
	float:right;
	font-size:91%;
	color:#f67e0a;
}
.tableau_avis .pagination a, .tableau_avis .pagination span{
	padding:1px 3px 0  3px;
	color:#f67e0a;
}
.tableau_avis .pagination a{
	text-decoration:underline;
	/*float:left;*/
}
/*.tableau_avis .pagination .last, .tableau_avis .pagination .next{
	margin:-2px 4px 0 0;
	display:block;
	float:left;
}
.tableau_avis .pagination .next{
	margin:-2px 0 0 4px;
}*/
/*************************************************************************************************************************
******************************************* Cotrep_contact  **************************************************************
*************************************************************************************************************************/
.form_contact{
	padding:0 0 20px 0;
}
.form_contact form{
	padding:0 10px 0 0;
}
.form_contact legend{
	display:block;
	font-size:110%;
	color:#ff840d;
	padding:0 0 10px 0;
}
.form_contact .separateur{
	border-bottom:1px solid #d0d0d0;
	margin:0 0 10px 0;
}
.form_contact div{
	margin:0 0 16px 0;
}
.form_contact label, .form_contact .powermail_radio_inner span{
	display:block;
	font-size:110%;
	font-weight:bold;
	padding:0 0 10px 0;
}
.form_contact label span{
	color:#ff840d;
}
.form_contact input.powermail_text, .form_contact select.powermail_select{
	color:#ff840d;
	width:315px;
	font-size:14px;
	height:21px;
	padding-top:3px;
}
.form_contact select.powermail_select{
	padding-top:0px;
}
.form_contact input.powermail_check{
	width:15px;
	height:15px;
	float:left;
	margin:0 8px 0 0;
	border:none;
}
.form_contact .powermail_check_inner label{
	font-weight:normal;
	padding:0 0 0px 0;
}
.form_contact textarea{
	width:719px;
	height:118px;
	border:1px solid #d0d0d0;
	color:#ff840d;
	font-size:14px;
}
.form_contact div.powermail_radio_inner {
	display:inline;
}
.form_contact .powermail_radio_inner input{
	width:11px;
	height:11px;
	float:left;
	margin:2px 7px 0 0;
	border:none;
}
.form_contact .powermail_radio_inner label{
	float:left;
	font-weight:normal;
	padding:0 26px 0 0;
	color:#ff840d;
}
.form_contact .btn{
	float:right;
	margin:4px 0 0 0;
}
.form_contact .btn span{
	float:left;
}
.form_contact .btn .left, .form_contact .btn .right{
	background: url(../images/css/left_btn3.gif) no-repeat ;
	width:4px;
	height:36px;
}
.form_contact .btn .right{
	background: url(../images/css/right_btn3.gif) no-repeat ;
}
.form_contact .btn input{
	background: url(../images/css/repeat_btn3.gif) repeat-x ;
	float:left;
	font-size:110%;
	color:#fff;
	font-weight:bold;
	border:none;
	cursor:pointer;
	height:36px;
	padding:0 8px 1px 8px;
	overflow:visible;
	display:block;
}
.form_contact p.tx_powermail_pi1_fieldwrap_html_checkbox_title {
	display:none;
}
.form_contact div.powermail_mandatory_js {
	color:red;
	display:inline;
	margin-left:5px;
}

/*************************************************************************/
/***************** Formulaire de recherche *******************************/
/*************************************************************************/
.tx-indexedsearch .form_contact legend{
	display:none;
}
.tx-indexedsearch .form_contact .btn {
	float:left;
}
.tx-indexedsearch h3 {
font-size:115%;
font-weight:bold;
padding:5px 0px 5px 0px;
}
.tx-indexedsearch h3 span img {
vertical-align:bottom;
}
.tx-indexedsearch .tx-indexedsearch-browsebox p {
background:#FFF5F0;
border-top:1px solid #EED5C9;
padding:0.3em 0.1em;
text-align:right;
}
.tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox {
margin:5px 0px;
border-bottom:1px solid #F67E0A;
border-top:1px solid #F67E0A;
padding:0.7em 0pt;
text-align:center;
}
.tx-indexedsearch .tx-indexedsearch-browsebox li {
display:inline;
margin-right:10px;
}
.tx-indexedsearch .tx-indexedsearch-browsebox li a{
color:#F67E0A;
text-decoration:underline;
}
.tx-indexedsearch .tx-indexedsearch-browsebox li a:hover, .tx-indexedsearch .tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a{
text-decoration:none;
}
.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button {
width:100px;
}
.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
width:150px;
}
.tx-indexedsearch .tx-indexedsearch-whatis {
display:none;
margin-bottom:5px;
margin-top:10px;
}
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
font-style:italic;
font-weight:bold;
}
.tx-indexedsearch .tx-indexedsearch-noresults {
font-weight:bold;
text-align:center;
}
.tx-indexedsearch .tx-indexedsearch-res td.tx-indexedsearch-descr {
font-style:italic;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
color:#FF840D;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
background:#FFF5F0 none repeat scroll 0%;
border:1px solid #EED5C9;
padding:5px;
font-size:95%;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
margin-bottom:5px;
margin-top:20px;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead h2 {
margin-bottom:0px;
margin-top:0px;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead td {
background:#CCCCCC none repeat scroll 0%;
vertical-align:middle;
}
.tx-indexedsearch .tx-indexedsearch-res .noResume {
color:#666666;
}
.tx-indexedsearch .tx-indexedsearch-category {
background:#CCCCCC none repeat scroll 0%;
font-size:16px;
font-weight:bold;
}
.tx-indexedsearch .res-tmpl-css {
clear:both;
margin-bottom:1em;
}
.tx-indexedsearch .searchbox-tmpl-css label {
	float:left;
	margin-right:10px;
	margin-top:5px;
	width:auto;
}
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css {
float:right;
font-size:91%;
font-style:italic;
font-weight:bold;
}
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd {
float:left;
margin:0px;
}
.tx-indexedsearch .info-tmpl-css dd.item-mtime {
float:none;
}
.tx-indexedsearch .info-tmpl-css dd.item-path {
float:none;
}