@charset "utf-8";
/* CSS Document */
body{
	font-family:Verdana, Geneva, sans-serif;
	background:url(images/body-bg.jpg) 0 0 repeat-x #dbe0e4;
	padding:0;
	margin:0;
	font-size:80%;
	
}
h2{
	color:#823284;
	font-size:220%;
	font-style:italic;
	margin-bottom:15px;
	margin-top:0;
	padding:0 0 0 35px;
	line-height:90%;
}
p, ul{
	line-height:145%;
	margin:5px 0 15px;
}
a{
	color:#FFFFFF;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#page{
	background:url(images/texte-bg.jpg) 0px 148px no-repeat;
	width:955px;
	margin:auto;
}
#logo{
	background:url(images/logo.jpg) 0 0 no-repeat;
	width:955px;
	height:147px;
	display:block;
	text-indent:-1000px;
	font-size:1px;
	overflow:hidden;
	clear:both;
	float:left;
}
#logo a{
	width:320px;
	height:147px;
	display:block;
	overflow:hidden;
}
#col1{
	width:480px;
	padding:120px 0px  115px 0px;
	float:left;
	color:#fff;
	font-size:190%;
	text-align:center;
	clear:left;
}
#col2{
	color:#000000;
	float:left;
	font-size:190%;
	text-align:center;
	padding:120px 0px 115px 0;
	width:430px;
}
#col2 a{
	color:#000000;
}
#adresse{
	background:url(images/adresse-bg.jpg) 0 0 no-repeat #fff;
	width:100%;
	height:60px;
	text-transform:uppercase;
	color:#FFFFFF;
	text-align:center;
	clear:both;
	padding:12px 0 0 0;
	margin-bottom:20px;
	font-weight:bold;
	font-size:85%;
}
.vert{
	color:#3ebbc2;
}
.blanc{
	color:#FFFFFF;
}
.noir{
	color:#000000;
}


