body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	background-color: #666666;
	color: #000000;
}
#contener {
	background-color: #FFFFFF;
	margin: auto;
	height: auto;
	width: 70%;
	min-width:700px;
	border:solid 2px #000000;
}
#header {
	height: 150px;
	color: #FFFFFF;
	background-image: url(images/headerpink_09.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
		#logo {
			background-image: url(images/logo_03.gif);
			background-repeat: no-repeat;
			height: 150px;
			width: 140px;
			background-position: center 5px;
			position:absolute; /*pour internet explorer 6 car le min-width:600px; du #contener ne marche pas*/
		}
		
		#headerright {
			background-image: url(images/headerright.gif);
			background-repeat: no-repeat;
			background-position: right 16px;
			height: 150px;
			float: right;
			width: 230px;			
		}

#navtop {
	height: 23px;
	text-align: center;
	background-image: url(images/degrade_09.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
}
		#navtop a:visited, a:link {
			font-size: 14px;
			font-weight: bold;
			color: #FFFFFF;
			text-decoration: underline;
			margin-right: 20px;
			margin-left: 20px;
		}
		#navtop a:hover {
			color: #FF0080;
		}
		#navtop a.on:visited, a.on:link {
			color: #FF0080;
			margin-right: 20px;
			margin-left: 20px;
		}

#navleft {
	background-color: #CC0066;
	height: 350px;
	width:150px;
	float:left;
	font-size: 12px;

	border-right: solid 1px #000000;
	padding: 0px;
	margin: 0px;	
}

		#navleft a:visited, a:link{
			font-size:13px;
			font-weight:bold;
			color: #FFFFFF;
			text-decoration: none;
			margin-right: 0px;
			margin-left: 0px;
		}
		
		#navleft a:hover {
			color: #c1d72e;
			text-decoration: none;
		}
		
		
		#navleft a.on:visited, a.on:link {
			font-size:13px;
			color: #c1d72e;
			text-decoration: none;
		}
		
		#navleft ul {
			margin-left: 0px;
			margin-right: 0px;
			margin-bottom:25px;
			padding-left: 0px;
			padding-right: 0px;
			padding-bottom: 0px;
			border-bottom-style: dotted;
			border-bottom-width: 1px;
			border-bottom-color: #FFFFFF;
		}
		
		#navleft  li {
			margin-left: 25px;
			padding-left: 3px;
			margin-top: 10px;
			margin-bottom: 0px;
			padding-top: 0px;
			padding-bottom: 5px;
			padding-right: 10px;
			list-style-position: outside;
			list-style-image: url(images/puce.gif);
			line-height:15px;
		}

#content {
	background-color:#FFFFFF;
	height: auto;
	margin-left: 150px;
	padding-left:20px;	
}
		#content a:link {
			color: #990066;
			text-decoration: underline;
			font-size: 13px;
			font-weight: normal;
		}
		
		#bigimg{
		margin-left:auto;
		margin-right:auto;
		height:350px;
		width:350px;
		
		}
		#navleft2 {
			background-color: #CC0066;
			border-right: solid 1px #000000;
			padding:5px 0px 5px 10px;
			margin: 0px;	
			float:left;
			height: 300px;
			width:150px;
			overflow:auto;
		}
	



#footer {
	background-color: #c1d72e;
	height: 23px;
	clear:both;
	color: #FFFFFF;
	border-top: solid 1px #000000;

}

h1 {
	font-size: 13px;
	color:#000000;
	background-color: #c1d72e;
	margin:10px 10px 20px 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
}
h1 a:hover {
	color:#999999;
	text-decoration: underline;
	font-weight: normal;
}

h1 a:link, a:visited{
	color: #666666;
	text-decoration: underline;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: normal;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color:#FF0080;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
p {
	margin-top: 4px;
}


