/* MISE EN PAGE */
*{
	margin : 0;
	padding: 0;
}
img {
    border: 0;
}
body{
	background:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #444;
}

#page {
	width:100%;
	margin:20px auto;
}
#top{
	display: none;
	height: 0px;
}

#centre{
}
#contenu {
	background:#FFF;
}
* html #contenu {
	padding-right:7px;
	height: 500px;
}

#foot {
	width:100%;
	clear: both;
	padding-top:10px;
	height: 40px;	
	background:#FFF;
}
	#foot p{
		margin-right:30px;
		text-align: right;
		font-size: 10px;
		color:#DDD;
	}
	#foot p a{
		color: #CCC;
		text-decoration:underline;
	}
	#logo{
	display: none;
	height: 0px;
	}
	#foot_outils{
		float:left;
		margin:5px;
		font-size: 11px;
		color:#333;
	}
	#foot_outils a{
		color:#333;
	}
	/** Accueil **/
#contenu_droite{
	display: none;
	height: 0px;
}
#contenu_droite #recherche, #contenu_droite .camping, #contenu_droite .newsletter{
	margin-bottom:8px;
}
#contenu_gauche{
	width:100%;
	height:auto;
	background:#FFF;
}
*html #contenu_gauche .alaune{
	height:1px;
	background:#FFF;
}
#contenu_gauche h1{
	margin:0;
	padding:0;
	border:0;
}
#contenu_gauche .alaune{
	padding:8px;
}
#contenu_gauche .alaunefoot{
	display: none;
	height: 0px;
}
#contenu_gauche .separaccueil{
	width:100%;
	clear:both;
	text-align:center;
}
	/** Fin accueil **/
	/** Contenu **/
div.cell{
	padding:10px;
	background:#FFF;
}
*html div.cell{
	background:#FFF;
}
div.cellfoot{
	display: none;
	height: 0px;
}
div.separparag{
	width:100%;
	clear:both;
	text-align:center;
}

.finfloat{
	clear:both;
}
.finfloatseparateur{
	clear:both;
    border-bottom: 1px dotted #069;
}
	/** Fin contenu **/
/* FIN MISE EN PAGE */

/* IMAGES */
div.paragg {
	float: left;
	margin: 10px;
	width:180px;
	font-size:9px;
	text-align:center;
}
div.paragd {
	float: right;
	margin: 10px;
	width:180px;
	font-size:9px;
	text-align:center;
}
img.border {
    border: 1px solid #6B0D70;
}
/* FIN IMAGES */

/* TEXTES */
h1{
	margin-bottom: 8px;
	padding: 0px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #6B0D70;
    border-bottom: 1px solid #336;
}
h1.titre_page{
	margin:0;
	padding:10px;
	border:0;
	height:21px;
	line-height: 20px;
	background:url(../images/t_cell.jpg) repeat-y;
	color: #6B0D70;
	color: #FFF;
}
#agenda h1{
	margin: 0px;
	padding: 3px 5px 5px 5px;
	background:#D8E0D2;
}
h2{
	padding: 5px;
	/*font-size: 14px;*/
	font-size: large;
	font-weight: bold;
	margin : 10px 0 3px 0;
	color: #6B0D70;
}
h3{
	padding: 5px;
	/*font-size: 12px;*/
	font-size:medium;
	font-weight: bold;
	margin : 3px 0;
	color: #6B0D70;
}
div.contenu{
	padding: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align:justify;
	background:#FFF;
}

#navigation,
#navigation a:link,
#navigation a:active,
#navigation a:visited{
	font-size:10px;
	text-align:left;
	color: #AAA;
}

div.enbref{
	padding: 5px;
	width: 30%;
	float: left;
    border-right: 1px dotted #069;
	font-size: 10px;
}
div.enbref_fin{
	padding: 5px;
	width: 30%;
	float: left;
    border: 0;
	font-size: 10px;
}

p.construction{
	padding: 5px 5px 15px 5px;
	font-style: italic;
}

p.comments{
	padding: 5px 5px 15px 5px;
	font-style: italic;
	font-size: 10px;
}

a:link,a:active,a:visited {
	text-decoration: underline;
	color: #000;
} 
a:hover{
	text-decoration: none;
	color: #6B0D70;
}

table.tab_affich{
	margin: 5px;
	width: 98%;
	border: 2px solid #069;
	border-collapse: collapse;

}
table.tab_affich th{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align : left;
	background-color: #069;
	border: 1px #069 solid;
	padding:3px;
}
table.tab_affich td{
	border: 1px solid #069;
	vertical-align : top;
	padding:3px;
}

div.marchespublics{
	margin:0;
	padding: 5px;
	border-bottom: 1px solid #336;
}

ul, ol {
	padding-left: 15px;
	margin:0;
}
ul li{
	list-style-type: disc;
	list-style-position: inside;
}
ol li{
	list-style-type: decimal;
	list-style-position: inside;
}
/* Marchés Publics */
h1.marchepublicdetails{
	text-align:center;
}

div.marchespublics{
	margin:0;
	padding: 5px;
	border-bottom: 1px solid #336;
}

#marchepublicscontenu{
	width: 200px;
	height:auto;
}

#mp_form_fichiers{
	float:right;
	margin: 0 10px;
	padding: 5px;
	width:200px;
	border-left:1px solid #999;
}

#mp_form_fichiers p{
	margin: 5px 0;
}
/* FIN TEXTES */

/* FORMULAIRE */
.chps {
	background-color: #EEE;
	border: 1px solid #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336;
}
.bouton{
	background-color:#6B0D70;
	border: 1px solid #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bolder;
	color: #FFF;
}

.erreur {
	font-size: 12px;
	color: #F33;
	font-weight: bold;
}
.confirm {
	font-size: 12px;
	color: #08F;
	font-weight: bold;
}
/* FIN FORMULAIRE */