body{
  	padding: 0 0 0 0;
  	margin:  0 0 0 0;
  	background-color: #222266;  /*Couleur issue du logo */
  	font-family: Arial, "Times New Roman", sans-serif;
	max-width: 1000px;
	min-height: 600px;
	margin-left:  auto;
	margin-right: auto;
}


img{
	border:           none;
	margin:            0px;
	padding:           0px;
	vertical-align: middle;
}


table{
	border:  0px;
	width:  100%;
}



#Header{
  	height: 135px;
	background-color: #ffffff;
}


#header_intro{
	padding-top: 250px;
	padding-bottom: 250px;
  	height: 135px;
	background-color: #ffffff;
}



#header_title{
	float: left;
	width:  50%;
}

h1{
 	color:      #222266;
  	font-family:  Arial;
  	font-size:    large;
  	text-align:  center;
	font-weight:   bold;
}
#h1 :link , #entete_titre :visited{
	color:         #0000bb;
  	text-decoration:  none;
}

#header_logo1{
	width:   20%;
  	float:      left;
	text-align: left;
}

#header_logo2{
	width:      30%;
	float:      right;
	text-align: right;
}



#Center{
	background-color: #ddddff;
	min-height: 610px;
}


#Menu{
  	float:        left;
	width:         25%;
  	text-decoration:     none;
}

#Menu :link, #Menu :visited, #Menu li{
  	text-decoration:     none;
	color: #333388;
}
#Menu :hover{
	color: black;
}

#Menu li{
	margin-top:        5px;
	margin-left:     -12px;
	font-family:     Arial;
	font-size:      medium;
	text-align:       left;
	color:         #3333ff;
	text-decoration:  none;
}

.indication{
	font-size:    x-small;
	margin-left:      5px;
	color:        #000000;
}


#Contenu{
	float:       left;
	width:        75%;
	height: 610px;
  	background-color: #ffffff;
	overflow: auto;
}
#Contenu :link , :visited{
   text-decoration: none;
   color: rgb(0, 0, 128);
}
#Contenu p, li, th, td{
	text-decoration: none;
	font-size:      small;
	color:        #000000;
	margin-left:     15px;
	margin-right:    15px;
	text-align:   justify;	
}





h2{
	margin-left:         15px;
	margin-right:        15px;
	margin-top:           0px;
	margin-bottom:        0px;
	padding-top:          2px;
	padding-bottom:       2px;
	font-size:         medium;
	color:            #ffffff;
	text-indent:         10px;
	font-weight:         bold;
	background-color: #000055;
}

.text{
	text-decoration: none;
	font-size:      small;
	color:        #000000;
	margin-left:     15px;
	margin-right:    15px;
}

.list{
	text-decoration: none;
	font-size:      small;
	color:        #000000;
	margin-top:     -10px;
	margin-left:     10px;
	margin-right:    10px;
	list-style-type: disc;
}




#PiedDePage{
	background-color:     #ffffff;
	height:                  22px;
	border-top: solid 2px #000055;
	width: 100%;
	float: left;
}
#PiedDePage p{
	text-align:     right;
	font-size:    x-small;
	text-decoration: none;
	color:        #000000;
	margin-top:       2px;
	padding-right:    5px;
}
 
 
#valid-xhtml{
	padding-left: 10px;
	float: left;
	width: 20%;
}

#developper{
	float: right;
	width:70%;
}
