html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body 
{
	font-size: 14px;
	color: #1a1718;
	background-color: #2A2A7C ;

	text-align: center;
	font: 0.85em "Trebuchet MS", helvetica, sans-serif ;
	line-height: 22px ;
	margin:0;
	min-height: 100%;
        padding: 0px;
        margin: 0 auto;
}

#header 
{
	height: 120px;
	width: 77%;
min-width: 1000px;
margin-left:auto;
margin-right:auto;
	background-image: url(header.png);

}

#headervrai
{
	margin-right:auto;
	margin-left:auto;
	width: 1000px;
height:120px;

}


#formheader
{
	padding-top: 11px;
	line-height: 34px;
}

#formheader input
{
	color: #ffffff;
	border: 2px solid #cccccc;
	background-image: url(form.png) ;
	font-weight:bold;
	padding: 3px;
	font-size: 12px;

}

#contenu 
{

min-width: 1000px;
background-image: url(fond.jpg);
 background-repeat:no-repeat;

	width: 77%;

	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;

}


div#corps h3
{
	margin-left: 15px ;
	padding-left: 5px ;
	border-bottom: 1px solid #6e6e6e ;
	border-left: 3px solid #6e6e6e ;
	color: #6e6e6e ;
}


#menu1 {

padding-top: 15px;
  line-height: 20px ;
  margin-top: 0px;  
margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 0px;
width: 20%;
height: 100%;
  float: left;
  color: black;

font-size: 15px;
text-align: justify;

}
#menu2 {

padding-top: 15px;
  line-height: 20px ;
  margin-top: 0px;  
margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 0px;
width: 20%;
height: 100%;
  float: right;
  color: black;

font-size: 15px;
text-align: justify;

}


#menu1 a
{
  color: #2A2A7C;
}
#menu1 b
{
font-size: 16px;
color: #b1052a;
}
#corps {
border-left: 1px solid #cccccc;
background-color: #ffffff;
overflow: auto;
  padding : 15px;
	margin-left: auto;
	margin-right: auto;
  padding-right: 10px;

}

#titre
{
font-size: 18px;
color : #f9cb38;
font-weight: bold;
}


#corps h2
{
  margin-top:0px;
margin-bottom:0px;
  color: #2A2A7C;
  padding-right: 25px ;
  background-image : url("images/croix_petite.png");
  background-repeat: no-repeat;
  padding-left: 27px;
  line-height: 27px ;
  font-size: 1.6em ;
  border-bottom: 1px solid #6e6e6e;
  margin-bottom: 5px;
}

#corps h2 a
{
color: #2A2A7C;
}

#footer 
{
  padding: 10px;
  text-align: right;
 width: 1000px;
margin-left:auto;
margin-right:auto;
color: #ffffff;
font-weight:bold;
margin-bottom: 15px;
float:inherit;
}

table td {
  padding: 5px;
}

#droite {
  text-align: right;
}

a
{
  color: #b1052a;

text-decoration: none;
}


a:hover
{
  text-decoration: underline;
}

ul
{
list-style-type:none;
padding-left: 15px;
}

#cadre
{
  padding: 10px;
  border: 1px solid #cccccc;
}

#menuhaut
{
margin-top:0px;
margin-left:200px;
}

#menuhaut2
{
margin-top:0px;
width:804px;

padding-left: 40px;
padding-right:40px;
padding-bottom: 20px;
}

                ul#menuh
		{       
			height: 25px ;
			margin: 10px ;
                        margin-top: 0px;
			padding: 0 ;
			background-color: #2A2A7C ;
			list-style-type: none ;
		}

                #menuh a
                {
                text-decoration: none;
                color : #ffffff;
                }
				
		ul#menuh li
		{
			float: left ;
			text-align: center ;

		}
		
		ul#menuh li a
		{
			width: 163px ;
			line-height: 25px ;
			font-size: 1.2em ;
			font-weight: bold ;
			letter-spacing: 2px ;
			padding-top:10px;

			display: block ;
			text-decoration: none ;
			
		}
		
		ul#menuh li a:hover
		{
			background-image: url(menuh.png);
                        color : #ffffff;
		}

