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


body {
margin:0;
padding:0;
background: url(../images/fond_page.png) #eae9e9 center repeat-y;
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
line-height:15px;
color:#333333;
}

img {
border:0px;
}

.stop{
clear:left;
}

.stop2{
clear:both;
}

a {
text-decoration:none;
color:#333333;
}

a:hover {
text-decoration:underline;
}


p {
margin:2px 0;
text-align:justify;
}

ul {
text-align:justify;
}

#conteneur {
width:940px;
margin:0px auto;
padding:0 10px;
}




#header {
	background:url(../images/header.jpg) no-repeat;
	height:170px;
	width:940px;
	margin:0 !important;
	margin:0 0 0 2px;
}

#header img {
	position:relative;
	top:130px; left:440px;
}



#conteneur #texte_presentation {
	float:left;
	width:365px;
	background:url(../images/pointillet.jpg) repeat-y right;
	padding:0 30px 0 10px;
	margin:0 10px 20px 15px;	
}


#texte_presentation img {
	float:left;
}



#conteneur #info {
	float:left;	
}


#conteneur .boite {
	float:left;
	display:block !important;
	display:inline;
	margin:0 0 10px 10px;
	width:450px;
}


.boite h2 {
	font-size:12px;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
	
}


.boite h3 {
	font-size:11px;
	font-weight:bold;
	margin:2px 0;
	padding:0;
	color:#b82b6e;
}

.boite img {
	margin: 0 15px 0 0;
	
}

.boite .puce {
	background:url(../images/puce.png) no-repeat;
	margin:0;
	padding:0px 0 5px 25px;
	color:#b82b6e;
	font-weight:bold;
	line-height:18px;
	display:block;
}

.boite .puce2 {
	background:url(../images/puce.png) no-repeat;
	margin:0;
	padding:2px 0 5px 25px;
	color:#b82b6e;
	font-weight:bold;
	line-height:25px;
}


#footer {
	background:#b82b6e;
	width:920px;
	font-weight:bold;
	clear:left;
	text-align:right;
	padding:10px 10px;
	color:#FFF;
	margin:0 !important;
	margin:0 0 0 2px;
}



#footer a {
	color:#FFF;
}

#footer span {
	color:#f496bf;
	font-weight:normal;
	padding:0; margin:0;
}

#footer span a {
	color:#f496bf;
	font-weight:normal;
}




