@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;
	overflow:auto;

	float:left;
}

#txt {
	color:#c66321;
	font-family:Verdana, Geneva, sans-serif;
	height:290px;
	width:920px;
	margin-left:10px;
	margin-top:40px;
	text-align:center;
	float:left;
}

#galerie{
	height:300px;
	width:100px;
	margin-left:250px;
	margin-top:5px;
	text-align:center;
	float:left;
	
}
#expo{
	float:left;
	margin-top:10px;
	margin-left:-45px;
	height:50px;
	width:400px;
	font-family:Verdana, Geneva, sans-serif;
	color:#c66321;	
	
}

#image1{
	background-color:#069;
	height:100px;
	width:920px;
	margin-top:10px;
	float:left;
}

#imgindex{
	margin-left:10px;
	margin-top:40px;
	background-image:url(../images/atelier.jpg);
	height:300px;
	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:16px;
}

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

.titre{
	font-size:18px;
	color:#3d4f60;
}
.rouge{
	color:#c66321;
}