/* CSS Document */
body *{
padding:0;
margin:0;
}
body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#6E6A4D;
background-color:#D6D0B6;
}
div.home{
background-image:url(../images/home.jpg);
width:778px;
height:490px;
margin-left:auto;
margin-right:auto;
margin-top:40px;
}

TABLE.textes{
/*margin-top:358px;*/
border:0;
}
TABLE.textes td.fr{
padding-top:358px;
width:210px;
}
TABLE.textes td.en{
padding-top:358px;
width:200px;
}

TABLE.textes td.fr p.titre, TABLE.textes td.en p.titre{
font-weight:bolder;
text-align:left;
color:#000000;
font-size:10px;
}
TABLE.textes td.fr p.titre{
padding-bottom:25px;
}
TABLE.textes td.en p.titre{
padding-bottom:5px;
}
TABLE.textes td.fr,TABLE.textes td.en{
vertical-align:top;
padding-left:20px;
padding-right:20px;
font-size:10px;
text-align:justify;
cursor:default;
}

TABLE.textes td.boutons{
padding-top:358px;
width:271px;
padding-left:5px;
padding-right:5px;
vertical-align:top;
}
TABLE.textes td.boutons p.coordonnees{
text-align:center;
font-size:11px;
color:#000000;
cursor:default;
padding-bottom:31px;
}
TABLE.textes td.boutons a{
display:block;
width:110px;
height:14px;
text-align:center;
padding:4px;
background-color:#ABA167;
color:#FFFFFF;
font-weight:bold;
font-size:10px;
}
TABLE.textes td.boutons a.fr{
float:left;
}
TABLE.textes td.boutons a.en{
float:right;
}
TABLE.textes td.boutons a:link,TABLE.textes td.boutons a:visited{
color:#FFFFFF;
text-decoration:none;
background-color:#ABA167;
}
TABLE.textes td.boutons a:hover,TABLE.textes td.boutons a:active{
color:#FFFFFF;
text-decoration:none;
background-color:#990000;
}

