/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .72em;
	color: #000000;
	background-color: #fdf4a5;
	margin:0px;
	padding:0px;
	top: 0;
}


#Main {
	width: 812px;
	margin: 0px auto;
	border: none;
}


.Menu {
	width: 940px;
	margin: 0px auto;
	border: none;
	position:relative;
}


.MenuBlock {
	background-color:#a09678;	
	color:#FFFFFF;
	border-top: 1px solid #FFFFFF;
	font-size:10px;
	display: block;
}

.Menu_lien {
	border-top: 1px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	background-color:#fe7b07;
	text-align: center;
	display:block;
}

.Menu_lien A {
	color:#FFFFFF;
	text-decoration:none;
	padding: 5px;	
	display:block;
}

.Menu_lien A:hover {
	color:#000000;
	text-decoration:none;
	background-color:#fef8b2;
	padding: 5px;
	display:block;
}

#Top {
	width: 812px;
	margin-top: 10px;
}

#ColGauche {
	width: 150px;
	float:left;
	border: 1px dashed #000;
}

#ColDroite {
	width: 350px;
	float:left;
	border: 1px dashed #000;
}

#ColCentre {
	width: 430px;
	float:left;
	border: 1px dashed #000;
}

.texteframe {
	width:812px; 
	background-image:url(../images/texte_background.gif);
}

.ttexteframe img { 
vertical-align:baseline;
float:left;
} 

.texteframeecole {
	width:812px; 
	background-image:url(../images/texte_background.gif);
}

.BoiteTop {
	width: 812px;
}

.BoiteGauche {
	width: 140px;
	margin-right:10px;
	margin-bottom: 10px;
	border: 1px solid #000;
}

.BoiteDroite {
	width: 340px;
	margin-left:10px;
	margin-bottom: 10px;
	border: 1px solid #000;
}

.BoiteCentre {
	width: 430px;
	margin-bottom: 10px;
	border: 1px solid #000;
}

.Clear {
	clear:both;
}

.Left {
	float:left;
}

.Right{
	float:right;
}
