@charset "utf-8";
/* CSS Document */

/*---------- texte */
body
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.titre
{
	font-weight:bold;
	font-size:12px;
}
.gras
{
	font-weight:bold;
}
.commentaire
{
	font-weight:lighter;
	font-style:inherit;
	color:#CCCCCC;
}
/*---------- liens */
#menu
{
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	/*color:#066bc7;*/
	color:#E60000;
	border-bottom:1px solid #CCCCCC;
	display:block;
}
#menu:hover
{
	margin-left:5px;
	text-decoration:underline;
	display:block;
}

#bouton_1
{
	background-color:#CCCCCC;
	color:#000000;
	text-decoration:none;
}
#bouton_1:hover
{
	background-color:#000000;
	color:#FFFFFF;
}
/*---------- tableaux */
table
{
	border:0px solid #000000;
	margin-left:auto;
	margin-right:auto;
}
td
{
	border:5px solid #FFFFFF;
}

/*---------- puces */
#menu_puce
{
	list-style-image:url(img/menu_puce.jpg);
}
#titre_puce
{
	list-style-image:url(img/titre_puce.jpg);
}

/*---------- conteneurs */
#conteneur
{
	width:720px;
	border:1px solid #FFFFFF;
	margin-left:auto;
	margin-right:auto;
}
#header
{
	width:718px;
	height:120px;
	border-bottom:1px solid #000000;;
	background-image:url(./img/haut.jpg);
}
#centreLigne
{
	width:718px;
	display:table-cell;
	border:1px solid #FFFFFF;
}
#gauche
{
	width:200px;
	float:left;

}
#droit
{
	width:500px;
	border-left:1px solid #000000;	
	float:left;

}
#footer
{
	width:718px;
	border-top:1px solid #000000;	
}

/*---------- boutons */
input[type=submit] 
{
	border:0px;
}
/*---------- formulaire */
input[type=text]
{
	border:1px solid #000000;
	background:#CCCCCC;
}