/*** STRUCTURE Ordre du code ****/
body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #a2a4ae url(../../image/fond_route.jpg) 50% 0 no-repeat;
	font: 76% Arial, Helvetica, sans-serif;
	/*
	.91 = 11
	.95 = 12
	1.1 = 13px
	1.15 = 14px
	1.35; = 16px
	*/
}
.fond_site_haut {
	background: transparent url(../../image/bandeau_haut.jpg) 50% 0 no-repeat;
	/*padding: 170px 0 0 0;*/
}
.fond_site {
	background: transparent url(../../image/fond_page.png) 50% 0 repeat-y;
	width: 990px;
	margin: 0 auto;
}
.fond_page{
	background: transparent url(../../image/fond_milieu.png) 50% 0 repeat-y;
}
.contenu_site {
	width: 980px;
	margin: 0 auto;
}
.col_principale {
}
.col_gauche {
	width: 170px;
}
.col_milieu {
	width: 809px;
}
.col_conteneur {
	width:624px;
	margin: 0 0 0 8px;
}
.col_droite {
	width: 167px;
}

/*** LIEN ****/
a{
	color: #bf0d14;
	text-decoration: underline;
}
/*a:visited { color: #00667f; }*/
a:hover { color: #767372; text-decoration: none; }
a:active { color: #000; }
/*:link,:visited { text-decoration: none; }*/

a.suite_droite {
	padding-right: 16px;
	background: url(../../image/suite-droite.gif) 100% 60% no-repeat;
}
a.suite_gauche {
	padding-left: 16px;
	background: url(../../image/suite-droite.gif) 0 60% no-repeat;
}
a.precedent_droite {
	padding-right: 16px;
	background: url(../../image/suite-gauche.gif) 100% 60% no-repeat;
}
a.precedent_gauche {
	padding-left: 16px;
	background: url(../../image/suite-gauche.gif) 0 60% no-repeat;
}

/*** TEXTE ****/
.normal-text { font-size: 1em; }
.medium-text { font-size: .9em; }
.small-text { font-size: .8em; }
.date-text {
	font: normal .8em arial, Helvetica, sans-serif;
	color: #666;
}

.info-text {
	font-size: 1em;
	color: #c00;
}

code {
	font-size: 1.1em;
	color: #063;
}

kbd {
	background-color: #FAF6F6;
	border-color: #EDD;
	font-size: 1.1em;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	color: #222;
	padding: 0 2px;
}

/*** FORMULAIRE ****/
form {}
fieldset {
	padding: 1em 1em 5px 1em;
	border: 1px solid #DFDFDF;
	margin: 0 0 5px 0;
}
legend {
	color: #bf0d14;
	font-size: 1.15em;
	font-weight: bold;
	background-color:#FFF;
}
fieldset.groupe {
	margin: 0 3em;
	border: 1px solid #bfb8bf;
}

.contenu_form {}
.obligatoire { font-weight: bold; }

/*** recherche ***/
/*
fieldset.form_recherche {
	border: none;
}
fieldset.form_recherche  > div {
	padding: 0;
	border-top: 1px dotted #919b9c;
	background: #f8fafe url(../../image/bloc_bleu.gif) 0 0 repeat-x;
}
fieldset.form_recherche > legend  {
	color: #6189b7;
	font-size: 1.35em;
}
*/
/*** Bouton submit ***/
input.valid, input.valid:focus {
	font-size: 1em;
	background: #ae0b13 url(../../image/valid_fond.gif) 0 0 repeat-x;
	border: 1px solid #a50b12;
	color: #fff;
	padding: 0 5px 3px 5px;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
input.valid:hover { border: 1px solid #000; color: #000; }
.xInput:focus, .fInput:focus, .gInput:focus, .nInput:focus, .mInput:focus, .sInput:focus, .lInput:focus, .tInput:focus, .spinInput:focus, select:focus, textarea:focus {
	border: 1px solid #a50b12;
}
textarea, select, .xInput, .fInput, .gInput, .nInput, .mInput, .sInput, .lInput, .tInput, .spinInput {
	border: 1px solid #7F9DB9;
	padding: 2px;
}

/*** LISTE DE RESULTAT ***/
.table_liste {
	border: 1px solid #DFDFDF;
	border-collapse: collapse;
	background-color: #FFF;
	width: 100%;
	margin: 5px 0;
}
.table_liste th {
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-collapse: collapse;
	white-space: nowrap;
	padding: 2px 4px;
	background-color: #F0F0F0;
	color: #999;
}
.table_liste td {
	border: 1px solid #DFDFDF;
	padding: 2px 4px;
}

/*** Tableaux assist�s ***/
.table_couleur1 {
	border: 2px solid #fff;
	border-collapse: collapse;
	background-color: transparent;
	font-size: .9em;
}
.table_couleur1 th {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-collapse: collapse;
	white-space: nowrap;
	padding: 2px 4px;
	background-color: #999;
	color: #fff;
	font-weight: bold;
}
.table_couleur1 td {
	border: 2px solid #fff;
	padding: 2px 4px;
	background-color: #F0F0F0;
}

/* A remplacer */
dl.resultats { margin-bottom: 0; }
dl.resultats dt {
	padding: 1px .5em !important;
	border: 1px solid #eee;
	border-bottom: none;
	background-color: #eee;
}
dl.resultats dt a{
	color:#F2000B !important;
	text-decoration:none !important;
}
dl.resultats dt a:hover{
	color:#ff8300 !important;
	text-decoration:underline !important;
}
dl.resultats dd{
	border: 1px solid #eee;
	border-top: none;
	margin : 0 0 1.5em 0;
	padding: 1em 1em 0 1em !important;
	background-color: #f9f9f9;
}

dl.resultats .resultno { padding-right: .3em; }
dl.comments {
	font-size: 1em;
	line-height: 1.6em;
}
dl.comments dt {
	padding: .5em;
	background: #f9f9f9;
	font-weight: normal;
}
dl.comments dd {
	padding: .2em 1.5em 1em;
	margin-bottom: 1em;
	background: #f9f9f9;
	font-size: .9em;
}
dl.comments .postno {
padding-right: .2em;
border-right: 1px solid #ccc;
margin-right: 2px;
font-size: 1.7em;
}

/*** INFORMATION, ALERTE ***/
.note {
	margin-top: 1em;
	font-size: .9em;
}
.info {
	padding-left: 18px;
	background: transparent url(../../image/info.gif) 0 50% no-repeat;
}

/*** boite d'info (information) et d'aide (helpBox) ***/
.helpBoxInfos-ON {
	color: #000;
	background: #F8FAFC url(../../image/help-information.png) 15px 50% no-repeat;
	text-align: left;
	padding: 5px 5px 5px 45px;
	border-top: 2px solid #B5D4FE;
	border-bottom: 2px solid #B5D4FE;
	margin-bottom: 1em;
}
.help-interrogation { background: #F8FAFC url(../../image/help-interrogation.png) 15px 50% no-repeat; }
.help-attention {
	background: #FFF7C0 url(../../image/help-attention.png) 15px 50% no-repeat;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}
.help-critique {
	background: #FFF7C0 url(../../image/help-critique.png) 15px 50% no-repeat;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}
.help-form-echec {
	background: #ECD4D4 url(../../image/help-form-echec.png) 15px 50% no-repeat;
	border-top: 2px solid #E94E4A;
	border-bottom: 2px solid #E94E4A;
}
.help-form-ok {
	background: #D4ECD5 url(../../image/help-form-ok.png) 15px 50% no-repeat;
	border-top: 2px solid #84DA54;
	border-bottom: 2px solid #84DA54;
}

.information, .information_marge {
	margin: 0;
	border: 1px solid #C93;
	background-color: #FFC;
	padding: .5em;
}
.information_marge { margin: .5em 0; }
.information_interieur { padding: .5em 1em; }

/*** PAGINATION ****/
.pagination {
	background: #E5E5E5 url(../../image/hl_pagination_fond.gif) 0 0 repeat-x;
	border: 1px solid #BBB;
	border-top: none;
	margin-bottom: 1.5em;
	padding: 2px 5px;
}
.pagination a {
	border: 1px solid #ACA899;
	padding: 0 .5em;
}
.pagination a:hover { background-color: #d9ebf5; }
.pagination_courant { padding: 0 4px; }
.pagination_navigation { float: right; margin-top: 2px; }
.pagination_cesure { padding: 0 .5em; }
.pagination .fleche { border: none; padding: 0; }
.pagination .fleche:hover { background-color: transparent; }
.pagination img {
	border: none;
	height: 16px;
	margin-bottom: 2px;
	vertical-align: middle;
	width: 16px;
}

/*** IMAGE ***/
.ajaxloading_small {
	min-height: 2em !important;
	background: url(../../image/ajax_small.gif) no-repeat center !important;
}
.ajaxloading_medium {
	min-height: 2em !important;
	background: url(../../image/ajax_medium.gif) no-repeat center !important;
}
.ajaxloading_disableForm {
	min-height: 2em !important;
	padding: 6px 0 0 38px !important;
	background: url(../../image/ajax_medium.gif) no-repeat 0 0 !important;
}

/*** MESSAGE VALIDATION ***/
.ok h3 {
	font-weight: bold;
	font-size: 14px;
	color: #54be48;
	margin: 0;
}
.ok {
	padding: 1em ;
	margin: 1em;
	min-height: 80px;
	border: 1px solid #54be48;
}
.ok a { color: #54be48; }
.ok ul { margin: 2em; }
.ok ul li {
	list-style: square;
	list-style-image: none;
}

/*** 404 ***/
.p404 h3 {
	font-weight: bold;
	border-color: #de2523;
	font-size: 14px;
	color: #de2523;
	margin: 0;
}
.p404 {
	padding: 1em;
	margin: 1em;
	min-height: 100px;
	border: 1px solid #de2523;
}
.p404 a { color: #de2523; }
.p404 ul { margin: 2em; }
.p404 ul li {
	list-style: square;
	list-style-image: none;
}
