body{
	background:#766d6d url('images/bonhomme.png') fixed bottom left no-repeat;
	width:990px;
	margin:auto;
	color:#FDFDFD;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom:-148px;
}

#top{
	height:350px;
	background:url('images/header1.jpg');
}

#menu{
	position:absolute;
	top:150px;
	margin-left:370px;
	z-index:1;
}

#menu a{
	color:red;
	text-decoration:none;
	font-weight:800;
}

#menu a:hover{
	color:#555;
}
h1 {
	color:#FFF26A;
}
h2 {
	color:#FFF26A;
}
h3 {
	color:#FDFDFD;
}
h4 {
	color:#FDFDFD;
}
.boiterouge {
	width: 650px;
	background:#CD071E;
	padding:7px;
	marging:auto;
}
.vrairetourligne{
	clear:both;
}
#menu > ul{
	padding : 0; /* pas de marge intérieure */
	margin : 0; /* ni extérieure */
	list-style : none; /* on supprime le style par défaut de la liste */
	line-height : 21px; /* on définit une hauteur pour chaque élément */
	text-align : center; /* on centre le texte qui se trouve dans la liste */
}

#menu > ul > li{
	float:left;
	margin-right:15px;
}

#menu > ul > li > ul{
	display:none;
	position:absolute;
	text-align:left;
	list-style : none;
	font-size:0.8em;
	padding:5px;
	border-left:1px solid white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	background:#EBE7E4;
	opacity:0.8;
	margin-top:3px;
}

/* HACK IE7 */
:first-child+html #menu > ul > li > ul{
	margin-left:-100px;
	margin-top:30px;
}
:first-child+html #menu > ul > li > ul >li{
	margin-top:0px;
}
/* !HACK IE7 */

#content{
	min-height:500px;
	padding-left:43px;
	padding-right:25px;
	text-align:justify;
	background:#766d6d;
}
#content li {
	margin-left: 15px;
}

#content img{
	margin: 10px;
	}
#content a{
	color:yellow;
}
#content a img {
	border:0px;
}

#content a:hover{
	color:white;
}

#content td{
/*	border:1px solid white;
*/	padding:5px;
}
#content table{
	border-collapse:collapse;
}

#foot{
	text-align:center;
	color:#CCC;
	vertical-align:tex-bottom;
	clear:both;
}

#footAdmin{
	text-align:center;
	color:#CCC;
	vertical-align:tex-bottom;
	clear:both;
}

#foot a{
	color:#CCC;
}

#mce_0_parent a{
	color:black;
}

.admin_table{
	width:85%;
	margin:auto;
	border-collapse:collapse;
}

.admin_table td{
	border:2px solid #444;
	padding:7px;
}

#bonhomme{
	width:276px;
	height:318px;
	background:url('images/bonhomme.png');
	opacity:0.25;
	float:left;
}

#adresse{
	width:192px;
	height:108px;
	background:url('images/bg-adresse.png');
	padding:20px;
	font-size:12px;
	float:right;
	margin-top:170px;
}

#photos{
	float:right;
	width:240px;
	margin-top:-100px;
	margin-left:10px;
	z-index:0;
}

.mceContentBody {
	font-size:1.0em;
	background:#766d6d;
}
table ul {
	padding:15px;
}
table li {
	margin: 5px;
}
