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


body {	
	background-image:url(../images/fond.jpg);
	background-repeat:no-repeat;
	font-family:Museo500,Verdana, Arial, sans-serif;
	margin: 0; padding: 0; 
}

#header {
	width:575px;
	margin-left:23px;
	margin-top:20px;
	
}

.ban1{
	font-family:AachenStdBold,Verdana, Arial, sans-serif;
	font-size:28px;
	letter-spacing:-0.07em;
	color:#016359;
	text-shadow: 0px 0px 50px #FFFFFF;  	
	-moz-text-shadow:0px 0px 50px #FFFFFF; 
	-webkit-text-shadow:0px 0px 50px #FFFFFF;   
}

.ban2{
	font-family:AachenStdBold,Verdana, Arial, sans-serif;
	font-size:28px;
	letter-spacing:-0.07em;
	color:#00a49a;
	text-shadow: 0px 0px 50px #FFFFFF; 
	-moz-text-shadow: 0px 0px 50px #FFFFFF; 
	-webkit-text-shadow:0px 0px 50px #FFFFFF; 
	
}
.sous-titre{
	color:#00a49a;
	font-size:14px;
	line-height:2em;}
.dark{
	color:#016359;
}
.contenu{
	margin-top:15px;
}

.works{	
	width:376px;
	position:absolute;
	margin-left:185px;
	font-size:10px;
	line-height:1.5em;
	border-left:#00a49a 1px solid;
	
}

.works .bande {
	witdh:376px;
	background-color:#00a49a;
	color:#FFFFFF;
	font-family:Museo500,Verdana, Arial, sans-serif;
	font-size:14px;
	line-height:1em;
	margin-bottom:5px;
}


.works .partie {
	margin-left:5px;
	color:#00a49a;
}

.works .titre_section{
	border-bottom:#00a49a 1px solid;
	margin-bottom:5px;
}

.works a {
	text-decoration:none;
}



.partie img {
	width:36px;
	height:36px;
	border:#00a49a 2px solid;
	background-color:#FFFFFF;
	margin-right:4px;
}

.partie a:hover img{
		opacity:0.5;
	

}

.menu{
	width:150px;
	position:absolute;
	margin-left:23px;
	font-size:10px;
	line-height:1.5em;
	text-align:right;

	

}
.menu .titre {
	witdh:150px;
	background-color:#00a49a;
	color:#FFFFFF;
	font-family:Museo500,Verdana, Arial, sans-serif;
	font-size:14px;
	margin-bottom:5px;
	line-height:1em;
	

	
}
.menu .texte{
	text-align:right;
	color:#00a49a;

}

.menu .titre2 {
	witdh:150px;
	background-color:#00a49a;
	color:#FFFFFF;
	font-family:Museo500,Verdana, Arial, sans-serif;
	font-size:14px;
	margin-top:10px;
	margin-bottom:5px;
	line-height:1em;
	
}
.menu a{
	color:#00a49a;
	
}
.menu a:hover{
	color:#016359;
}


