body
{
	background-image:url('http://www.eilati.fr/design/images/fond2.jpg');
	background-color:#d9effc;
	/*font-size:100%;*/
	width:1100px;
	margin:auto;
	background-repeat:repeat-x;
	background-attachment: fixed;
}

#tout
{
	border-left:1px solid black;
	border-right:1px solid black;
	background-color:white;
	width:93%;
	margin:auto;
}

#header
{
	width: 1023px;
	height: 130px;
	background-position:center; 
	margin:auto;
}

#corps
{
	width: 61.52%;
	padding:10px;
	margin-left:18%;
	/*border-left:1px solid black;
	border-right:1px solid black;
	min-height:875px;*/
}

/* mise en forme de la speedbar */
#speedbar
{
	width:100%;
	height:44px;
	min-width:800px;
	background-image:url('images/speedbar.PNG');
}

#speedbar a
{

	display:block;
	float:left;
	width:33.1%;
	height:33px;
	border:none;
	text-align:center;
	border:1px solid black;
	padding-top:10px;
}

#speedbar a:hover
{
	color:#4B95C0;
	text-decoration:none;
}

/* mise en forme du menu gauche*/
#menu_gauche
{
	/*border-right:1px solid black;*/
	width:18%;
	float:left;
}

#menu_gauche h3
{
	margin-left:10px;
}

#menu_gauche ul
{
	list-style-image: url("puces.png");
}

/* mise en forme du menu droit */
#menu_droite
{
	width:18%;
	float:right;
}

#menu_droite h3
{
	margin-left:10px;
}

#menu_droite ul
{
	list-style-image: url("puces.png")
}

.sous_menu_pub
{
	margin-left:15px;

}

.sous_menu
{
	background-image:url("images/menu_contour.png");
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:5px;
}

/* Mise en forme du footer */
#footer
{
	clear:both;
	border-top:1px solid black;
	padding:5px;
	text-align:center;
}

/* Mise en forme des liens */
a
{
	color:#37779D;
	text-decoration:none;
}
a:hover
{
	color:#4B95C0;
	text-decoration:underline;
}

/* Annule les bordures des images liens */
a img
{
	border:none;
}

/* Mise en forme des tableaux */
table
{
	background-color: #00487D;
	border-collapse:collapse;
}
th
{
	background-color: #0066B3;
	border: 1px solid black;
	background-image:url("images/barre_titre.jpg");
}
td
{
	border: 1px solid black;
	background-color: #BFE4FF;
	vertical-align:top;
}

/* mise en forme des labels (alignement) */
label
{
	display:block;
	width:100px;
	float:left;
}

/* Mise en forme divers */
.derniere_edition
{
	font-size:0.8em;
	text-indent:30px;
	margin-top:20px;
}

.apercuMonstre
{
	vertical-align:middle;
}

h1
{
	color:teal;
}

/* Mise en forme des uploads */
.img_flt_left
{
	float:left;
	display:block;
	margin:10px;
}
.img_flt_left img
{
	width:150px;
	height:150px;
}
.cleaner
{
	clear:left;
}

/* Mise en forme des aper&#231;us */
.img_flt_left_apercu
{
	margin:10px;
}
.img_flt_left_apercu img
{
	width:40%;
	height:40%;
}

/* Mise en forme du tableau de l'exp&#233;rience */
.exp_niveau
{
	width:30%;
	text-align:center;
	background-color:silver;
}
.exp_exp
{
	width:30%;
	text-align:center;
	background-color:silver;
}

/* Module de recherche */
.lbl_src
{
	display:inline;
	float:none;
}

.cle_src
{
	background-color:yellow;
}

#menu_search
{
	margin-left:10px;
	text-align:center;
}
