body
{
   margin: auto;  /* Pour centrer notre page */
   padding-top : 10px ;
   background: #1db0f1;/* ou scroll ;  méga propriete */
   width:800px;
   height:100%;
/*   border-left: 2px solid #fff;
   border-right: 2px solid #fff;
*/   
}

#en_tete
{  
   width: 700px;
   height: 350px;
   background: url("image_site/bienvenue.gif") no-repeat;
   margin: auto;
}

#all
{
   margin: auto;
   width: 800px;
}

#menu
{
    background: none ;
	width:180px;
	height:484px;
	float:left;
}

.element_menu1 ul 
{
    list-style: none;
    padding: 0px;
    margin: 0px;
	padding-top:40px;
}

.element_menu2 ul 
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#menu li
{
	border-top: double 4px #1db0f1;
	margin-left:5px;
	margin-right:5px;
	padding-left:10px;
	padding-top:10px;
}

#menu li a 
{
    font-family: "Arial" ;
    font-size: 15px;
    text-decoration: none;
	display: block;
	height:35px;
}

/* N'oubliez pas de renseigner l'adresse des images que vous avez téléchargé */ 

#menu li:link
{
    color: #000;
    display: block;
}

#menu li:visited 
{
    color: green;
    display: block;
}

#menu li:hover 
{
    color: #fff;
    background: #1db0f1;
	border-top: double 4px #fff;
}

#menu li:active {
    color: #000;
    background: none;
}

#menu li:link
{
    color: #000;
    display: block;
}

#menu li a:visited 
{
    color: green;
    display: block;
}

#menu li a:hover 
{
    color: #fff;
}

#menu li a:active {
    color: #000;
}


a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}


.element_menu1
{
    background: url("image_site/menutop.gif") no-repeat ;
	width:180px;
	height:309px;
}
.element_menu2
{
    background: url("image_site/menubottom.gif") no-repeat ;
	width:180px;
	height:175px;
}

#corps
{
    background: url("image_site/corps.gif") no-repeat;
	width:600px;
	height:650px;
	margin-left:190px;
	padding-top:10px;
}
.contenu
{
	width:550px;
	height:620px;
	margin-left:20px;
	padding-left:5px;
	color:#153361;
	text-indent:15px;
}

#corps ul
{   
   list-style-position:outside;
   list-style-image: url("image_site/ok.png");
   padding:0px;
   margin-left:20px;
}

#corps li
{  
    font-size: 15px;
    text-decoration: none;
}

#corps h1
{
   color: #4878A8;
   text-align: center;
   font-size: 50px;
   font-family: "Monotype Corsiva", Arial, "Times New Roman", Times, serif;
}

#corps h2
{  
   color: #F07830;
   font-size: 25px;
   text-align: left;
}

#corps h3
{
   padding-left: 50px;
   color: #813B81;
   font-size: 20px;
   text-align: left;
}

#corps h4
{
   padding-left: 50px;
   color: #17A768;
   text-align: left;
}

#pied_de_page
{
   margin: auto; 
   height:80px;   
   padding-top: 2px;
   clear: both;
   text-align: center;
   text-decoration: none;
   background: url("image_site/pied.gif") no-repeat;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#pied_de_page a 
{
    font-size: 15px;
    text-decoration: none;
}

#pied_de_page a:visited 
{
    color: green;
    display: block;
}

#pied_de_page a:hover 
{
    color: #1db0f1;
}

#pied_de_page a:active 
{
    color: #000;
}

.espacemot
{
word-spacing : 25px ;
}

.nonespacemot
{
word-spacing : normal ;
}


.hoverbox
{
	cursor: default;
	list-style: none;
	margin-left: 20px;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: 100px;
	left: -85px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 151px;
	height: 75px;
}

.hoverbox li
{
	background: #efefef;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #efefef;
	border-width: 2px ;
	width: 300px;
	height: 149px;
}

.W3C {
   font-size: 10px;
   margin:0 auto 10px;
   padding:5px;
   text-align:center;
   width:300px;
}

