﻿@charset "utf-8";
/* CSS Document */
:focus{
outline: 0;
}

*{
	font-family:arial, sans-serif;
	color:white;
	text-align: left;
}

html, body{ margin:0;  padding:0; background:#000000; }
body{
	font-size:10px;
}
#conteneur{width:1000px;margin: 0 auto; height: 610px; background:#770404;}
#top{background-image:url(../images/top.jpg);background-repeat:no-repeat; height:114px;}
#contenu{
	background:url(../images/contenu.jpg) 0 0 no-repeat;
	position:relative;
	overflow: hidden;
}
table{float:left;}

#content_text{
	margin:30px 0 0 20px;
	overflow:hidden;
	height:263px;
}

#col1{float:left; width:322px; margin:20px 10px 0px 0px;}
#col2{
	position:relative;
	float:left;
	width:260px;
/*	height:240px;*/
	margin:20px 5px 0px 5px;
	padding: 0 0 0 20px;
	border-left:1px solid #8D1013;
	overflow:auto;
}
#col3{
	position:relative;
	float:left; 
	width:280px; 
	margin:20px 10px 0px 10px;
	padding: 0 0 0 20px; 
	border-left:1px solid #8D1013;
	overflow:auto;
} 
#col4{margin:20px 10px 0px 10px; padding: 0 0 0 20px;} 

#menu{height:203px; float;}

.clear-both{
	clear: both;
}

h1 {
font-size:1.5em;
color:red;
}
h2 {

font-size:1.2em;
color:red;
}
h3 {
font-size:1.1em;
color:white;
}
p .signature{
font-size:1em;
color:white;
text-align: right;
}
li {
font-size:1em;
color:white;
}
a:link {
font-size:1em;
color:red;
background-color:transparent;
text-decoration:none;
}
a:visited {
font-size:1em;
color:red;
background-color:transparent;
text-decoration:none;
}
a:hover {
font-size:1em;
color:red;
background-color:transparent;
text-decoration:underline;
}

/* livre d'or */
.livre .mess{
	margin-bottom: 15px;
}
input,
textarea{
	background: #8D1013;
}
select{
	background: #8D1013;
}

input.button{
	border: none;
	text-align: center;
}

#galerie {  
	width: 410px ; 
	float:left; 
	border-left:1px solid #8D1013;
	margin:20px 10px 30px 10px;}
	
p class.erreur{ background:#8D1013;}

