/*en-tête de feuille*/
#haut {
	width: 1000px;
	height: 98px;
	background-color:transparent;
	border-color:white;
	border-style:solid;
	border-width:0px;
	padding: 0px;
	}


h1{
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #FFFF99 ;
	font-size: 40px ;
	font-weight: 400 ;
	margin-left: 25px;
	float: left;
	padding-top: 20px;
	}

.img_droite{
	float: right;
	margin-top: 0px;
	width: 92px;
	display: inline-block;
	}
	
.separation{
	clear: both;
	height: 4px;
	width: 1050px;
	
	}

/*barre de navigation*/
#nav2{
	width: 100px;
	height: 32px;
	margin-left: 900px;
	border: none;
	
	}


/*corps de la page et ses tableaux*/

body{
	margin: auto;
	background-color: #000033 ; 
	font-family: Verdana, Arial, Helvetica, sans-serif ; 
	color: #FFFF99 ;
	font-size: 12pt ;
	background-image: url(../images_index/plancheaccueil1_1000x666_29k.jpg);
	background-repeat: repeat;
	} 

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif ; 
	color: #FFFF99 ;
	font-size: 16px;
	font-weight: bold;
	margin-left: 25px;
	}
	
p{
	font-family: Verdana, Arial, Helvetica, sans-serif ; 
	color: #FFFF99 ;
	font-size: 14px;
	margin-left: 80px;
	margin-right: 20px;
	}
	
	
	
/* ~~ Sélecteurs d'éléments/balises ~~ */

ul, ol, dl { 
	padding: 0;
	margin: 0;
	}
	
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
	}
	
a img { 
	border: none;
	}
	
img {
	border: none;
	}

/* ~~ La définition du style des liens  ~~ */
a:link {
	color:#FFF;
	text-decoration: underline; 
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}



/* ~~ ce conteneur entoure toutes les autres divs ~~ */
.container {
	width: 80%;
	max-width: 1260px;
	min-width: 1100px;
	background-color: #000033 ;
	margin: 10px auto; 
}

.header {
	background: #000000;
	padding-top: 15px;
	padding-left: 30px;
	}


.content {
	padding: 10px 0	0 0px;
	}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

	
/*la mise en forme des tableaux*/

table {
	width: 1100px;
	margin: auto;
	border-color: white;
	border-style: solid;
	border-width: 0px;
	}
td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #FFFF99;
	text-align:left;
	background-color:transparent;
	border-color:white;
	border-style:solid;
	border-width:0px;
	}


.photo
	{
	text-align:center;
	width: 500px;
	height: 272px;
	}
.pas_photo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #FFFF99;
	text-align:left;
	background-color:transparent;
	border-color:white;
	border-style:solid;
	border-width:0px;
	padding-left: 20px;
	padding-right: 20px;
	width: 500px;
	height: 272px;
	}

/*le bouton retour vers l'accueil*/
.retour_ac{
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif ; 
	color: #FFFFFF
	font-size: 17px;
	text-decoration: none;
	margin: auto;
	margin-bottom: 20px;
	}
	
/*mise en forme des pages avec des photos agrandies*/

div#centre1{
	font-family: Verdana, Arial, Helvetica, sans-serif ; 
	color: #FFFF99 ;
	font-size: 16px;
	margin: auto;
	width: 900px;
	text-align: center;
	}
div#centre2{
	font-family: Verdana, Arial, Helvetica, sans-serif ; 
	color: #FFFF99 ;
	font-size: 16px;
	margin: auto;
	width: 900px;
	text-align: center;
	}
	

/*bouton retrour vers l'accueil*/	
	
.retour ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height : 30px;
	text-align : center;
	}
	
.retour {
	font-weight : 400;
	font-family: arial, "arial black", "times new roman", times, serif;
	font-size : 14px;
	list-style-type: none;
	}

.retour a{
	display: block;
	width: 80px;
	border: 1px solid black;
	padding: 0px;
	color: #FFFF00;
	background: #222222;
	margin: 0 5px;
	text-decoration: none;
	text-align: center;
	font-family: arial, "arial black", "times new roman", times, serif;
	font-size: 14px;
	list-style-type: none;	
	}
.retour li{
	float: left;
	margin-left: 400px;
	margin-top: 10px;
	border-right : 1px solid #fff;
	border-right: 1px solid transparent;
	} 

/* ~~ Pied de page ~~ */
.footer {
	padding: 10px 0;
	background: #456;
}

/* ~~ menu du Pied de page ~~ */

ul#menu_bas {
	margin: 0;
	padding: 0;
	text-align: center;
	font: bold 12px Georgia, Times, serif;
	list-style-type: none;
	}
	
#menu_bas li {
	display: inline;
	list-style: none;
	}
	
#menu_bas a {
	color: lime;
	text-decoration: none;
	line-height: 25px;
	margin: 0 30px;
	}
#menu_bas a:hover , #menu_bas a:focus {
	color: orange;
	}

