/*
Design du site de Champoléon
Réalisé Ji
<lien url="http://www.champoleonecrins.com">http://www.champoleonecrins.com</lien>
*/

body
{
   width: 1000px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-color: rgb(0,128,128);
}

#all { /* id du bloc qui englobe tout votre site*/
 width: 1000px; /*largeur du site*/
 text-align: justify; 
}
/* L'en-tête */

#en_tete

{
   margin-left: 0px;
   margin-bottom: 20px;
   padding-top: 10px;
   width: 1000px;
   height: 330px;
   background-color: black;
   
}
 /*slogan*/
 #slogan
 {
  
   text-align: center;
 margin-left:0px;
   margin-bottom: 20px;
   padding: 10px;
   margin-right: 0px;
   color: #008080;
   background-color: #353637;
     background-repeat: repeat-x;
   border: 2px solid black;
   font-style: italic;
   font-size : 40px;
}
/* menu horizontal*/
#menu_horiz
{
   

   text-align: center;
 margin-left: 0px;
   margin-bottom: 20px;
   padding: 5px;
   margin-right: 0px;
   color: black;
  background-image: url("img/fond.jpg");
  background-repeat: repeat-x;
   border: 2px solid black;
   height: 20px;;
}
#menu_horiz li
{
display: inline;
}

.bloc_menu
{
width: 101px;

    background-image: url("img/fond.jpg");
   background-repeat: repeat-x;
    font-size : 15px;
   position: relative;
   margin-left: 10px;
}
/* Le menu */

#menu
{
   float: left;
   width: 120px;
}

.element_menu1
{
 
   background-image: url("img/fond.jpg");
   background-repeat: repeat-1;
   
   border: px solid black;
   
   margin-bottom: 200px;
}
.element_menu2
{
   background-color: rgb(128,64,64);
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: px solid black;
   
   margin-bottom: 320px;
}
.element_menu3
{
    background-image: url("img/fond.jpg");
   
   background-repeat: repeat-x;
   
   border: px solid black;
   
   margin-bottom: 240px;
}
/* Quelques effets sur les menus */


.element_menu1 h3, .element_menu2 h3, .element_menu3  h3
{    
    background-image: url("img/fond.jpg");
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   font-style: italic;
   font-size: 20px;
}

.element_menu1 ul, .element_menu2 ul, .element_menu3   ul
{
      
   padding: 0px;
   padding-left: px;
   margin: 0px;
   margin-bottom: 5px;
}
.element_menu1 li, .element_menu2 li, .element_menu3   li
{
   font-size: 15px;
   color: white;
   width: 120px;
}
.element_menu1 a, .element_menu2 a, .element_menu3  a
{
   color: rgb(255,255,255);
}

.element_menu1 a:hover, .element_menu2 a:hover, .element_menu3   a:hover
{
   background-color: white;
   color: black;
}

#blocinc {

    background-color: #faf3d6;
  
   border:4px solid black;
color:black;
float:right;
height:300px;
margin-bottom:20px;
margin-left:780px;
padding-left:10px;
position:absolute;
width:200px;
}

#blocnews {

     background-color: #faf3d6;
border:4px solid black;
color:black;
float:right;
height:300px;
margin-left:780px;
margin-top:330px;
padding-left:10px;
position:absolute;
width:200px;
}	

#blocimage {

    background-color: #faf3d6;
   border:4px solid black;
color:black;
float:right;
height:200px;
margin-left:780px;
margin-top:660px;
padding-left:10px;
position:absolute;
width:200px;
}

#blocpartenaires {

    background-color: #faf3d6;
   border:px solid black;
color:black;
float:right;
height:150px;

padding-left:20px;
position:absolute;
width:150px;
}
/* Le corps de la page */

#corps
{
   margin-left: 140px;
   margin-bottom: 20px;
   padding: 10px;
   margin-right: 240px;
   color: black;
   
    background-image: url("img/fond.jpg");
   background-repeat: repeat-2;
   text-align: justify;
   border: 2px solid black;
   width: 606px;
   margin-top: 20px;
  
}

#corps h1
{
   color: black;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-style: italic
}
 
#corps h2
{
   height: 30px;
 background-image: url("img/fond.jpg");
   background-repeat: no-repeat;
   
   padding-left: 30px;
   color: black;
   text-align: left;
   font-style: italic
}
a
{
color: black;
text-decoration: underline;
}
a:visited
{
color: black;
}
a:hover
{
background-color: black;
   color: white;
   }
  
.news 
   {
   text-decoration: blink;
   }
   

.imgd
{
margin-right: 10px;
}
 .imgg
{
margin-left: 90px;
}
.imgbas
{
margin-bottom: 10px;
}
	
	

   
#pied_de_page
{
   padding: 5px;

   text-align: center;

   color: rgb(0,128,128);
   background-color: #353637;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
     
   border: 2px solid black;
}
 .fin_de_page a:hover
   {
   background-color: black;
   color: white;
   }
   .fin_de_page a
   {
   color: rgb(0,128,128);
   }


