div#header {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 130px;
	border: 0px solid #F00;
}
div#header_haut {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 90px;
	border: 0px solid #F00;
	background-image: url('../images/band_haut.jpg');
	background-repeat: repeat-y;
}

div#header_logo {
	position: absolute;
	top: 25px;
	left: 30px;
	width: 119px;
	height: 52px;
	border: 0px solid #F00;
	background-image: url('../images/logotereko.gif');
	background-repeat: no-repeat;
}

div#header_bas {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 40px;
	border: 0px solid #F00;
	background-image: url('../images/arrondi.jpg');
	background-repeat: repeat-y;
}


div#menus {
	position: relative;
	float: left;
	width: 126px;
	border: 0px solid #F00;
	/* pour faire passer les span au dessus... */
	z-index: 99;
}
div#contenu_general {
	position: absolute;
	left: 140px;
	top: 130px;
	width: 836px;
	border: 0px solid #F00;
}
div#contenu {
	position: relative;
	width: 836px;
	border: 0px solid #000;
}
	
div#footer {
	position: absolute;
	clear: both;
	padding-top: 30px;
	_padding-top: -10px;
	height: 60px;
	_height: 30px;
	width: 836px;
	border: 0px solid #CCC;
	text-align: center;
	color: #757575;
}


div#info_formulaire {
	position: relative;
	margin: 10px auto 10px auto;
	_margin: 10px auto 0px auto;
	width: 580px;
	border: 0px solid #CCC;
	text-align: justify;
}

/***********************************************************/
/*                                     collectivites.php                                      */
/***********************************************************/
div.selection1 {
	position: relative;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	width: 395px;
	border: 0px solid #000;
}

div.icone_collectivite {
	position: relative;
	float: left;
	margin-right: 0px;
	margin-bottom: 10px;
	width: 50px;
	height: 42px;
	text-align: right;
	border: 1px solid #FFF;
}

a.texte_collectivite {
	display: block;
	position: relative;
	float: right;
	margin-bottom: 10px;
	width: 330px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #369;
	background-color: #E3E9F1;
	color: #336699;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}
	a.texte_collectivite span.texte_collectivite_txt {
		display: block;
		position: relative;
		float: left;
		width: 220px;
		text-indent: 90px;
	}
	a.texte_collectivite span.texte_collectivite_cb {
		display: block;
		position: relative;
		float: left;
		padding-top: 11px;
	}

a.texte_collectivite:hover {
	background-color: #CDDAEC;
}

/***********************************************************/
/*                                        etape2.php                                             */
/***********************************************************/
div#elus_principaux {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 10px;
	border: 0px solid #000;
	width: 120px; 
	font-size: 13px;
}

div#dir_gauche {
	float: left;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 10px;
	width: 320px;
	text-align: right; 
	border: 0px solid #000;
	font-size: 13px;
}

div#dir_droite{
	float: right;
	margin-bottom: 10px;
	margin-right: 20px; 
	padding: 10px;
	width: 320px;
	text-align: left;
	border: 0px solid #000;
	font-size: 13px;
}

div#boite_elus {
	clear: both;
	float: left;
	margin-left: 20px;
	padding: 10px;
	width: 320px;
	min-height: 250px;
	_height: 250px;
	border: 1px solid #336699;
	background-color: #E3E9F1;
	background-image: url(../images/elu2.jpg);
	background-repeat: no-repeat;
	background-position: 300px 5px;
}

div#boite_directeurs {
	float: right;
	margin-right: 20px;
	padding: 10px;
	width: 320px;
	min-height: 250px;
	_height: 250px;
	border: 1px solid #336699;
	background-color: #E3E9F1;
	background-image: url(../images/dir2.jpg);
	background-repeat: no-repeat;
	background-position: 300px 5px;
}


div#boite_bouton {
	clear: both;
	width: 100%;
	text-align: center;
	border: 0px solid #000;
}


/***********************************************************/
/*                                      etape4.php                                          */
/***********************************************************/
div#comptage_gauche {
	position: relative;
	float: left;
	margin-right: 50px;
	padding: 5px;
	width: 350px;
	border: 1px dashed #369;
	background-color: #F7F7F7;
	text-align: justify;
}

div#comptage_droite {
	position: relative;
	float: left;
	padding: 5px;
	width: 350px;
	border: 1px dashed #369;
	background-color: #F7F7F7;
}
