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

a:link {
	color: #132d85;
	}
	a:visited {
	color: #132d85;
	}
	a:hover {
	color: #fff;
	}
	a:active {
	color: #132d85;
	}
	
	
	a.bas:link {
	color: #97bf0d;
	}
	a.bas:visited {
	color: #97bf0d;
	}
	a.bas:hover {
	color: #ffffff;
	}
	a.bas:active {
	color: #97bf0d;
	
}

*
{
	margin: 0;
	padding: 0;
}

body
{
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background-color:#c6e0fd;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #132d85;
}

img  {
	border:none;
	}

.texte{
	color: #132d85;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.h1{
	color: #fff;
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.texte2{
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left:60px;
	}
	
.logo{
	color: #fff;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
			
.titre{
	color: #00501f;
	font-weight: normal;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.centrertext {
	text-align:center;
	}
	
.texte {
	text-align:justify;
	margin-top:10px;
	}

div#conteneur
{
	text-align: left;
	margin: 0 auto;
	width:950px;
	background:url(images/pastis/dupli-pastis.jpg) repeat-y;
}
div#haut
{
	text-align:left;
	width:675px;
	height:178px;
	float:left;
}

div#hautdroite{
	float:right;
	width:275px;
	height:178px;
	background-image:url(images/haut_droite.jpg);
}

div#menu {
	width:122px;
	text-align:left;
	float:left;
	}
	
	div#fond {
	width:768px;
	float:right;
	background-image:url(images/pastis/background-pastis.jpg);
	background-repeat:no-repeat;
	min-height:390px;
	padding-left:15px;
	padding-right:45px;
	padding-top:25px;
	}
	
	div#adresse
{
	text-align: left;
	width:950px;
	height:86px;
	float:left;
}

div#yzeo
{
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 950px;
	height: 42px;
	background-color:#c6e0fd;
	float:left;
	padding-left: 50px;
}
 
div#yzeo a.hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	
}


div#yzeo img
{
	vertical-align: middle;
	border:none;
}

.clearFloat{
	clear:both;
	float:none;
}
