@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;
}

#travetud{
	z-index:15;
	background-color:#748da4;
	height:50px;
	width:300px;
	position:absolute;
	margin-left:660px;
	margin-top:300px;
}
#txtheures {
	color:#3d5061;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	height:290px;
	width:200px;
	margin-left:40px;
	margin-top:20px;
	text-align:justify;
	float:left;
}
#bordure{
	height:290px;
	width:1px;
	background-color:#3d5061;
	float:left;
	margin-top:20px;
}
#txttarif {
	color:#3d5061;

	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	height:290px;
	width:340px;
	margin-left:170px;
	margin-top:20px;
	text-align:center;
	float:left;
}

#txttarifmod {
	color:#3d5061;
	
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	height:290px;
	width:320px;
	margin-left:10px;
	margin-top:60px;
	text-align:justify;
	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:16px;
}

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

.titre{
	font-size:20px;
	
}

.petit{
	font-size:12px;
}