html * {
  padding: 0;
  margin: 0;
  
}

body {
	margin-top:5px;	
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color:#eeeeee;
}

#page{
	margin:auto;
	width:744px;
	background:url(fond.png) top left repeat-y;
	
}

#main1,#main2{
	margin:0; padding:0;

}

#menu{
	float:left;
	width:139px;
	margin-left:40px;
	border-right: 2px solid #29ABE2;
	text-align:center;
	padding-bottom:100px;
	display: inline;

}

#titremenu{
	background:#29ABE2;
	color:#fff;
	margin-top:15px;
	margin-bottom:10px;
}

#menu a{
	text-decoration:none;
	color:#F15A24;
	font-size:0.9em;
}

#menu a:hover{
	color:#ED1C24;
}



#content{
	float:right;
	
	width:530px;
	padding-top:10px;
}

#content h2{
	margin-right:50px;
	text-align:center;
	color: #29ABE2;
	margin-bottom:15px;
}

#content a{
	text-decoration:none;
	color:#F15A24;
}

#content a:hover{
	color:#ED1C24;
}

#entete{
	background:url("bann/banniere2.jpg") top left no-repeat;
	min-height:139px;
	
}

#titres{
	
	color:#fff;
	padding-left:90px;
	padding-top:2.9em;
	padding-bottom:2.1em;
}

table img{
	display:block;
	margin:auto;
	border:0px dashed #29ABE2;
}

table .image{
	width:150px;
}

.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
}

#pied{
	margin:0;
	padding:0;
	text-align:center;
	width:100%;
	color:#fff;
	background:#29ABE2;
}

#fiche{
	margin-bottom:1em;
	padding:0.2em;
	margin-left:2em;
	margin-right:6em;
	border:1px dashed #29ABE2;
}
