/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color : #EEEEEE;
	font-family:"Arial Narrow";
	height: 1000px;
}



p {
	text-align: justify;
	margin-top: 2px;
	}
h1 {
	margin-left: -10px;
	margin-bottom: 13px;
	margin-top: 13px;
	Font-size: 20px;
}
#header { 
height : 155px;
background-image : url(panorama-saleve.jpg);
background-repeat : no-repeat;

} 
#maxi-container {
	width: 900px;
	background-color:#FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}




#col-gauche {
	float: left;
	width: 175px;
	padding-top: 10px;
	}

#menu {
	width: 160px;
	margin-left: 15px;
}

#menu dt a {
	text-decoration: none;
	display: block;
	height: 23px;
	font-size: 14px;
	color: #666666;
	padding-top: 5px;	
}

#menu dt {
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC0099;
	margin-right: 30px;	
	
}


#menu dt a:hover {
	background-color: #BBB;
}

#menu dd {
	display: none;
	z-index: 100;
	position: absolute;
	margin-top: -25px;
	margin-left: 120px;
	width: 174px;
}

#menu li  {
	list-style-type: none;
}
#menu li a {
	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC0099;
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	padding: 3px 6px;
	background-color: #EEE;
	
}

#menu li a:hover {
	background-image: none;
	background-color: #BBB;
	
}



#contenu {          /**************************** COLONNE CONTENU *************************/
	margin-left: 175px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	font-size: 16px;
	color: #000000;
	list-style-image: url(images/fleche_question.gif);
	list-style-position: inside;
	
}
img.img-contenu{
	border:  none;
}

img.floatTL { 
float : left;
margin-right : 14px;

} 
img.floatTR { 
float : right;
margin-left: 15px;


} 
#footer {
	padding-bottom: 7px;
	line-height: 15px;
	color: #666666;
	font-size: 12px;
	
} 
.listerose {
	text-indent: 18px;
	
} 
.souschapitre {
	margin-left: 25px;
	
} 
.footer{
	text-align: center;
	clear: both;
}

/*********************************   styles courants     *******************************/

a:link {
	color: #CC0099;
	text-decoration: none;
	}
a:active{
	text-decoration: none;
	color: #CC0099;
	}
a:visited{ 
	text-decoration: none;	
	color: #CC0099}
a:hover{
	color: #CC0099; 
	text-decoration: none;
} 
