/* CSS Document */
BODY{
	background-color:#C60000;
	margin:0;
	font-family:Arial;
	}

TABLE.general{
	width:100%;
	height:100%;
	font-family:Arial;
	}
	
td.gen_bandeau{
	height:106px;
	}
	
td.gen_gauche{
	background:url(../images/fond_gauche.gif) right 0;
	background-repeat:no-repeat;
	width:50%;
	}

td.gen_droit{
	background:url(../images/fond_droit.gif) left 0;
	background-repeat:repeat-x;
	width:50%;
	}

td.gen_bas{
	vertical-align:top;
	height:117px;
	}

#boutons{
	margin:0px;
	height:50px;
	}

a.bouton{
	width:180px;
	height:30px;
	float:left;
	margin-left:10px;
	margin-bottom:20px;
	}
	
img.bouton-on{
	width:180px;
	height:30px;
	float:left;
	margin-left:10px;
	margin-bottom:20px;
	}
	
#bouton01{
	background:url(../images/bt01.gif);
	}
#bouton01:hover{
	background:url(../images/bt01.gif) 0 -30px;
	}

#bouton02{
	background:url(../images/bt02.gif);
	}
#bouton02:hover{
	background:url(../images/bt02.gif) 0 -30px;
	}
	
#bouton03{
	background:url(../images/bt03.gif);
	}
#bouton03:hover{
	background:url(../images/bt03.gif) 0 -30px;
	}

#bouton04{
	background:url(../images/bt04.gif);
	}
#bouton04:hover{
	background:url(../images/bt04.gif) 0 -30px;
	}
	
	
#bouton_contact{
	background:url(../images/bt_contact.gif);
	width:180px;
	height:30px;
	display:inline-block;
	}
	
#bouton_contact:hover{
	background:url(../images/bt_contact.gif) 0 -30px;
	}

td.contenu{
	background-image:url(../images/fond_milieu.jpg);
	width:760px;
	background-color:#EBA6A6;
	background-repeat:no-repeat;
	vertical-align:top;
	}

.contenu P{
	font-size:10pt;
	margin-left:30px;
	margin-right:30px;
	font-weight:bold;
	}

