body {
	background-color: #5e5e5e;
	color: #333333;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0;	
	padding-right: 25px;
	
}
html, body {
	margin: 0;
	padding-right: 25px;
	}
	

#conteneur {
	clear: both;
	height: 720px;
	position: relative;
	margin: 0 auto;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 20px;
	padding-top: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	border-right: 25px solid #5e5e5e;
	width: 75000px;
}

div#illustrations img {
	margin-right: 20px;		
	float: left;
}

div#illustrations div.image
{
	margin-right: 20px;		
	float: left;
	height: 700px;

}

div#illustrations div.image span { display: none; }
div#illustrations div.image:hover span { 
	display: block; 
	background-color: #111;  
	color: #CCC;
	padding: 3px;

}

a {
	color: #B5461F;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;	
}

a:visited {
	color: #B8765F;
	border-bottom: 1px dotted #FFFFFF;	
}

a:hover {
	color: #BC2424;
	border-bottom: 1px dotted #BC2424;	
}	

.illus {
height: 700px;
float: left;
}

.illus .illustitle {
float: left;
position: absolute;
background-color: #111;
color: #FFF;
padding: 10px;
display: none;
}

.illus:hover .illustitle {
display: block;
}

/* Menu ----------------------------------------------------------------------------------------------------------------------------- Menu */

#menu {
position: fixed;
right: 0px;	
	top: 10px;
	width: 150px;
	z-index:25;
}

#menu li {
	list-style: none; 	
}

#menu li a {
	border: 1px solid #FFF;
	border-right: none;
	margin-bottom: 5px;	
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 3px;
	padding-left: 5px;
	padding-right: 20px;
	font-variant: small-caps;
	float: right;
}

#menu li a.menuItems {
	width: 130px;	
}

#menu li span.onOff {
	width: 15px;
	background-color: #515151;	
	font-weight: bold;
	border: 1px solid #FFF;
	border-right: none;
	color: #FFF;
	text-decoration: none;
	padding: 3px;
	padding-left: 5px;
	padding-right: 20px;
	cursor: pointer;
	font-variant: small-caps;
	float: right;
}

.color1 { background-color: #569eb9; }
.color2 { background-color: #f3bf48; }
.color3 { background-color: #dd6083; }
.color4 { background-color: #70a843; }
.color5 { background-color: #56b4b9; }
.color6 { background-color: #f39748; }
.color7 { background-color: #6082dd; }



#accueil
{
	width: 700px;
	height: 700px;
	margin-right: 20px;	
	float: left;
	background-image:url(Elements/reunofr_intro.jpg);
}

#accueil #french {
	width: 190px;
	height: 270px;
	text-align: justify;	
	position: absolute;
	top: 450px;
	left: 106px;
	font-size: 10px;
	color: #3b724a;
}

#accueil #english {
	float: left;
	width: 190px;
	height: 270px;
	text-align: justify;	
	position: absolute;
	top: 450px;
	left: 402px;
	font-size: 10px;
	color: #638eb2;

}

#contact {
	width: 700px;
	height: 700px;
	margin-right: 20px;	
	background-image: url(Elements/contact-bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;	
	float: left;
}

#contact #footer {
	position: relative;
	float: left;
	width: 210px;
	text-align: justify;
	padding-top: 40px;
	padding-left: 20px;
}

#contact form {
	margin-left: 450px;	
	margin-top: 359px;
}

input, textarea {
	border: 1px solid #356391;
	color: #356391;
	width: 200px;
	background-color: #FFF;	
}

input[type=submit] {
	background-color: #6CF;
	color: #FFF;
}

input[type=submit]:hover {
	background-color: #39F;
	color: #FFF;
}



