/* style general */

body {
	font-family: tahoma, verdana, arial;
	background-color: #cccccc;
	color: #666666;
	background-repeat: repeat;
	background-position: left top;
	background-image: url("Fond/Trame_Forum.png");
	border-width: 0px;
	font-size: 12pt;
	margin: 0px;/* top right bottom left */
	padding: 0px;
}


img {
	border: 0px;
}




a:link { color:#0099cc;
	text-decoration:none;
	font-size: 11pt;

}
a:visited { color:#9999ff;
	text-decoration:none;
	font-size: 11pt;
}

a:hover { color:#99cccc; 
	text-decoration:underline;
	font-size: 12pt;

}

a:active { color:#ffcc00;
	text-decoration:none;
	font-size: 12pt;
}




/* style page charte graphique */
#conteneur {
	position: absolute;
	width: 1000px;
	left: 50%;
	margin-left: -500px;/* position de la mise en page par rapport au bord gauche */
}

#header {
	width: 1000px;
	left: 50%;
}
#gauche {
	position: absolute;
	width: 240px;
	left: 50%;
	margin-left: -500px;/* position de la mise en page par rapport au bord gauche */
	margin-top:10px;
}

#centre {
	margin-left: 250px;/* distance au bord gauche */
	margin-top:10px;
}


#pied {
	position: absolute;
	width: 1000px;
	left: 50%;
	margin-left: -500px;/* position de la mise en page par rapport au bord gauche */
	margin-top: 5px;
}






/* style cadre 2sections index*/
#Index_top {
	padding-top: 40px;
	background: url('Fond/Index_Top.png') top left no-repeat;
	width: 580px;
}
#Index_bas{/* arrière-plan bas et sur l'ensemble du cadre */
	background: url('Fond/Index_Bas.png') bottom left no-repeat;
	padding-bottom: 40px;
	text-align: justify;
}
#Index_bas p {/* haut bas droite gauche*/
	margin: 0px 0px 10px 10px;
}

#index1p {
	position: absolute;
	width: 1000px;
	margin-top: 20px;
	left: 50%;
	margin-left: -500px;/* position de la mise en page par rapport au bord gauche */
}





/* style table index */
.table{
	text-align: justify;
	width: 550px;
	font:16px tahoma, verdana, arial;
}
.Colonne_g{
	width:120px;
	text-align: center;
}
.Colonne_d{
	width:430px;
	height: 80px;
	font-weight: 500;
}
tr{
	text-align:left;
}





/* style cadre 2sections PREVISION */
#Build_top {/* conteneur global et arrière-plan du titre du cadre */
	background: url('Fond/Build_Top.png') top left no-repeat;
	width: 240px;
	margin-left: 10px;
	padding-top: 50px; /* distance entre la partie haute et basse */
}
#Build_bas {/* arrière-plan bas et sur l'ensemble du cadre */
	background: url('Fond/Build_Bas.png') bottom left no-repeat;
	padding-bottom: 30px; /* distance entre la partie haute et basse */
}
#Build_bas p {/* haut gauche bas gauche*/
	margin: 0px 30px 0px 10px;
	font-size: 10pt;
}



/* style script webmaster */
.script {
width: 800px;
border:1px dashed #ffffcc;
text-align:left; 
}

.script tr td{
font-size: 13px;
background-color: #64ef88;
border:none
}


.code {
width: 700px;
border:1px dotted silver; 
}

.code tr td{
font-size: 12px;
background-color: #ffffcc;
color: #8080ff;
border:none
}
