/* CSS PROVENANT DU SITE http://webyo.net */

#contenu {
width: 1000px;
margin: 0 auto; /* Centrer la page */
}

#entete {
	background-color: #0066Ec; 
	height: 70px; 
	background-image:url("../custom/graph/entete_centre.gif");
	background-repeat: repeat-x ;}
#entete_logo {
	position:relative;
	float:left;
	left:002px;
	margin-top:04px;
	width:300px;}
#entete_centre {
	float:right;
	margin-right :10px;
	margin-top:08px;
	width:470px;}

#bloc-contenu {
float: left;
width: 100%;
}
#colonne_centre_3col {margin: 0 180px 0 160px; /* Marge droite et marge gauche */}
#colonne_centre_2col {margin: 0 0px 0 160px; /* Marge gauche */}

#colonne_droite {
width: 180px; /* Largeur de la colonne */
margin-left: -180px; /* Marge gauche */
background-color: #6699cc;
float: left;
}

#colonne_gauche {
	float: left;
	margin-top:04px;
	width: 160px; /* Largeur de la colonne */
	margin-left: -996px; /* Marge gauche */
	line-height:0.7em;
	}
#colonne_gauche_haut {
	/*left:2px;*/
	/*top:0130px;*/
	/*width:160px;*/
	margin-top:0px;
	margin-bottom:0px;
	height:18px;
	background-image:url("../custom/graph/colonne_haut.gif");
	background-repeat:no-repeat;
}
#colonne_gauche_centre {
	background-image:url("../custom/graph/colonne_centre.gif");
	background-repeat: repeat-y ;
	/*position:absolute;*/
	/*left:02px;*/
	/*top:20px;*/
	/*margin-top:0px;*/
	/*height:540px;*/
	/*z-index:10;*/
	/*width:160px;*/
	/*text-align:center;*/
}
#colonne_gauche_bas {
	/*position:absolute;*/
	/*top:640px;*/
	margin-bottom:10px;
	/*width:160px;*/
	height:20px;
	/*z-index:12;*/
	background-image:url("../custom/graph/colonne_bas.gif");
	background-repeat:no-repeat;
}
#colonne_gauche_pub160x600 {
	/*position:absolute;*/
	/*left:02px;*/
	top:690px;
	/*width:160px;*/
	height:600px;
	/*z-index:12;*/
	margin-bottom:10px;
}

#footer {
clear: left;
position:relative;
border-top:1px solid #336699;
width: 100%;
font-size:12px;
color: #000;
text-align: center;
padding: 4px 0;
}

.col-int {
padding: 1.0em 1.0em;
}

p, h1, pre {
margin: 0 2em 1em 1em;
}

/*h1 {
font-size: 120%;
padding-top: 1em;
}*/