
/* CSS Document */
/****************************
* 		Elt commun			*
*****************************/
body, tr, td{
text-align: left;
font-family:Arial, Helvetica, sans-serif;
line-height:150%;
font-size:11px;
color:#FFFFFF;
}
table, tr, td{
text-align:center;
border-style:solid;
border-width:thin;
border-color:#FABC13;
}
body{
background-color:#0A3D4D;
}

img{
border:1px;
border-style:solid;
border-color:#FABC13;
}		

a:link{
text-decoration:underline;
color:#FABC13;
}
a:visited{
text-decoration:underline;
color:#FABC13;
}
a:hover{
color:#FABC13;
text-decoration:underline;
}
a:active{
text-decoration:underline;
color:#FABC13;
}

h1{
font-size:12px;
color:#FABC13;
font-weight:normal;
}
h2{
font-size:11px;
color:#FABC13;
font-weight:lighter;
}
.add{
color:#FABC13;
}

/****************************
* 		Contenu Général		*
*****************************/
.general{
width:820px;
height:610px;
margin:auto;
}

/****************************
* 		Bloc gauche	 		*
*****************************/
.menu{
width:320px;
height: 610px;
display:block;
float:left;
}


/****************************
* 		Bloc Droit	 		*
*****************************/
.droit{
width:500px;
height: 610px;
display:block;
float:left;
}

/****************************
* 		Bloc Miniatures		*
*****************************/
.min{
width: 500px;
height:120px;
display:block;
}

/****************************
* 		zone texte	 		*
*****************************/
.zone_txt{
float:left;
height:490px;
width:500px;
display:block;
background-image:url(img/cadre_txt.jpg)
}
.retrait{
width:35px;
height:490px;
float:left;
}
.titre{
height:35px;
width:440px;
float:left;

}
.barre{
float:left;
width:455px;
height:390px;
display:block;
overflow:auto;
}
.texte{
float:left;
width:435px;
height:390px;
}

