* {
	margin: 0;
	padding: 0;
}
body	{
	margin: 0;
	padding: 0;
	background-color: #e3e1e1;
	background-image: url('imgs/bg.gif');
	background-position: center top;
	background-repeat: repeat-y;
	font-family: arial, helvetica, geneva, 'sans-serif';
	font-size: 11px;
	color: black;
}

td {
	vertical-align: top;
}

hr { 
	clear: both;
	width: 95%;
	border: 0; /* enleve toute bordure */
	border-bottom: 1px #CCC solid; /* une seule bordure (sinon firefox met une bordure en haut ET en bas mais pas IE */
	height: 1px; /* pour IE */
}

img {
	border: 0;
}

.gras{
	font-weight: bold;
}

.small{
	font-family: arial, helvetica, geneva, 'sans-serif';
	font-size: 9px;
}

label {
	margin: 10px 0 10px 0;
	width: 100px ;
	display: inline ;
	float: left ; 
	font: 12px/12px "arial", "helvetica", "geneva", "sans-serif";
	text-align: right;
}


input{
	border: 1px #555 solid;
	background-color: #FAFAFA;
	font-family: arial, helvetica, geneva, 'sans-serif';
	
	font: 11px/20px "arial", "helvetica", "geneva", "sans-serif";
	height: 20px;
}
textarea{
	border: 1px #555 solid;
	background-color: #FAFAFA;
	font-family: arial, helvetica, geneva, 'sans-serif';
}

#gene	{
	width: 898px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;

}

#top	{
	background: #FFF;
	height: 150px;
	margin-right: auto;
	padding-left: 2px;
}

#ventre	{
	padding-top: 20px;
	padding-bottom: 50px;
}




#bandeau {
	vertical-align: top;
	height: 100px;
}


#tablecentre {

	/*border: 1px solid #DDDDDD;*/
	width: 100%;

}

/*---------- Menu princ --------------*/
/*    ancienne version
ul#menu {
	list-style-type: none;
	width: 895px; /* précision pour Opera */
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.7em;
}




ul#menu a {
	display: block;
	float: left;
	margin: 1px 2px;
	padding: 5px 15px;
	text-align: center;
	text-decoration: none;
	color: #666;
	background: #fff;
	border: 1px solid #DDD;
	width: 260px;
}

ul#menu .ecole a:hover {
	border-bottom: 3px solid #E4423E; color: #000;
}

ul#menu .ecoleact a {
	border-bottom: 3px solid #E4423E; color: #000;
	margin-bottom: -3px;
}


ul#menu .reseau a:hover {
	border-bottom: 3px solid #FF8F34; color: #000;
}

ul#menu .reseauact a {
border-bottom: 3px solid #FF8F34; color: #000;
margin-bottom: -3px;
}

ul#menu .fc a:hover {
border-bottom: 3px solid #6FC498; color: #000;
}

ul#menu .fcact a {
border-bottom: 3px solid #6FC498; color: #000;
margin-bottom: -3px;
}

*/
table#menu {
	width: 885px; /* précision pour Opera */
}
table#menu td{
	padding-bottom: 2px;
}

table#menu a {
	display: block;
	margin: 1px 2px;
	padding: 5px 15px;
	text-align: center;
	text-decoration: none;
	color: #666;
	background: #fff;
	border: 1px solid #DDD;
	width: 255px;
	font-size: 1.5em;
	font-weight: bold;
}

table#menu .ecole a:hover {
	border-bottom: 3px solid #E4423E; color: #000;
}

table#menu .ecoleact a {
	border-bottom: 3px solid #E4423E; color: #000;
	margin-bottom: -3px;
}


table#menu .reseau a:hover {
	border-bottom: 3px solid #FF8F34; color: #000;
}

table#menu .reseauact a {
	border-bottom: 3px solid #FF8F34; color: #000;
	margin-bottom: -3px;
}

table#menu .fc a:hover {
	border-bottom: 3px solid #6FC498; color: #000;
}

table#menu .fcact a {
	border-bottom: 3px solid #6FC498; color: #000;
	margin-bottom: -3px;
}
/*-----------------FOOTER ------------------------*/
.footer{
	position: relative;
	width: 860px;

	font-family: Trebuchet MS,Arial;
	font-size: 12px;
	color: #b2b5ba;
	background-color: #ffffff;
	margin-top: 50px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c4c4c4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c4c4c4;	
	text-align: center;

}

.footer  a {
	color: #b2b5ba;
}

.footer .ecole a {
	color: #b2b5ba;
}

.footer .ecole a:hover{
	color: #D23D39;
}

.footer .annuaire a {
	color: #b2b5ba;
}

.footer .annuaire a:hover{
	color: #F47429;
}

.footer .form a {
	color: #b2b5ba;
}

.footer .form a:hover{
	color: #68B68E;
}
