/* CSS Document */
a img {border: none;}

body {	

	background : #006600 ;
	text-align:center;
	margin:0 auto;
	padding:0;
	}
	
div#conteneur
{
	text-align:center;
	width:1100px;
	margin:0 auto;
	

	
	}

div#menu {

	height:80px;
	width:1100px;
	background:url(images/fondmenu.gif) repeat;
	border-bottom-color:#003300;
	border-bottom-width:2px;
	border-bottom-style:solid;
	}
	

div#menu li
{
	float:right;
	margin-top:55px;
	margin-right:20px;
	text-align: center ;
	font:bold;
	
}

div#menu li a
{

	font-family:"Trebuchet MS";
	font-size: 16px ;
	color: #6a2500 ;
	text-decoration:none;
		

	
}

div#menu li a:hover
{
	color:#000000;
	text-decoration:underline;
	
}

div#menu2 {

	background:url(images/fondmenu2.gif);
	background-position:bottom;
	width:200px;
	float:left;
	height:270px;
	}

	
div#menu2 a:link 
{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#ffe990 ;
	text-decoration:none;
	margin-top:40px;
	font:bold;


		}
		
div#menu2 a:visited
{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#ffe990 ;
	text-decoration:none;
	margin-top:40px;
	font:bold;
}

div#menu2 a:hover
{
	text-decoration:underline;
	color:#ffffff;
}



div#menu2 h1 {

	font-family:"Trebuchet MS";
	font-size:14px;
	color:#000000;
	text-align:left;
	margin-left:12px;
	text-decoration:underline;
	margin-top:20px;
	margin-bottom:20px;

	
	}
	
div#contenu {

	min-height:300px;
	background:url(images/fond.gif) repeat-y;
	float:right;
	width:1100px;
	border-bottom-color:#003300;
	border-bottom-width:2px;
	border-bottom-style:solid;
	margin:0 auto;
	

	}

div#contenu p {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#ffe990 ;
	text-align:justify;
	margin-top:20px;
	margin-left:215px;
	margin-right:15px;
}

div#contenu h2 {

	font-family:"Trebuchet MS";
	font-size:18px;
		color:#fff ;
	
	text-align:left;
	margin-left:215px;
	margin-top:20px;
	text-decoration:underline;
	
	}

div#leftright { }
div#leftright p {	font-family:"Trebuchet MS";
	font-size:12px;
	color:#ffe990 ;
	text-align:right;
	margin-top:20px;
	margin-left:215px;
	margin-right:15px;}

div#rightleft { margin-left:200px; }
div#rightleft p { font-family:"Trebuchet MS";
	font-size:12px;
	color:#ffe990 ;
	text-align:left;
	margin-top:20px;
	margin-left:215px;
	margin-right:15px;}

	
div#image2
{
	float:right;
	margin-left:15px;
}

div#image3
{
	float:left;
	margin-right:15px;
	margin-left:200px;
	}
	
div#textright
{
	
	float:right;
	text-align:left;
	margin-left:390px;
	position:absolute;
	margin-top:600px;
}

div#bottom {
	text-align:center;
	
	}
	
div#bottom p {
	float:right;
	margin-right:50px;
	margin-top:6px;

	}
	
div#bottom a:link 
{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#fff;
	text-decoration:none;
	font:bold;

		}

div#bottom a:visited
{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#fff;
	text-decoration:none;
	font:bold;

}

div#bottom a:hover
{
	text-decoration:underline;
	color:#ffe990;
}


