/* ---------------------------------------------------------------- */
/* CSS - SQLI Studio - Adecco à domicile - Janvier 2009 - basic.css */
/* ---------------------------------------------------------------- */
body {
	margin:0; padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
}

img{
	border:none;
	margin:0; padding:0;
}
a, a:link, a:visited {
	text-decoration:none;
	color:#FF6600;
}
a:hover {text-decoration:underline; color:#000;}

.basic {
	width:auto; height:auto;
	margin:0; padding:0;
}

/* couleurs ------------------ */
.vert      { color:#85a721; }
.orange    { color:#e37601; }
.marine    { color:#02285f; }
.turquoise { color:#027caf; }
.rouge     { color:#ff0000; }
.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!important;}
.txtalignC {text-align:center!important;}
.txtalignR {text-align:right!important;}

.nomargin {margin:0;}
.nopadding {padding:0!important;}

.floatL {float:left;}
.floatR {float:right;}

.clearboth { clear:both; height:1%; font-size:1%; line-height:1%;}
.clearBoth { clear:both;}

/* 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;}