/* Définition de la police de caractères pour tout le site */
* {
 font-family : Verdana, Arial, Helvetica, sans-serif;

}
body	
	{
	background-image : url('images/fond_bis.jpg') ;
 font-size : 14px;
	margin: 0;
	padding: 0;
	text-align: center; /* pour corriger le bug de centrage IE */
	}

#boite_0 /* elle contient toutes les autres boites et Définition du fond d'écran*/
	{ 
	background-color : #000000;
	background-image : url('images/fond_04.jpg') ;
	background-repeat : no-repeat;
	position: relative; 
	padding-top:10px ;
	padding-bottom:10px ;
	margin-left: auto;
    	margin-right: auto;
	width:1024px; 
	text-align: left; /* on rétablit l'alignement normal du texte */
	}


/* Dï¿½finition du menu */
.menu {
	float: left;
	width:150px;
	padding-top :180px;
	padding-left:100px;

}
.menu h1 {
color : #d3031f;
font-size: 12px;
font-weight: bold;
margin-bottom:3px;
}
.menu ul {
list-style-image: url('images/puce_rouge.png');
list-style-type: square ;
margin-left:0px;
margin-top:0px;
padding-left: 15px;
font-size: 12px;
}
.menu li {
color : #ffffff;
 font-size : 12px;
}

.menu li span {
color: white;
}

.menu li a {
text-decoration: none; 
color: #ffffff;
}

.menu li a:hover {
color:#ddb263;
}

/* Pour afficher le contenu dans un cadre ï¿½ bords ronds extensible */

.contenu_page {
	padding-top :130px;
	padding-left:250px;
}
		.boite1 {

			width:95%;
			background-image:url('images/gauche.png');
			background-repeat: repeat-y;
			background-color : #000000;
		}
		.boite2 {

			background-image:url('images/droit.png');
			background-repeat: repeat-y;
            background-position: right;
		}

		.haut {
            height:48px;
            background-image:url('images/haut.png');

		}

		.haut img {
		    vertical-align:top; /* pour ie5*/
		}
		.coin_gh {
           			width:22px;
				height:48px;
				background-image:url('images/angle_haut_gauche.png');
				float: left;

			}
		.coin_dh {
				width:28px;
				height:48px;
				background-image:url('images/angle_haut_droit.png');
				float: right;

			}
		.contenu {
			padding: 0 32px 0 25px;

		}

		.contenu p {
			color : #ddb263;
			margin: 0px;
			text-indent: 20px;
		}
		.contenu h1 {
			color : #ddb263;
			margin: 0px;
			text-indent: 20px;
			font-size: 14px;
			font-weight: bold;
		}
		.contenu a {
			text-decoration: none; 
			color: #ffffff;			
			font-size: 14px;
			font-weight: bold;
		}
		.contenu a:hover {
			text-decoration: none; 
			color: #ddb263;			
			font-size: 14px;
			font-weight: bold;
		}
		
		
		
.contenu ul {
list-style-image: url('images/puce_rouge.png');
list-style-type: square ;
margin-left:0px;
margin-top:0px;
padding-left: 15px;
}
.contenu li {
color : #ddb263;
margin-left:20px;
margin-right:20px;
}
.ressource {
float: left;
}
.resource ul {
list-style-image: url('images/puce_rouge.png');
list-style-type: square ;
margin-left:0px;
margin-top:0px;
padding-left: 15px;
font-size: 12px;
}
.ressource li {
color : #ffffff;
 font-size : 11px;
}		
		.float {
			float: left;

		}
		.float p {
			text-align: center;
		}
		.droite  {
			float: right;
		}




.centre
{
margin : auto ;
}
.fin
{
clear : both ;
}
		.bas {
			 height:25px;
			background-image:url('images/bas.png');
		}
			.coin_gb {
                width:22px;
				height:25px;
				background-image:url('images/angle_bas_gauche.png');
				float: left;
			}
			.coin_db {
                width:28px;
				height:25px;
				background-image:url('images/angle_bas_droit.png');
			    float:right;
			}
			

form {
background-image : url('images/fond_bis.jpg') ;
/*background-color:#1d2d16;*/
padding:10px;
width:97%;
}

textarea {
border:1px solid #d3031f;
background-color:#000000;
color:#ddb263;
}

input.bouton {
border:1px outset #d3031f;
background-color:#000000;
color:#ddb263;
cursor:pointer;
}

label {
color:#ddb263;
}
p img
{
border: none;
}
.pied_page
{
clear: left;
padding-left:100px;
}
.menu_pied_page
{
	color:#ddb263;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	letter-spacing: 4px;
	height: 14px;
}
.menu_pied_page a
{
text-decoration: none; 
color: #ffffff;
}
.menu_pied_page a:hover
{
color:#ddb263;
}


