/*  CSS Basic  --------------------------------------
	David Gamet - Décembre 2007 - All rights reserved
--------------------------------------------------- */
body {
	margin:0; padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
}

img{ border: none;}
a, a:link, a:visited {text-decoration:none; color:#014e89;}
a:hover {text-decoration:underline;}

.basic {
	width:auto; height:auto;
	margin:0; padding:0;
}

/* couleurs ------------------ */
.vert      { color:#85a721; }
.orange    { color:#e37601; }
.marine    { color:#02285f; }
.turquoise { color:#027caf; }
.rouge     { color:#9d0122; }
.jaune     { color:#e6b002; }
.violet    { color:#5e136e; }
.marron    { color:#461d05; }

/* Typographie ------------------------------- */
.font10 {font-size:1em;}
.font11 {font-size:1.1em;}
.font12 {font-size:1.2em;}
.font14 {font-size:1.4em;}
.font16 {font-size:1.6em;}

/* alignement -------------------------------- */
.txtalignL {text-align:left;}
.txtalignC {text-align:center;}
.txtalignR {text-align:right;}

.nomargin {margin:0 !important;}
.nomarginR {margin-right:0 !important;}
.nopadding {padding:0;}

.bottom5{padding-bottom:5px;}
.bottom10{padding-bottom:10px;}
.bottom15{padding-bottom:15px;}

.floatL {float:left;}
.floatR {float:right;}

.clearboth { clear:both; height:1%; font-size:1%; line-height:1%;}

/* Titre ----------------------------------- */
h1 {font-size:2.2em;}
h2 {font-size:2em;}
h3 {font-size:1.8em;}
h4 {font-size:1.6em;}
h5 {font-size:1.4em;}
h6 {font-size:1.2em;}



