/* Feuille de style de mon_site */
* {
	margin: 0;
	padding: 5;
} /*marge exterieur =0 et marge interieur =0 */

/* Caractéristiques générales */
body {
	margin: 0 0;
	text-align: left;
	background: rgb(255,255,153); /* couleur de fond du site en général */
	color: white; /*couleur de la police en general*/
	font-family: "Trebuchet MS", helvetica, sans-serif;
	font-size: 12px;
}
	
body p{ margin-bottom: 0; }

body a{
	text-decoration: none;
	color : #FFFF99;/*couleur du texte des liens */
}

body a:hover{/*evenement lorsque la souri passe sur un lien*/
	color: white;/*couleur de la police*/
	background: 0;/*couleur du fond*/
	}

body span{font-weight: bold;}

body h1 { font-size: 30px; }

body h2 { font-size: 20px;}

body h3 { 
		font-size: 20px;
		text-decoration:blink;
		Color:red;
	}

body h4 { font-size: 18px; }

body h5 { font-size: 14px; }

body h6{
		font-size: 14px;
		text-decoration:underline;
	}
	
table{
		border-collapse: collapse;
	}

tbody {
		border: 1px solid white;
		
		
	}
th{
	width: 875px;
	text-align: center;
	vertical-align: center;
	background-color: #990000;
	border: 1px solid white;
	padding:10 10 10 10;
}	
td{
		width: 180px;
		text-align: center;
		vertical-align: center;
		border: 1px solid white;
	}

/* Caractéristiques de la mise en page générale */
#contener {
	width: 1200px; /*largeur du site*/
	margin: 0 auto; /*couleur fond du site en lui meme*/
	background-color: #990000;
}
	.titre_menu{/*titre des menus*/
		text-align: left; /*position du texte*/
		font-size: 20px; /*taille caracteres*/
		padding-left: 5px;
	}

	.liens_menu{/*caracterisque des liens*/
		margin-left: 5px; /*marge exterieur gauche*/
		margin-top: 5px; /*marge exterieur haute*/
		text-align: left;/*positionnement des liens*/
		font-size: 16px;/*taille des caracteres*/
		font-weight: bolder;
	}
	.table_1{
		border: 1px solid white;
	}
	
	#header {
		width: 100%; /*largeur de l entete*/
		height : 180px; /*hauteur de l'entete*/
		background-image: url(images/banniere31.gif); /*couleur de fond de l'entete ex rgb(46,137,22)*/
		background-repeat:no-repeat;
		margin-bottom : 0px; /* marge exterieur en bas de l'entete*/
	}
		#titre{
			float: center;
			margin-left: 10px;
		}
		
		#head_info{ /*balise : a verifier*/
			position: absolute;/*positionnement du texte dans l'entete à droite*/
			top: 10px;
			left: 1160px;
			margin-right: 5px; /*marge a droite du texte dans l entete*/
			margin-top: 5px; /* marge de haut idem*/
			font-size: 14px; 
			background: 0; 
			padding: 5px;
			color: white;/*couleur de la police*/
			text-align:center;
			font-weight: bold;
		}
			#head_info a{/*caracteristique concernant le liens dans l entete*/
				color: white;/*couleur de la police*/
			}
			
			#head_info a:hover{/*evenement lorsque la souri passe sur ce lien*/
				color: white;/*couleur de la police*/
				background: green;/*couleur du fond*/
			}
		
	
	#left {/*menu de gauche*/
	float: left;/*positionnement*/
	width: 120px; /*largeur*/
	height:570px;/*hauteur*/
	color: white; /*couleur titre menu gauche*/
	font-weight: bold;
	margin-bottom: 0px; /*marge exterieur en bas*/
	background-image: url(images/bandeau3.gif); /*couleur de fond de l'entete ex rgb(46,137,22)*/
	background-repeat:no-repeat;
	line-height: 30px; /*hauteur de ligne*/
	padding-top: 20px;
	}
	
	#left .liens_menu{
		line-height: 30px;
	}
		
	
	#center {
	float: left;/*position de la partie centrale*/
	width: 960px; /*largeur de la partie centrale du site*/
	height : 100%;/*hauteur de la partie centrale du site*/
	margin-left: 0px;/*marge exterieur gauche*/
	margin-bottom: 0px;/*couleur du fond*/
	background-color: #990000;
	}
		#center_pub{
			position: center;
		}
			
		#pages {
	width: 960px; /*largeur de la page comprenand le texte*/
	height : 100%;/*couleur du fond dela page*/
	background-color: #990000;
		}
			
			#titre_page {
				margin-left: 10px;
				text-align: center;
>
			}
		
			.texte_page {
	width: 900px;
	margin-top : 10px;
	margin-left:20px;
	text-align: justify;
	font-size: 15px;
	color: white;
	margin-right: 30px;
			}
			
				.image_page {
				float: left;
				clear: both;
				padding-right: 0px;
				margin-top: 5px;
				margin-right: 5px;
				border: 1px solid white;
				}
								
				.liens_footer {
	text-align:center;
	padding-top: 5px;
	font-size: 14px;
	color: white;
	background-color: #990000;
				}
	
	#right {
	float: right;
	width: 120px;
	height:570px;/*hauteur*/
	margin-left: 0px;
	margin-bottom: 0px;
	background-image: url(images/bandeau3b.gif);
	background-repeat:repeat-x;
	padding-top: 20px;
	}
	
	#right #right_pub{
		margin-top: 0px;
		margin-bottom: 0px;
	}

	#pop1 {
	position: absolut; /*positionne la fenetre a partir de l angle en haut a gauche*/
	top: 50px; /*nbres pixls depuis le haut du site*/
	left: 220px; /*nbres de pixels depuis la droite du site*/
	width: 500px;/*largeur de la fenetre*/
	border: 10px inset white; /*couleur du fond*/
	z-index: 500; /*renseigne l'ordre d'affichage*/
	text-align: left;/*position du texte*/
	background-color: #990000;
	}
	
		.close{ 
			float: right; 
			width: 60px; 
			margin-right: 5px; 
			text-align: center; 
			margin-top: 5px;
			font-weight: bold;
			font-size: 14px;
		}
		
		.texte_popup{ 
			width: 480px; 
			margin-left: 10px;
			margin-top: 35px; 
			font-size: 13px;
			text-align: justify;
			padding-bottom: 15px;
		}
			.image_popup{ 
				float: left;
				clear:both;
				padding-right: 5px;
				margin-top:5px;
			}
				.image_popup a:hover{
						background: none;
					}
		.foot_popup {
			clear: both;
			width: 100%;
			height: 35px;
			text-align:center;
			font-size: 13px;
		}
	
		
#pages .texte_page p {
	margin-left: 180px;
}



#pages .Style2 {
	float: right;
}
#pages .texte_page blockquote {
	font-size: 15px;
	margin-left: 290px;
}



#pages .image_page {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}


#pages p {
	margin-left: 40px;
	font-size: 14px;
}
#pages h6 {
	margin-left: 30px;
}

