/* CSS Document */

body  { 
background-image: url(anais_background.jpg);
background-color:#E6DFC3;
background-repeat:repeat-x;
 
 
}

a:link {
color: #000000; text-decoration:none; font-weight:normal; 
}


a:hover {
color:#9900CC; text-decoration:none; font-weight:normal; 
}

a:visited {
color: ; text-decoration:none; font-weight: ; 
}
 
a:active { 
color:#000066; text-decoration:none; font-weight:normal; 
}

.conteneur {
position:absolute;
width:1000px;
height:680px;
left:50%;
margin-left:-500px;
margin-top:0px;
/*border:1px solid green;*/
}

.conteneur_1 {
position:absolute;
width:340px;
height:360px;
left:50%;
margin-left:60px;
margin-top:150px;
/*border:1px solid red;*/
}


.conteneur_2 {
position:absolute;
width:320px;
height:360px;
left:50%;
 
margin-left:-100px;
margin-top:150px;
/*border:1px solid black;*/
}



.conteneur_3 {
position:absolute;
width:280px;
height:360px;
left:50%;
margin-left:-150px;
margin-top:150px;
/*border:1px solid red;*/ 
}


.conteneur_4 {
position:absolute;
width:280px;
height:360px;
left:50%;
margin-left:-150px;
margin-top:150px;
/*border:1px solid red;*/ 
}





.text {
position:absolute;
width:370px;
height:350px;
margin-left:280px; 
margin-top:15px;
overflow:hidden;
/*border:1px solid grey*/
}

.text_1{
position:absolute;
width:370px;
height:350px;
margin-left:280px;
margin-top:15px;
overflow:hidden;
/*border:1px solid grey*/
}



.galerie {
position:absolute;
width:370px;
height:350px;
margin-left:0px; 
margin-top:0px;
overflow:hidden;
border:1px solid black; 
}
 
 
p { 
font-family:Arial, Helvetica, sans-serif; 
font-size:14px; 
color: #000000;
}



