@charset "utf-8";
/* CSS Document */

/* ---------------------- HTML ----------------------------*/

body {
	background-color: #6C1F04;
	background-attachment: fixed; 
	margin : 0;
	padding : 0;
	text-align : center;
}

/* ---------------------- LAYERS ----------------------------*/

#conteneur {
	position:relative;
	width:985px;
	z-index:1;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #EAE0BB;
	margin : 0 auto;
	text-align : left;
}

#menu {
	position: relative;
	float:left;
	margin-top:25px;
	height: 550px;
	width: 150px;
	text-align: left;
	color: #CC3300;
	background-color: #CBBB9D;
}

#menu ul {
	list-style-image: none;
	color: #CC3300;
	margin-right: 10px;
	list-style-position: outside;
	list-style-type: square;
	padding-top: 5px;
	line-height: 15pt; font-size:0.9em;
}

#menu a {
	text-decoration: none;
	color: #CC3300;
}

#menu a:hover {
	text-decoration: none;
	color: #efefef;
	background-color: #CC3300;
}

#titre {
	position: relative;
	float:left;
	margin-top:25px;
	background-color: #cc6633;
	height: 550px;
	width: 133px;
	}



#pictures {
	position: relative;
	float:left;
	margin-top:25px;
	background-color: #6C1F04;
	height: 550px;
	width: 334px; background-image:url(../pic/2009/bg-pictures.jpg); background-repeat:no-repeat;
	
}

/*#pictures img {
	background-position: center center;
	text-align: center;
}*/

#main {
	position: relative;
	float:left;
	margin-top:25px;
	background-color: #993300;
	height: 550px;
	width: 363px;overflow:auto;
	
}

#main h1 {
	font-size: 1.2em;
	color: #efefef;
	margin-left: 10px;
	padding-top: 10px;
	color:#FFcc00;
	text-transform: uppercase;
}
#main h2 {
	font-size: 1.2em;
	color: #efefef;
	margin-left: 10px;
	padding-top: 10px;
	color:#B9A57B;
	
}

#main p {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 0.8em; text-align:left; line-height:1.3em;
	
	}

#main table{margin-left:15px;
	
	}
	
#main td{
 font-size:0.7em; height:30px;
	
	}
	
#main ul {
	font-size: 0.8em;
	padding-right: 20px;
	line-height:1.3em;
	list-style-type: square;	
	}
#conteneur #footer marquee {
	font-size: 0.8em;
	color: #999999;
}

#footer {
	position: absolute;
	left: 0px;
	top: 570px;
	height: 100px;
	width: 1000px;
	letter-spacing: 0.2em;
	font-size: 0.8em;
	text-align: center;
}
#footer a{
	text-decoration: underline;
	color: #B9A57B;
}
#footer a:hover{	
	text-decoration: none;
	color: #CC3300;
	background-color: #efefef;
}

#Mentions {
width : 1004px;
background : transparent;
margin : 0 auto;
text-align : center;
font-size: 0.75em;


}

#Mentions a{
	text-decoration: underline;
	color: #B9A57B;
}
#Mentions a:hover{	
	text-decoration: none;
	color: #CC3300;
	background-color: #efefef;
}

#designed {
position : relative;
float : right;
text-align : right;
color : #efefef;
text-decoration : none;
width : 280px;
font-size : 0.7em;
margin-top : 0px;
margin-bottom : 10px;
}

#designed a{
text-decoration: underline;
	color: #B9A57B;
}

#designed a:hover{	
	text-decoration: none;
	color: #CC3300;
	background-color: #efefef;
}


/* ---------------------- MISE EN FORME ----------------------------*/
.gras {
	font-weight: bolder;
}
.txtminus {
	font-size: 0.7em;
	border: thin solid #CC6633;
	float: left;
	color: #CC3300;
	text-align: center;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 7px;
}

.textsurligne {
	background-color: #B9A57B;
	color: #333333;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.TxtMarquee
{
	color: #FFCC00;
	font-size:0.9em;
}


