@charset "utf-8";
/* CSS Document */







body
{
margin:0px; 
background-color:#cec8bc;
}



#container {
	background-color:#c6c7c8;
	position:absolute;
	margin-left:-480px;
	margin-top:-300px;
	top:50%;
	left:50%;
	width:960px;
	height:600px;
}

#baniere {
	
	background-color:#748da4;
	background-image:url(../images/baniere.png);
	width:960px;
	height:150px;

}

#menu {
	background-color:#3d4f60;
	width:960px;
	height:50px;
	float:left;
	
}

/*boutons*/

#btn {
	height:50px;
	width:960px;
}
#accueil {
	height:50px;
	width:160px;
	float:left;
}

#qui {
	height:50px;
	width:160px;
	float:left;
	
}

#cours {
	height:50px;
	width:160px;
	float:left;
	
}

#infos {
	height:50px;
	width:160px;
	float:left;
	
}

#actu {
	height:50px;
	width:160px;
	float:left;
	
}

#stage {
	height:50px;
	width:160px;
	float:left;
	
}


#contenu {
	background-color:#f8e9c8;
	height:370px;
	width:960px;

	float:left;
}

#txt {
	color:#3d5061;
	font-family:Tahoma, Geneva, sans-serif;
	height:300px;
	width:480px;
	margin-left:10px;
	margin-top:25px;
	text-align:justify;
	float:left;
}

#imgindex{
	margin-left:10px;
	margin-top:40px;
	background-image:url(../images/banniere.jpg);
	height:293px;
	width:450px;
	float:left;
}

#footer {
	background-color:#748da4;
	width:960px;
	height:30px;
	float:left;

	
}

#mentions{
	margin-left:2px;
	font:Verdana, Geneva, sans-serif;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#f8e9c8;
	height:15px;
	width:960px;
	float:left;

}


a:link { 
	color:#f8e9c8;
	text-decoration:none;
}
a:visited {
	color:#f8e9c8;
	text-decoration:none;
}
a:active { 
	color:#f8e9c8;
	text-decoration:none;
}

h1 {
	font-size:14px;
}

h2 {
	font-size:14px;
	text-align:right;
}

.titre{
	font-size:20px;
}