@charset "iso-8859-1";



@import url(structure.css);

@import url(boxes.css);

/* COMMON STYLES */

* {/*reset d'un certain nombre de styles css par defaut*/

	margin: 0;

	padding: 0;

	border: 0;

	font-weight: normal;

	font-style: normal;

	text-decoration: none;

}



body {

	background:#FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:65%;/* IE gère mal les tailles de texte en EM si aucune valeur en % ne les précèdes */
	line-height:160%;/*Opéra gère mal les hauteurs de lignes en EM*/
    color:#000000;
    text-align:justify;

}

img {

	border:none;
    padding:0px;
    background:white;
	vertical-align: bottom;

}

.clear {

	clear: both;
        line-height:0;
        height:0;
        border:0;
visibility:hidden;

}