body{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#eeeae6;
	color:#000000;
}
p {
	margin:0px;
	padding: 0px;
}
a{
	color:#ffd200;
	font-size:14px;
}
a:link{
	color:#000000;
	font-size:14px;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #680800;
}
#main{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	width:964px;
	margin-left:auto;
	margin-right:auto;
	min-height:900px !important; /* taille minimal pour les moteur gecko et IE7 */
	height:auto !important;/* on remet à la normal pour gecko et IE7 */
	height:900px; /* taille max pour IE6 */
}
#main_content{
	width:919px;
	margin-bottom:10px;
	min-height:900px !important; /* taille minimal pour les moteur gecko et IE7 */
	height:auto !important;/* on remet à la normal pour gecko et IE7 */
	height:900px; /* taille max pour IE6 */
	padding-left:15px;
}
#header{
	height:165px;
	background-image:url(../images/bg_top.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:935px;
	margin-left: 15px;
}
#logo{
	width:319px;
	margin-left:auto;
	margin-right:auto;
}

h1{
	margin:0px;
	height:165px;
	width:319px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	float:left;
	border:0px;
}
h1 span{
	display:none;
}
#welcome{
	width:351px;
	min-height:138px !important; /* taille minimal pour les moteur gecko et IE7 */
	height:auto !important;
	height: 138px;
	float:left;
	font-size:12px;
}
#c_2{
	float: left;
	width:351px;
	min-height: 100px;
	height:auto !important;
	height: 100px;
	font-size:11px;
}
#bookmark{
	float:right;
	width:265px;
}
#intro{
	position:relative;
    float:left;
    margin-top:15px;
	padding-left:10px;
	width: 518px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#menu{
	width:900px;
	margin:0px;
	padding:0px;
	height:30px;
	color:#680800;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	margin-left: 15px;
}
#menu a{
	font-size:14px;
	color:#680800;
}
#menu a:hover {
	text-decoration: underline;
	color: #000000;
}
#c_1{
	min-height:100px;
	height:auto !important;
	height:100px; /* taille max pour IE6 */
}
.thumb img{
	border:1px solid #ff0012;
}
.thumb a:hover img{
	border-color:#000000;
}
.wide_cell{
	width:100%;
	min-height:100px !important; /* taille minimal pour les moteur gecko et IE7 */
	height:auto !important;/* on remet à la normal pour gecko et IE7 */
	height:100px; /* taille max pour IE6 */
}


/* FOOTER */

#footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	text-align:center;
	padding:10px;
	padding-left:0px;
	padding-right:25px;
	margin-bottom:10px;
	float:left;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	width:964px;
}
#footer p{
	margin-bottom:10px;
	width:920px;
}
#footer a,
#footer a:link,
#footer a:active,
#footer a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}


