/* CSS Document */
* {
		margin:0;
		padding:0;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	
body{
	background-color:#DEB5DE;
	scrollbar-face-color: #FFFFDB;/*fond ascenceur ButtonText*/
	scrollbar-shadow-color: #632963 ;
	scrollbar-highlight-color: #632963 ;
	scrollbar-3dlight-color: #DEB5DE ;
	scrollbar-darkshadow-color: #DEB5DE ;
	scrollbar-track-color: #DEB5DE;/*fond scroll*/
	scrollbar-arrow-color: #DEB5DE ;
	scrollbar-base-color: #DEB5DE ;
}

#contener{
	width:800px;
	height:600px;
	margin: 10px auto 0 auto;
	background-image:url(../images/fonf.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
#logo{
	width:800px;
	float:left;
}
#menu ul{
	margin-top:180px;
	margin-left:0px;
	width:300px;
	float:left;
}

#menu ul li{
	margin-bottom:3px;
	width:240px;
	padding-left:25px;
	padding-top:0px;
	
	background-image:url(../images/bgMenu.jpg);
	background-position:top left ;
	background-repeat:no-repeat;
	
	list-style-type:none;
	line-height:27px;
	}

#menu ul li a{
	text-decoration:none;
	color:#DEB5DE;
}
	
#menu ul li a:hover{
	color:#FFFFDB;
	}
	
#menu ul li #select a{
	color:#FFFFDB;
}
/*--------------------------------------CONTENU-----------------------------------------*/
#contenu{
	margin-top:80px;
	width:493px;
	height:407px;
	float:left;
	padding:5px 0 5px 5px;
	overflow: auto;
}
ul#activites {
	color: #632963;
	width:430px;
}
ul#activites li {
	margin:50px 0 5px 0;
	width:430px;
	height:auto;
	clear:both;
	display:block;

}
ul#activites li h1{
	width: 430px;
	height:40px;

	margin-bottom:15px;
	margin-top: 0px;
	padding-bottom: 5px;	
	padding-top: 30px;
	
	font-style: normal;
	font-weight: bolder;
	color:#632963;
	font-size: 16px;
	text-align:center;
	
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #632963;
	
}
ul#activites li ul {
	width:430px;
}
ul#activites li ul li {
	margin:0;
	width:430px;
	/*height:300px;*/
	clear:both;
}
ul#activites li ul li h2 {
	float:left;
	width:400px;
	margin:5px 0 5px 0;
}
ul#activites li ul li h4{
	/*float:left;*/

	font-weight: bold;
	width: 400px;
	color: #632963;
	margin-top: 10px;

}
ul#activites li ul li h5{
	float:left;
	font-weight: bold;
}
ul#activites li ul li h6{
	color: #632963;
	text-align: justify;
	width: 200px;
	float:right;
	margin-top:5px;
	margin-left:5px;
	font-style: italic;
	padding:5px;
	font-weight: 100;
	background-color: #CC99FF;
}
ul#activites li ul li h7{
	float:left;
	font-weight:100;
	line-height: 30px;
}
ul#activites li ul li strong{
	font-weight: bold;
	text-align:justify;
}
ul#activites li ul li p {
	float:left;
	clear:left;
	width:210px;
	display:block;
	text-align:justify;
}
ul#activites li ul li p.conseil {
	float:left;
	clear:left;
	display:block;
	color: #666666;
	text-align:justify;
	width:400px;
	height: 80px;
	padding-top:10px;
	margin-left:10px;
	margin-top:10px;
	
	background-image:url(../images/ovale.gif);
	background-repeat:no-repeat;
	text-align:center;
}
ul#activites li ul li p.conseilGrand {
	float:left;
	clear:left;
	display:block;
	color: #666666;
	text-align:justify;
	width:400px;
	height: 150px;
	padding-top:25px;
	margin-left:10px;
	margin-top:10px;
	
	background-image:url(../images/ovaleGrand.gif);
	background-repeat:no-repeat;
	text-align:center;
}

ul#activites li ul li ul.liste {
	width:180px;
	margin:0 0 0 30px;
	float:left;
	clear:left;
	list-style-type:disc;
	list-style-position:outside;
}
ul#activites li ul li ul.liste li {
	margin:0;
	width:210px;
	height:auto;
}

ul#activites li ul li img {
	float:right;
	top:0;
	right:0;
	padding-right:10px;
} 
ul#activites li ul li p.trucs {
	float:right;
	top:0;
	right:0;

	width: 155px;
	height: 120px;
	padding-top:50px;
	margin-left:10px;
	margin-top:10px;
	
	background-image:url(../images/rondRose.gif);
	background-repeat:no-repeat;
	text-align:center;
	font-size:14px;
	font-weight:bold;
} 

.souligne{
	text-decoration:underline;
}

/*--------------------------------------CONTACT-----------------------------------------*/

form {
	width:390px;
	
	margin-top:0px;
	margin-right:0;
	margin-bottom:10px;
	margin-left:0px;
	
	padding: 0px;
	}

form label{
	width: 100px;
	margin-top:10px;
	display:block;
	color:#ff;
	font-weight:bold;
}

form #envoyer{
	margin-top: 10px;
	color:#990000;
	font-weight:bold;
}
/*--------------------------------------COPYRIGHT-----------------------------------------*/
#copyright {
	height: 25px;
	float:right;

	margin-top:20px;
	margin-right:40px;
	margin-bottom:10px;
	margin-left:0px;
	
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	padding-left:5px;
		
	font-size: 9px;
	color:#000000;
	text-align:right;
	text-decoration: none;
}
#copyright a{
	color:#FFFFDB;
	font-size: 9px;
}

