/* propriétés communes */
* {margin:0;padding:0;border:0;background:#fff;color:#000;font-family:Arial,sans-serif;font-size:14px;}

body {width:1000px;border:0px dotted #aaf;}

/* Pour les navigateurs textes et vocaux */
.lynx {display:none;}

/* mises en exergue */
strong {color:#03c;}

/* classes d'alignements */
.a_center {text-align:center;}

/* classes de tailles de texte */
.p_small {font-size:.8em;}
.p_small * {font-size:1em;}

/* classes de couleur de texte */
.erreur {color:#f00;}

/* ------------------------- */
/* entête : logo et accroche */
/* ------------------------- */
#entete {position:relative;margin-bottom:5px;border:1px solid #fff;}
	
	/* titre principal */
	#entete h1 {margin:.5em 120px 0 0;text-align:center;font-size:2.1em;color:#03c;border:0px dotted #f00;}
	#entete h2 {margin:.5em 120px 0 0;text-align:center;font-size:1.5em;color:#03c;border:0px dotted #0f0;}

	/* logo */
	#logo {position:relative;float:left;margin-bottom:3px;width:200px;height:105px;border:0px dotted #03c;}
		#logo img {display:block;width:200px;height:105px;}
		#logo h1 {position:absolute;bottom:0;left:3px;font-weight:normal;color:#000;}
		#logo p {position:absolute;bottom:0;right:-15px;}
	
	/* sous-titre logo */
	#entete h3 {clear:left;margin-left:5px;font-weight:normal;font-size:1.15em;line-height:1.15em;color:#03c;}

	/* liste des "gratuits" */
	ul#free {position:absolute;right:0;top:77px;width:250px;list-style:none;border:0px dotted #00f;}
		#free li {font-size:.8em;font-weight:bold;color:#03c;}
	
	/* changement de langue de la page */
	ul#swl {position:absolute;right:0;top:0;list-style:none;border:0px dotted #ff0;}
		#swl li {float:left;margin:.5em;}
		#swl a {display:block;}
		#swl img {display:block;width:18px;height:12px;}

/* ----------------- */
/* conteneur général */
/* ----------------- */
#site {position:relative;clear:both;min-height:600px;height:600px;margin-bottom:5px;border:0px solid #f00;}

/* ---------------------------------------- */
/* pied de page : copyright et liens divers */
/* ---------------------------------------- */
#pdp {clear:both;margin-top:0;padding:.3em;background:#03c;border:0px solid #000;}
	#pdp p {background:#03c;color:#fff;font-size:.8em;}
	#pdp #copy, #pdp #faq {float:left;}
		#faq {margin-left:350px;}
	#pdp #about {text-align:right;}
	#pdp a {background-color:#03c;color:#fff;font-size:1em;text-decoration:none;}
	#pdp a:hover {text-decoration:underline;}

