/* CSS Document */
*{margin:0px; padding:0px; list-style:none;}
img{
border:none;
}
body{

margin: auto; /* Pour centrer notre page */
   background-color: white; /* Le fond ne se répète pas */
   background-position: bottom left; /* Le fond est aligné en haut à droite */
   background-attachment: fixed; /* Le fond est fixé */
   background-image:url("../penseecomposee/IMG/background.gif"); /* Notation relative */
   background-repeat:no-repeat ;
}
#conteneur{
width:1226px;
height:100%;
margin-top:10px;
}
#head{
width:1226px;
}
h1{float:left;}
#infos{
width:760px;
height:133px;
float:left;
}
#menu{
float:left;
margin-top:30px;
}
#menu ul{
margin-left:5px;
margin-right:auto;
}
#menu li{
padding-left:20px;
display:inline;
}
#main{
float:left;
width:737px;
height:476px;
margin:0px 0px 0px 467px;
}
#texte{
width:682px;
margin:55px auto 0px 0px;
padding-left:27px;
text-align:justify;
font-size: 11px; font-family: arial; text-align: justify; 
}
#galerie{
width:692px;
float:left;
margin-left: -30px;

}

.fleche{
float:left;
margin-top:150px;
}
.left{float:left;}
.left2{float:left;}
