@charset "utf-8";
/* CSS Document */

body
{
	width: 780px;
	background-color: #393; /*#FFF; */
	margin:auto; /*Pour centrer l'image */
	margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. */
   	margin-bottom: 20px;  /* Pour éviter de coller avec le haut */
}

#en_tete
{
	background-image: url("entetes/Entetes.gif");/*image de fond */
	width: 780px;/*dimensions de l'image*/
    height: 100px;
	margin-bottom:10px;
}

#menu
{
   float: left;  /*menu dispose a gauche*/
   width: 155px; /*largeur du menu*/
}

.element_menu
{
	background-color:#FFF;			
	border:2px solid #3C0;			
	margin-bottom:5px;
	
}
/* Quelques effets sur les menus */
.element_menu h3
{	
	background-image:url("icones/tick_32.png"); /*image a cote du txt*/
	margin-left: 10px;
	width:120px;
	height:30px;
	background-repeat: no-repeat;
	color: #060;/*couleur du txt*/
	font-family:Arial, "Arial Black", "Times New Roman", Times, serif;
	padding-left:30px;/*30 px de la marge de gauche*/
	padding-top:10px; /*30 px du haut*/
}
.element_menu ul
{
	background-image:url("/home_16.png");
	background-repeat: no-repeat;
	list-style-type:none; /*pas de petit bouton a cote du txt*/
	padding-left: 25px;
	margin:0px;
	margin-bottom:5px;
}

.element_menu a
{
	color: #3C0;
	text-decoration: none;
}

.element_menu a:hover
{
	/*background-color:#B3B3B3;*/
	color:blue;
}

#corps
{
   margin-left: 170px;
   margin-bottom: 10px;
   padding: 5px;  
   color: blue;
   background-color: #FFF;
   /*background-image: url("gif/logosmash.gif");
   background-repeat: none;
   width: 300px;
   height: 200px;*/
   border: 2px solid #3C0;
}

#corps h1
{
	color: #060;
	font-variant: small-caps;
	font-size: xx-large;
	text-align:center;
}

#corps h2
{
	background-image: url("icones/balping.gif");
	background-repeat: no-repeat;
	height: 50px;
    padding-left: 45px; /*txt a 45px de la gauche*/
    color: #060;
    text-align: left;
}

#pied_de_page
{
   padding: 5px;
   clear: both;
   text-align: center;
   color: blue;
   background-color: #FFF;
   border: 2px solid #3C0;
   /*font-family: Arial, "Arial Black", "Times New Roman", Times, serif;*/
}

img
{ 
	/*border: 2px solid green;*/
	padding-left: auto;
}

marquee
{
	background-color: #3C0;
	color: #03F;
}
