html,body,h1,h2,h3,h4,p,ul,li{
	margin: 0;
	padding: 0;
	list-style: none;
}
html{
	background:#008071  url(images/abajo.jpg) no-repeat 50% 100%; 	
}
body{
	background:  url(images/fond-blanc.gif) repeat-x;	
}

#PAGE{
	width: 950px;
	margin: 0 auto 0;
}
#CENTRE{
	background: #fff url(/site/images/angle-droit.png) no-repeat 100% 0;
	
}
#HEADER{
	height: 152px;
	background: url(/site/images/bandeau.jpg);
	margin: 0 0 45px 0;
}
#HEADER a{
	display: block;
	width: 100%;
	height: 152px;
}
#HEADER a span{
	display: none;
}

#COLGAUCHE{
	background: #fff url(/site/images/angle-gauche.png) no-repeat;
	padding: 20px;	
	width: 235px;
	float: left;
	border-right: 1px solid #008071;
}
* html #COLGAUCHE{
	padding: 15px;	
}


#MENU{
	min-height: 300px;	
}

#MENU input{
	border: 1px solid #ccc;
	margin: 2px;
}

#LANGUE a{
	font: 12px Arial,Tahoma;
	text-decoration: none;
	color: #008071;
}

#LANGUE{
	width: 240px;
	background: #dffcd8;
	padding:2px;
	margin:10px 0 50px 0;
}

#LANGUE a img{
	border:none;
	height:20px;
	vertical-align:middle;
}

#MENU li{
	background: url(/site/images/puce.png) no-repeat 0 2px ;
	padding: 0 0 10px 20px;	
	margin: 10px 0 0 0;
}

#MENU h2{
	font: 12px Verdana,Arial,Tahoma;
}

#MENU h3{
	font: 12px Verdana,Arial,Tahoma;
}

#MENU li a{
	text-decoration: none;
	color: #008071;	
	display: block;
	border-bottom: 1px dotted #008071;
}

#MENU li a:hover{
	color: red;	
	display: block;
	border-bottom: 1px dotted #008071;
}
#MENU ul{
	margin: 30px 0 0 0;
	padding:20px;
}
#MENU ul ul{
	padding:0px;
	margin:0px;
}

#CONTAIN{
	width: 620px;
	float: left;	
	min-height: 300px;
	padding: 15px;
	margin: 10px;
}

#FOOTER{
	padding: 3px 0 10px 0;
	clear: both;
	font: 10px Arial;
	text-align:center;
	color:#ccc;
	
h2{
	font: 45px Times;
}


