/* CSS par Dig pour http://www.kits-gratuits.net */

* { margin:0;padding:0; }

html {
	height:100%;
	background:#4E4E4E;
background-image:url(images/interface/bg.jpg) 




}

a.title {
	color:#FF0000;
	text-decoration:none;
	font-weight:bold;
}



a.title:hover {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

body {
	height:0%;
	font:normal 0.7em "Trebuchet MS",Verdana,Helvetica,sans-serif;
	
}

#page {
	width:808px;
	margin-left:auto;
	margin-right:auto;
	background:url('./images/interface/fond.jpg') repeat-y;
}
#formulaire {
	width:600px;
margin: center;
}

#partie_gauche {
	float:left;
	width:200px;
	margin-left:4px;
	display:inline;
}

h1#header {
	width:200px;
	height:175px;
	background:url('./images/interface/E03.jpg') top no-repeat;
	text-indent:-9000px;
}

#menu {
	width:200px;
	text-align:center;
}

#menu h2 {
	letter-spacing:4px;
	font-size:1em;
	color:#FFFFFF;
	font-weight:normal;
	margin:10px;
}

#menu ul {
	list-style-type:none;
	width:200px;
	margin-top:10px;
}

#menu li {
	width:170px;
	height:32px;
	border-top:1px solid #4F4F4F;
	margin-left:15px;
}

#menu a {
	display:block;
	width:170px;
	height:25px;
	text-decoration:none;
	color:#9F9F9F;
	padding-top:5px;
}

#menu a:hover {
	display:block;
	width:170px;
	height:25px;
	text-decoration:none;
	color:#9F9F9F;
	background-color:#4F4F4F;
}

#partie_droite {
	width:600px;
	float:left;
}

#partie_droite p, h3 {
	padding:10px;
}

#barre_haut {
	background-color:#000000;
	width:100%;
	height:20px;
	color:#FFF;
	font-size:1.1em;
	padding-top:2px;
	text-align:center;
}

#bloc {
	width:350px;
	float:left;
}

#gallerie {
	width:250px;
	float:left;
}

#gallerie img {
	border:1px double #EFEFEF;
}

#gallerie img:hover {
	border:1px double #A3A3A3;
}






caption /* Titre du tableau */
{
   margin: auto; /* Centre le titre du tableau */
   font-family: Arial, Times, "Times New Roman", serif;
   font-weight: bold;
   font-size: 1.2em;
   color: #FFFFFF;
   margin-bottom: 20px; /* Pour éviter que le titre ne soit trop collé au tableau en-dessous */
}

table /* Le tableau en lui-même */
{
   margin: auto; /* Centre le tableau */
   border: 0px outset white; /* Bordure du tableau avec effet 3D (outset) */
   border-collapse: collapse; /* Colle les bordures entre elles */
}

th /* Les cellules d'en-tête */
{
   background-color: #FFFFFF;
   color: white;
   font-size: 1.1em;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
}

td /* Les cellules normales */
{
   border: 0px solid black;
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   text-align: center; /* Tous les textes des cellules seront centrés*/
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}
