@charset "utf-8";
/***************************/
/***** BALISES : BODY ******/
/***************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
}
/***************************/
/****** BALISES : DIV ******/
/***************************/
div.page {
	margin:auto;
	width: 1000px;
	border: none;
	min-height:740px
}

div.top {
	width:1000px;
	height:30px;
	background-color: #FFFFFF;	
}
	div.liens {
		width:650px;
		float: left;
	}
	
	div.recherche {
	left:650px;
	width:150px;	
	float: left;
	text-align: center;
	vertical-align: top;
	}
	div.communes {
	width:200px;
	float: right;
	text-align: center;
	vertical-align: middle;
	}
div.bandeau {

	width:1000px;
	height:200px;
}

div.cartouche {
	width:1000px;
	height:20px;
	background-image: url(../image/bandeau_cartouches.gif);
}
div.menu_top {

	width:1000px;
	height:300px;
}
div.centre {
	width:1000px;
}
	div.gauche {
	width:300px;
	height:770px;
	float: left;
	
	}
		div.edito {
	width:300px;
	height:335px;
	background-image: url(../image/actu.gif);
	margin-top: 10px;
	
		}
		div.edito_vide {
	height: 60px;
		}
		div.edito_texte {
		height:275px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin-right:5px;
	margin-left:5px;
		}
		div.carte {
	width:300px;
	height:200px;
	
	margin-top: 5px;
				
		}
		div.reom {
	width:300px;
	height:214px;
	background-image: url(../image/reom.gif);
	margin-top: 5px;				
		}
		div.copyright {
	width:300px;
	height:50px;
	
	margin-top: 5px;				
		}
	div.contenu {
	width:666px;
	float: right;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: justify;
	
	}
div.bas {
	width:1000px;
	height:100px;
	
}
div.outils {
	width:640px;
	height:25px;
	margin-left: 50px;		
}
/***************************/
/******* BALISES : A *******/
/***************************/
a {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-family: Arial;
	font-size: 14px;
	color: #FF0000;
	text-decoration: underline;
}
a.menutop {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin-left: 30px;
}
a:hover.menutop {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	margin-left: 30px;
}
/***************************/
/***** BALISES : INPUT *****/
/***************************/

input.recherche {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
	height: 15px;

}
input.rechercheok {
	height: 25px;
	width: 25px;
	background-image: url(../image/bouton_ok.gif);
}
/***************************/
/***** BALISES : SELECT ****/
/***************************/
select.communes {
	font-family: Arial;
	font-size: 12px;
	height: 20px;
	color: #000000;
	background-color: #CCCCCC;
	border: thin solid #000000;	
}
/**************************/
label.recherche {
display:block;
width:50px;
float:left;
}

