/* CSS Document */

/*
bleu sombre : 069
bleu clair  : 09C
jaune       : FC0
rouge       : C00
*/

body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
	}
#content {
	margin: 0em;
	padding: 4em 6em 2em 6em;
	}
	
/* ---------- MULTI-COLONNES ---------- */	

.narrow1 {
	width: 50%;
	line-height: 1.3em;
	}
.narrow2 {
	width: 50%;
	line-height: 1.5em;
	}
		
/* ---------- TYPOGRAPHIE ---------- */

a {
	font-weight: bold;
	color: #069;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
h1 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	}
h2 {
	font-size: 16px;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	color: #069;
	border-bottom: 1px solid #069;
	}
h3 {
	font-size: 14px;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	color: #069;
	}
h4 {
	font-size: 12px;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 11px;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 10px;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
ul {
	font-size: 12px;
	line-height: 1.4em;
	}
p {
	font-size: 12px;
	line-height: 1.4em;
	}
strong, b {
	font-weight: bold;
	}
.petitTexte {
	font-size: 10px;
	}
.remarque {
	color: #069;
	}
	
/* ---------- IMAGES ---------- */

img {
	border: 0;
	}
.droite {
	float: right;
	margin-left: 10px;
	}

/* ---------- ENTETE ---------- */

#entete {
	height : 105px;
	width: 760px;
	margin: 0 auto;
	background: url("/images/logos/logo_gd_bouticorama.gif") no-repeat right top;
	}
#entete h1 {
	display:none;
	margin-top: -5000px;
	}
#entete p img {
	margin: 0 0 2px 4px;
	}
#entete p {
	font-size: 8px;
	width: 320px;
	text-align: right;
	}

/* ---------- MENU HAUT ---------- */

#menuNav {
	background: url("/images/menu/onglet_bg.gif") repeat-x left top ;
	}

/* ligne 1 */

#nav1 {
	width: 760px;
	margin: 0 auto;   
	font-size: 10px;
	line-height: normal;
	}
#nav1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav1 li {
	float: left;
	background: url("/images/menu/onglet.gif") no-repeat left top;
	margin: 0 2px 0 0;
	padding: 0 0 0 9px;
	}
#nav1 a {
	float: left;
	display: block;
	background: url("/images/menu/onglet.gif") no-repeat left top;
	padding: 15px 15px 8px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	}

/* Hack IE5-Mac \*/
#nav1 a {
	float:none;}
/* Fin du hack IE5-Mac */

#nav1 li.current {
	background: url("/images/menu/onglet.gif") no-repeat left -150px;
	border-width:0;
	}
#nav1 li.current a {
	background: url("/images/menu/onglet.gif") no-repeat right -150px;
	padding-bottom:13px;
	}
#nav1 a:hover {
	text-decoration: underline;
	background: url("/images/menu/onglet.gif") no-repeat right top;
	}
#nav1 li.current a:hover {
	text-decoration: none;
	}

/* ligne 2 */

#nav2 {
	clear: both;
	height : 30px;
	width: 760px;
	margin: 0 auto; 
	}
#nav2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav2 li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0 0 0 9px;
	}
#nav2 a {
	float: left;
	display: block;
	padding: 7px 15px 8px 6px;
	font-weight: bold;
	color: #CCC;
	}
#nav2 li.current a {
	color: #FFF;
	text-decoration: none;
	}
#nav2 a:hover {
	color: #FFF;
	}
#nav2 li.current a:hover {
	color: #FFF;
	}

/* ---------- BLOC CENTRAL ---------- */

#conteneur {
	width: 760px;
	margin: 0 auto; 
	}

/* ---------- PIED DE PAGE ---------- */

#piedPage p {
	clear: both;
	width: 760px;
	margin: 0 auto 20px auto; 
	text-align: center;
	font-size: 10px;
	color: #069;
	border-top: 1px solid #069;
	}
#piedPage p a {
	color: #069;
	}

/* ---------- TABLEAU ---------- */


#comparatif {
	width: 100%;
	font-size: 10px;
	}
#comparatif td, th {
	padding: 4px;
	text-align: center;
	width: 90px;
	}
#comparatif td img {
	padding: 0 2px;
	}
#comparatif th {
	padding: 4px;
	text-align: right;
	font-weight: normal;
	}
.ligneTitre {
	background-color: #999;
	font-weight: bold;
	}
.ligne1 {
	background-color: #CCC;
	}
.ligne2 {
	background-color: #E8E8E8;
	}

/* ---------- PAGE REFERENCES ---------- */

.lienWeb {
	font-size: 10px;
	font-weight: normal;	
	}
p.copieEcran  {
	margin-top: 0;
	}
p.copieEcran img {
	border: 1px solid #069;
	}
img.copieEcran {
	margin: 0 10px;
	}

/* ---------- DIVERS ---------- */

blockquote.adresse p {
	margin: 8px 0;
	}