@charset "utf-8";

/* CSS Document */

body {
	background-image:url(../img/bg.gif);
	background-repeat:repeat-x;
	margin:0;
	border:none;
}

#container { height:auto; }

#top { height:293px; }

#topPix { height:264px; }

#topmenu { height:29px; }

#content {
	height:100%;
	background-image:url(../img/bg-menu.gif);
	background-repeat:no-repeat;
	display:table;
}
#bottom {
	
width:780px;
}
#top, #topPix, #topmenu, #content { width:780px; }

#colGauche {
	width:299px;
	float:left;
	padding-left:0px;
	padding:0;
	margin:0;
	margin-top:-4px;
}

#colMillieu {
	width:1px;
	float:left;
}

#colDroit {
	width:474px;
	float:right;
}

#colGauche, #colMillieu, #colDroit {
	padding-top:4px;
	height:auto;
	text-align:left;
}

#menu {
	width:476px;
	margin-left:0px;
	height:29px;
}

#contenuDroit {
	text-align:left;
	float:left;
	width:458px;
	padding-left:6px;
	padding-top:10px;
}

div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

h1 {
	color:#e42f39;
	font-size:17px;
}

h2 {
	margin:0;
	margin-top:5px;
	color:#e42f39;
	font-size:22px;
}

h1.gold1 {
	color:#835e04;
	font-size:18px;
}

h2.gold2 {
	margin:0;
	color:#835e04;
	font-size:11px;
}

p.adresse {
	padding-top:18px;
	font-weight:bold;
	font-size:10px;
}
a.lien:link {
	color:#e42f39;
	text-decoration:none;
}
a.lien:visited {
	color:#e42f39;
	text-decoration:none;
}
a.lien:hover {
	color:#FF0000;
	text-decoration:underline;
}
p{
font-size:12px;
}
a.email:link {
	color:#b38852;
	text-decoration:none;
}
a.email:visited {
	color:#b38852;
	text-decoration:none;
}
a.email:hover {
	color:#b38852;
	text-decoration:underline;
}
/*border: 1px solid #FF0000;*/
