@charset "ISO-8859-1";


body {
	background-color: #5D504A;
	margin-top: 0px;
	text-align:justify;
	background-image: url(/_img/fond_pictos.png);
	background-repeat: repeat;
	font-size:12px;
}
img {
	border:0px;
}
hr {
	height: 1px;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3E3836;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
fieldset {
	border:0;
}
a:hover {
	text-decoration:underline;
}
textarea {
	width:95%;
	padding:4px;
}
#main {
	margin:auto;
	top:0px;
	width:950px;
}
#banniere {
	width: 100%;
	background-repeat: no-repeat;
	background-position: left top;
}

#logo {
	float:right;
	padding:15px;
	margin:20px;
	margin-top: 40px;
	background-image: url(/_img/fond_trans_noir.png);
	background-repeat: repeat;
}
#corps {
	clear:both;
}
#pied {
	width:840px;
	clear:both;
	color: #C3B8B1;
	padding:10px;
	padding-left: 90px;
	margin-top:20px;
	margin-left: 10px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #5D504A;
}
#pied a {
	color: #C3B8B1;
	text-decoration:none;
}
#pied a:hover {
	color: #FFF;
	text-decoration:none;
}
#nettoyeur {
	width:100%;
	clear:both;
	height:15px;
	font-size:1px;
}
#menuh {
	width:920px;
	clear:both;
	color: #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align:center;
	padding-left:15px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 15px;
	letter-spacing: 1px;
	word-spacing: 2px;
}
#menuh a {
	color:#FFF;
	text-decoration:none;
}
#menuh a:hover {
	color:#FFF;
	text-decoration:underline;
}
#menu_sup {
	font-family:Arial, Helvetica, sans-serif;
	margin-left:50px;
	margin-top:20px;
}
#menu_sup a {
	color: #043c75;
	text-decoration:none;
}
#menu_sup a:hover {
	color: #FFF;
	text-decoration:none;
}
.col {
	float: left;
	width:250px;
	margin:25px;
	margin-left:10px;
	margin-top:130px;
	background-image: url(/_img/fond_trans_blanc.png);
	background-repeat: repeat;
	text-align:left;
}
.col:hover {
	background-image: url(/_img/fond_trans_blanc_hover.png);
	background-repeat: repeat;
}
.edition {
	font-family:Arial, Helvetica, sans-serif;
	float: left;
	width:635px;
	margin-top:45px;
	background-image: url(/_img/fond_trans_blanc_hover.png);
	background-repeat: repeat;
	padding:10px;
    min-height: 310px;
}
.edition a {
	color:#043c75;
	text-decoration:none;
}
.edition a:hover {
	text-decoration: underline;
}
.vignette {
	text-align:center;
	margin-top:-130px;
	margin-left:-40px;
}
#menu li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #043c75;
	list-style-type: none;
	height: 20px;
}
#menu a {
	color: #043c75;
	text-decoration:none;
}
#menu a:hover {
	text-decoration:none;
	color: #FFF;
}
#mentions {
	float:right;
}
.alphabet {
	font-size:larger;
	word-spacing: 4px;
	text-align:center;
	margin-top: 30px;
}

.gris {
	color:#333;
}
.ptitgris {
	color:#333;
	font-size: smaller;
}
.champ_contact {
	border: 1px solid #5D504A;
	background-color:#FFF;
	padding:2px;
}
.avert {
	color:#933;
}
.print {
	width:22px;
	height:16px;
	background-image:url(/_img/print.png);
	background-repeat:no-repeat;
	display: inline-block;
	margin-left:5px;
	margin-right:5px;
	margin-top:11px;
	float:right;
}
.print:hover {
	background-image:url(/_img/print_hover.png);
}


/* calendrier */

#calendrier {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	float:left;
	margin-top: 20px;
	margin-right:8px;
	margin-left:20px;
	padding:3px;
	width:190px;
	background-image: url(/_img/fond_trans_noir.png);
	background-repeat: repeat;
	color:#FFF;
}
#calendrier a {
	color: #FFF;
	text-decoration: none;
}
.tab_calendrier{
	empty-cells:show;
	border-collapse:collapse;
	border-spacing: 0px;
}
.cell_calendrier, .jour_courant{
	border:1px solid #666666;
	text-align:center;
	height:auto;
	width:24px;
	color: #999;
}
.cell_calendrier_a_sondes, .cell_calendrier_a_cnes, .cell_calendrier_a_patrimoine, .cell_calendrier_a_hlm, .cell_calendrier_a_defaut {
	text-align:center;
	border:1px solid #666666;
	height:auto;
	width:24px;
}
.cell_calendrier_a_sondes {
	background-color: #008CDC;
}
.cell_calendrier_a_cnes {
	background-color: #043c75;
}
.cell_calendrier_a_patrimoine {
	background-color: #b51621;
}
.cell_calendrier_a_hlm {
	background-color: #684893;
}
.cell_calendrier_a_defaut {
	background-color: #650C38;
}
.titre_calendrier{
	text-align:center;
	height:auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.jour_courant {
	background-color:#FFF;
	color:#333;
}
