html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}
* {
	padding: 0;
	margin: 0;
}
body {
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #1b0c05 url('../images/bg_body_accueil.jpg') 50% 0% no-repeat; 
	color: #C7BFAC;
	text-align: center;
}

a {
	text-decoration: underline;
	color: #C7BFAC;
}

a:hover {
	text-decoration: none;
		color: #C7BFAC;
}
h1 {
	font-size: 1.4em;
	padding-bottom: 10px;
	font-family: "Verdana";	
	
}
   #main_contenu {
   	position: relative;
   	width: 1000px;
   	height: 600px;
   	margin-left: auto;
   	margin-right: auto;
   	margin-top: 165px;
   	background-color: transparent;
   }

   

/* PAGE ACCUEIL */
#accueil_texte {
	position: absolute;
	top: 0;
	right: 0;
	height: 550px;
	width: 400px;
	background-image: url("../images/bg_content_accueil.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
}

#accueil_flash {
	position: absolute;
	top: 0;
	left: 0;
	height: 550px;
	width: 600px;
}



#accueil_texte #col1 {
	position: relative;
	float: left;
	width: 160px;
	height: 530px;
	padding: 20px;
	color: #e8d0ae;
	text-align: left;
	font-style: italic;
}
#col1 img {
	border: 0;
	vertical-align: bottom;
}
#col1 a {
	text-decoration: none;
	font-weight: bolder;
	color: #e8d0ae;
	padding-top: 10px;
	clear: both;
	position: relative;
	float: left;
	font-size: 0.9em;
}
#col1 a:hover {
	font-size: 0.9em;
	color: #7d3215;
}

#accueil_texte #col2 {
	position: relative;
	float: right;
	margin-left: 20px;
	background-color: transparent;
	width: 175px;
	height: auto;
	color: #331d17;
}
#col2 em {
	font-family: "Times New Roman";
	font-size: 18px;
	position: relative;
	float: left;
}
#col3 {
	position: relative;
	float: right;
	clear: right;
	margin-top: 12px;
	width: 175px;
	text-align: right;
	color: #7d3215;
	padding: 10px;
	padding-top: 0px;
	background-color: transparent;
}
#col3 h1 {
	font-size: 1.2em;
	font-weight: bold;
}
#col3 img {
	border: 0;
	vertical-align: bottom;
}
#col3 a {
	text-decoration: none;
	color: #7d3215;
	font-weight: bolder;
	padding-top: 10px;
	position: relative;
	float: right;
	clear: both;
	font-size: 0.9em;
}
#col3 a:hover {
	font-size: 0.9em;
	color: #331d17;
}

/* MENU BAS */
#infos_bas {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	text-align: left;	
	color: ##C7BFAC;
}
#infos_bas a {
	text-decoration: none;
}
#infos_bas a:hover {
	text-decoration: underline;
}
#infos_bas ul {
	position: absolute;
	left: 10px;
	top: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#infos_bas ul li {
	display: inline;
	margin-right: 15px;
	margin-left: 0;
}

#flags {
	position: absolute;
	right: 10px;
	top: 10px;
}

#flags img {
	border: 0;
}
