html, body{
  	padding: 0 0 0 0;
  	margin:  0 0 0 0;
	background-color: #ffffff;
  	font-family: Arial;
}

img{
	border:           none;
	margin:            0px;
	padding:           0px;
	vertical-align: middle;
}


table{
	border:  0px;
}

#Page{
}








#Entete{
  	height: 130px;
}

#entete_titre{
  	width:         60%;
	float:        left;
  	color:      #222266;
  	font-family:  Arial;
  	font-size:    large;
  	text-align:  center;
	font-weight:   bold;
}

#entete_logo1{
  	width:     20%;
  	float:    left;
}

#entete_logo2{
  	width:        20%;
	float:      right;
	text-align: right;
}

#entete_titre :link , #entete_titre :visited{
	color:         #0000bb;
  	text-decoration:  none;
}





#Centre{
}


#Menu{
  	text-align:   left;
  	float:        left;
  	width:       250px;
  	height:      850px;
  	background-color: #ddddff;
  	text-decoration:     none;
}

#Menu :link, #Menu :visited{
}
#Menu :hover{
}

#Menu li{
}

.indication{
}


#Contenu{
	float:               left;
	width:              650px;
	height:             850px;
  	background-color: #ffffff;
}
#Contenu :link , :visited{
   text-decoration: none;
   color: rgb(0, 0, 128);
}
#Contenu p{
	text-decoration: none;
	font-size:      small;
	color:        #000000;
	margin-left:     15px;
	margin-right:    15px;
	text-align:   justify;	
}




.titre{
	margin-left:         15px;
	margin-right:        15px;
	padding-top:          2px;
	padding-bottom:       2px;
	font-size:         medium;
	color:            #ffffff;
	text-indent:         10px;
	font-weight:         bold;
	background-color: #000055;
}

.texte{
	text-decoration: none;
	font-size:      small;
	color:        #000000;
	margin-left:     15px;
	margin-right:    15px;
}

.liste{
	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;
   	width:                  900px;
	height:                  15px;
	margin-right:             5px;
	text-align:             right;
	border-top: solid 2px #000055;
}
#PiedDePage p{
	font-size:    x-small;
	text-decoration: none;
	color:        #000000;
	margin-top:      -1px;
}
