/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

a:link {color: #0000FF;}
a:hover {color: #CC6633;}
a:visited {color:#0000FF;}

/* ------------------- Header ------------------------- */

#header {
	height: 125px;
	background-image: url(http://www.quali-conseil.com/pictures/header.jpg);
	background-repeat: repeat-x;
	background-color: #EEEEF8;
	margin: 0px;
}
.titreheader {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 15px;
}
#header a:link {
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 10px;
	font-size: 11px;
}
#header a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	font-size: 11px;
}
#header a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#header a:active {
	color: #FF9900;
}

/* ----------------- débutmenu css ------------------------ */
	#menu {
	float: right;
	width: 150px;
	position: absolute;
	z-index: auto;
	left: -78px;
	top: 20px;
	color: #333333;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 55px;
	background-color: #FFFFFF;
}
	
	#nav, #nav ul { /* toutes les listes */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 150px;
	}
	
	#nav li { /* tous les items de liste */
	position : relative;
	float : left;
	line-height : 2em;
	margin-bottom : -1px;
	width: 150px;
	}
	
	#nav li ul { /* listes de deuxième niveau */
		position : absolute;
		left: -999em;
		margin-left : 11.05em;
		margin-top : -2em;
	}
	
	#nav li ul ul { /* listes de troisième niveau et plus */
		left: -999em;
	}
	
	#nav li a {
		width: 200px;
		w\idth : 10em;
		display : block;
		font-weight : normal;
		text-decoration : underline;
		background-color : white;
		border : 1px solid #999999;
		padding : 0 0.5em;
		color: #0000FF;
	}
	
	
	#nav li a:hover {
		background-color : #FFE1CA;
	}
	
	#nav li a:visited {
	color: #0000FF;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* listes imbriquées sous les items de listes survolés */
		left: auto;
	}



/* ------------------- h ------------------------- */
p {
	margin-bottom: 16px;
}

h1 {
	font-size: 20px;
	color: #990000;
	margin-top: 30px;
}

h2 {
	color: #006699;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}
.h2titre {
	color: #0066CC;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 30px;
}
h3 {
	color: #333333;
	font-weight: bold;
	font-size: 16px;
	}

/* ------------------- tab ------------------------- */

.fondtab {
	background-image: url(http://www.quali-conseil.com/pictures/grad-td.jpg);
	background-repeat: repeat-x;
	height: 35px;
	background-position: bottom;
	margin-top: 10px;
	margin-right: -5px;
	margin-bottom: -5px;
	margin-left: -5px;
}
.tdsolidfin {
	border: 1px solid #ABC1D3;
	padding: 5px;
}

.tddot {
	padding: 5px;
	border: 1px dotted #ABC1D3;
}

/* ------------------- la barre de pied de page ------------------------- */
hr {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFE1CA;
	margin: -5px;
	padding: 0px;
}

/* ------------------- Centre ------------------------- */

#contenu {
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -420px;
}

/* ------------------- footer ------------------------- */

.footer {font-size: 11px;}

.conception {
	font-size: 10px;
	color: #333333;
}
.conception a:link {
	color: #333333;
	text-decoration: none;
}
.conception a:visited {
	color: #333333;
	text-decoration: none;
}


/* ------------------- styles ------------------------- */

.letrine {
	float: left;
	color: #993300;
	padding-right: 5px;
	font: 70px/75px times;
	}
	
.barre {
	font-weight: bold;
	text-decoration: line-through;
}

.underline {text-decoration:underline;}

.fluo {
	background-color: #0000FF;
	font-weight: bold;
	color: #FFFF00;
	font-size: 14px;
}

li { /* tous les items de liste */
	line-height : 2em;
	}
.jusfifier { text-align: justify; }
