a
{
}

a:visited		/*couleur du lien lorsque la page a été déjà visitée*/
{
color:blue;
}

p
{
text-indent: 20px;
}

h1
{
font-size: 40px;
text-align:center;
}

h3,h2
{
text-align:center;
}

h2
{
font-size: 30px;
}


body
{
   width: 950px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-color:rgb(165,198,57);
}

#en_tete
{
   margin:auto;
   /*
   margin-left: 20px;
   margin-right: 20px;
   */
   margin-bottom: 10px;/*éviter de coller les blocs*/
   width: 950px;/*auto*/
   height: 150px;
   -moz-border-radius : 30px;
   background-image: url("images/header.jpg"); 
   background-repeat: repeat;
   
}

#menu_horiz
{
   margin:auto;
   margin-bottom: 10px;/*éviter de coller les blocs*/
   width: 950px;/*auto*/
   height: 75px;      
}

#menu
{
   float: left;
   margin:auto;
   /*
   margin-left: 20px;
   */
   width: 150px;
   height: auto;
   padding: 5px;
   text-align:center;
   list-style-type:none;
   background-color:white;
   -moz-border-radius : 30px;
}

#menu a
{
display:block;
text-decoration:none;
line-height: 35px;
}

#menu .menulist li
{
margin-left : -40px;
list-style-type:none;
}

#menu .acceuil a
{
text-indent:inherit;
background-image: url("images/button_accueil.jpg");
}

#menu .gotsubmenu a
{
text-indent:inherit;
background-image: url("images/bouton_menu.jpg");
}

#menu .submenu
{
line-height: 35px;
margin-left : -40px;
background-image: url("images/bouton_listes2.jpg");
}

.sous_menu h3
{
text-align:center;
}

.sous_menu ul
{
}

#corps
{
margin: auto;
margin-left: 165px;
margin-right: 20px;
margin-bottom: 20px;
padding: 5px;
width: 775px;/*auto*/
background-color:white;
-moz-border-radius : 20px;
font-size: 25px;
}



#corps h1
{
font-size: 40px;
font-family: "Comic Sans MS", Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps li
{
list-style-image:url(images/icones/android_vector2.jpg);
}

.code
{
background-color:#CCCCCC;
-moz-border-radius : 20px;
}

.gauche
{
float:left;
}

.droite
{
float:right;
}

img
{
border: none;
}

#pied_de_page
{
margin:auto;
/*
margin-left: 20px;
margin-right: 20px;
*/
width: 940px; /*auto*/
padding: 5px;
text-align:center;
background-color:white;
-moz-border-radius : 20px;
list-style:none;
}

 /* defaults for all examples */  
 .kwicks {  
     list-style: none;  
     position: relative;  
	 margin: 0;  
     padding: 0;  
 }  

 .kwicks li{  
 	 display :block;/*propriétés des kwicks*/
	 overflow: hidden;
 	 list-style : none; 
     width: 186px;  
     height: 75px; 
	 cursor: pointer; 
	 -moz-border-radius : 10px;  
 }   
 #kwick1 {   
     background-color: white;  
	 background-image: url('images/jeux.gif');
 }
 /*#kwick2 {  
     background-color: white;  
	 background-image: url('images/quiksilver.gif');
 }  
 #kwick3 {  
     background-color: white;  
	 background-image: url('images/michelin.gif');
 }  
 #kwick4 {   
     background-color: white;
	 background-image: url('images/logo_orange.jpg');
 }*/
 #kwick5 {   
     background-color: white; 
	 margin-right : none;  
 }  
