@charset "utf-8";
/* CSS Document */
body
{
	background:#CCC;
}
#global
{
	width:1000px;
	margin:0 auto;
	background:#FFF;
}

a:link {
	color:#1053E7;
	text-decoration:none;
}

a:hover {
	color:#F7DB21;
}

#header
{
	width:1000px;
	height:202px;
	background:url(../img/hearder.jpg) no-repeat;	
}
#menu
{
	width:1000px;
	height:37px;
	background:#404A24;
	margin-bottom:5px;
	margin-top:1px;
	/*background:url(../img/ligne1.jpg) no-repeat;	*/
}
 #menu ul 
 {
	 margin:0;
	 color:#FFF;
	 list-style:none;
	 font-family:Verdana, Geneva, sans-serif;
	 font-size:15px;
	 font-weight:bold;
 }
 #menu ul li a
 {
	 float:left;
	 margin:10px 20px;
	 color:#FFF;
	 text-decoration:none;
 }
 
 #menu ul a:hover {
	color:#000; 
}
#corps
{
	width:1000px;
	/*background:url(../img/ligne1.jpg) no-repeat;	*/
}

#bloc
{
	float:left;
	width:200px;
	height:400px;
	background:url(../img/menu.png) no-repeat;
}

 #bloc ul 
 {
	/* margin:0;*/
	 color:#FFF;
	 list-style:none;
	 font-family:Verdana, Geneva, sans-serif;
	 font-size:15px;
	 font-weight:bold;
 }
  #bloc ul li 
 {
	 margin-top:14px;
	 
 }
 #bloc ul li a
 {
	 color:#FFF;
	 text-decoration:none;
 }
  #bloc ul a:hover {
	color:#000; 
}
#contenu
{
	float:left;
	margin-left:20px;
	width:772px;
}
#lefter
{
	float:left;
	width:380px;
	margin-right:6px;
}

#contenu h2 
{
	font-size:24px;
	text-align:center;
	color:#1053E7;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:10px;
}



#righter
{
	float:right;
	width:380px;
	margin-left:6px;
}
.bar
{
	clear:both;
	height:1px;
}
#footer
{
	width:1000px;
	height:87px;
	background:url(../img/footer.jpg) no-repeat;
	padding-top:20px;
}

.footer1
{
	float:left;
}
.footer1 ul a
{
	color:#1053E7;
	text-decoration:none;
}
.footer2
{
	float:right;
}

.footer2 ul a
{
	color:#fff;
	text-decoration:none;
}
 #footer ul 
 {
	 margin:0;
	 color:#1053E7;
	 list-style:none;
	 font-family:Verdana, Geneva, sans-serif;
	 font-size:15px;
	 font-weight:bold;
 }
 
 #footer ul li 
 {
	 float:left;
	 margin:10px 20px;
	 text-decoration:none;
 }
 #footer ul a:hover {
	color:#000; 
}

.suite
{
	text-align:right;
	 font-weight:bold;
}

ul 
{
	 list-style:none;
}
