body{
background-image:url('../img/fond.png');
background-repeat:repeat-x;
background-color:#FCFCFC;
}

.container{width:780px; margin:0 auto;}


.bloc{
width:auto; 
display:block;
margin-top: 10%;

}

.head{
height:65px;
position:relative;
left:0px;
top:0px;
display:block;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#CCC;
}

.contenug{
margin-top: 20px;
width:415px;
height:400px;
float: left;
display:block;
border-right-width:1px;
border-right-style:solid;
border-right-color:#CCC;
}

.contenud{
margin-top: 20px;
width:350px;
height:400px;
float: left;
display:block;
}

.images{
margin-left: 20px;
}

p.lang{
font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
font-size: 11px;
color: #666;
position: absolute; 
bottom: 0;
right: 0;
}

p.texte{
margin-top:10px;
font-family:Georgia,"Times New Roman",Times,serif;
font-size: 13px;
text-align:justify;
margin-right:20px;
color: #828282;
}

p.texte2{
font-family:Georgia,"Times New Roman",Times,serif;
font-size: 13px;
text-align:center;
text-decoration:underline;
color: #828282;
}

p.texte3{
margin-top:5px;
font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
font-size: 13px;
color: #666;
}

input[type="text"] {
 border:1px solid #CCC;
 height:20px;
 background-color:#FCFCFC;
 color:#999;
 font-family:Georgia,"Times New Roman",Times,serif;
 font-size: 13px;
 font-style:italic;
 }
 
input[type="submit"] { 
 width: 57px; 
 height: 23px; 
 border: none;  
 background: url("../img/bouton.png") no-repeat left top; 
 margin-left:10px;
 margin-bottom: 10px;
color:transparent;
 }
 

