/* Régles Générales*/
/*==================*/


body, 
dl, dt, dd, 
ul, ol, li, 
h1, h2, h3, h4, h5, h6, 
pre, code, 
form, fieldset, legend, input, textarea, 
p, blockquote, th, td, a {
	margin: 0pt;
	padding: 0pt;
}




/*==================*/
body {
	background-color: #4A495F;
	background-image: url(../images/fond.cqn3-980.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 50% 0%;
}

/*==================*/

#tank {
	margin: auto;
	width: 989px;
}


/* Haut de page 
=============*/

#hdp {
	position: relative;
	height: 118px;
	background-image: url(../images/HDP-CQN3-980-2.png);
	background-repeat: no-repeat;
}



/* menuNavPrincipal
=================*/

#menuNavPrincipal {
	position: absolute;
	bottom: 0px;
	left: 10px;
	height: 26px;
}

#menuNavPrincipal ul {
	list-style: none;
	padding-left: 10px;
}

#menuNavPrincipal li {	
	display: inline;	
	color: #888;
}

#menuNavPrincipal a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

#menuNavPrincipal a:hover {
	text-decoration: underline;	
/*	color: #ED1C24;*/
}


/* login */
/* =============*/

#login ul {
	position: absolute;
	right: 10px;
	top: 1px;
	opacity: 0.7;
	background-color: #333333;
	padding-left: 5px;
	padding-right: 5px;
}

#login li {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 8pt;	
}

#login a {
	color: #FFFFFF;
	text-decoration: none;
}

#login a:hover {
	text-decoration: underline;
}


/* sousMenuNav 
==================*/

#sousMenuNav {
	position: relative;
	/*width: 989px;	*/
	height: 34px;	
	background-image: url(../images/sousMenuNav-980.png);	
	background-repeat: no-repeat;
}

#sousMenuNav ul {
	position: absolute;
	left: 15px;
	bottom: 10px;
	list-style: none;
}

#sousMenuNav li {	
	display: inline;
	color: #666666;
	/*line-height: 35px; */
}

#sousMenuNav a {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}

#sousMenuNav a:hover {	
	color: #FFFFFF;
	text-decoration: underline;
}

/* fildAriane 
==================*/

#fildAriane {
	position: relative;
	margin : 0 10px;
	border-bottom: #003366 dotted 1px;
	margin-bottom: 8px;
}

#fildAriane ul{
	color: #CCCCCC;
}


#fildAriane li{
	display: inline;
	list-style: none;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}

#fildAriane strong {
	color: #000066;
}

#fildAriane a {
	color: #006;
	text-decoration: none;
}

#fildAriane a:hover {
	color: #3333FF;
	text-decoration: underline;
}

/* pageContenu      */
/* =================*/ 
a .navPage {
	border: none ;
}


#pageContenu {
	position: relative;
	padding: 2px 4px;
	
	width: 982px;
	margin: 0px;
	
	background-image: url(../images/fondPagePrincipale-980.png);
	background-repeat: repeat-y;

}



/* Colonnes
=====================================*/

#idColonneIndex-1 {
	float: left;
	width: 204px;
	margin-top: 8px;
}

#idColonneIndex-2 {
	/*position: relative;*/
	border-left: #008 dotted 1px;
	padding-left: 4px;
	float: left;
	width: 740px;
	
/*margin-left: 205px;*/
		


}  

/*#idColonneIndex-3 {
	float: right;
	width: 165px;
}
*/
#elementFlashHDP div {
	background-color:  #000;
	width: 980px; 
 }
 
#elementFlashHDP object {
		margin: auto;
		display: block;
}


/*
NavBasDePage
===========================
*/

ul.navBasDePage {
	margin: auto;
	text-align: center;
} 	
	
.navBasDePage li {
	display: inline;
}	

.navBasDePage a {

	color: #0066FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
 
 	height: 20px;
	margin: 2px;
	padding: 2px;
	
	border: 1px solid #ABC6DD;
	background: #F8FAFA;
}

.navBasDePage a:hover {
	border: 1px solid #4E6972;
	background: #E2EBEB;
}

.navBasDePage a:active {
	color: #990000;
}

.pageEnCours {
	color: #990000;
	/*border: 3px solid #900;*/
}


/* credits          */
/* =================*/

#credits {
	/*width: 989px;*/
	height: 80px;
	padding: 10px 0px 0px 0px;
	background-image: url(../images/credits-980.png);
	background-repeat: no-repeat;	
}

#credits p {
	padding: 5px;
	width: 600px;
	margin: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}

#credits a {
	color: #CCCCCC;
	font-family: tahoma;
	font-size: 8pt;
}

#credits ul {
	text-align: center;
	color: #CCCCCC;
}

#credits li {
	display: inline;
	font-size: 8pt;
	
	list-style: none;
	color: #CCCCCC;
}

