@charset "utf-8";

body, h1, h2, h3, h4, h5, h6, p, div, ul, li {
	margin: 0;
	padding: 0;	
}

body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: black;
}

#divWrapper {
	width: 780px;
	margin: 0px auto;
	background-color: black;	
}


/*------------------------------------------------------------
	divHeaderTop - Barre de navigation supérieure
------------------------------------------------------------*/
#divHeaderTop {
	background: #222;
	height: 25px;
	width: 780px;
	border-bottom: 1px solid #333;
}

#divHeaderTop ul {
	list-style-type: none;
}

#divHeaderTop ul li {
	float: left;
}

#divHeaderTop ul li a {
	font-size: 0.7em;
	font-weight: normal ;
	color: #b8b7b7;
	text-align: center;
	text-decoration: none;
	margin: 12px;
}

#divHeaderTop ul li a:hover {
	text-decoration: underline;
}

#divHeaderTop ul li a.current, #divHeaderTop ul li a.current:hover {
	color: white;
}


/*------------------------------------------------------------
	divHeader
------------------------------------------------------------*/
#divHeader {
	width: 780px;
	/* background-image: url("../images/header-bg5.jpg"); */ 
	/* text-align: center; */
}

#divHeader img {
	/* padding-top: 20px; */
	/* padding-bottom: 20px; */
}


/*------------------------------------------------------------
	divLine
------------------------------------------------------------*/
#divLine {
	width: 780px;
	background-color: #999;
	height: 1px;
}


/*------------------------------------------------------------
	divLinks
------------------------------------------------------------*/
#divLinks {
	width: 780px;
	background: #666;
}


/*------------------------------------------------------------
	divNav
------------------------------------------------------------*/
#divNav {
	width: 534px;
	background: #666;
	height: 36px;
	margin: 0 auto; 
}

#divNav ul {
	list-style-type: none;	
}

#divNav ul li {
	float: left;
}

#divNav ul li a {
	display: block;
	height: 20px;
	line-height: 20px;
	background: #000;
	width: 120px;
	font-size: 0.8em;
	font-weight: bold;
	color: white;
	text-align: center;
	text-decoration: none;
	margin-top: : 7px;
	margin: 7px;
	margin-left: 28px;
	margin-right: 28px;
	
	/* border Radius */
	border-radius: 5px;			/* Safari */
	-moz-border-radius: 5px;	/* Mozilla Firefox */
	-webkit-border-radius: 5px;	/* Internet Explorer */
	border: 1px solid black;
	 
	/* Gradients */
	background: -moz-linear-gradient(top, #666, #333);
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	
}

#divNav ul li a:hover{
	background: #333;
	background: -moz-linear-gradient(top, #000, #666);
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#666));
}

#divNav ul li a.current, #divNav ul li a.current:hover {
	background: #333;
	background: -moz-linear-gradient(top, #000, #666);
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#666));
	color: #ffedd4;
	cursor: default;
}


/*------------------------------------------------------------
	divAbout
------------------------------------------------------------*/
#divAbout {
	width: 780px;
	background: #333;
	padding-top: 45px;
	padding-bottom: 15px;
}


/*------------------------------------------------------------
	divContent
------------------------------------------------------------*/
#divContent {
	width: 640px; 
	margin: 0 auto;
	margin-bottom: 30px; /* Ajout pour le cas de multi Content */
	background: #222;
	border: 1px solid #000;
	
	/* Gradients */
	background: -moz-linear-gradient(top, #666, #333, #222);
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#222), color-stop(0.5, #333));
	
	/* border Radius */
	border-radius: 15px;			/* IE */
	-moz-border-radius: 15px;		/* Mozilla Firefox */
	-webkit-border-radius: 15px;	/* Safari */
	
	/* Shodows */
	box-shadow: 1px 1px 4px #000;
	-moz-box-shadow: 1px 1px 4px #000;
	-webkit-box-shadow: 1px 1px 4px #000;
}

#divContent img {
	float: left;
	border: 1px solid black;
	background: #333;
	padding: 10px;
	margin: 0.7em;
	
	/* Gradients */
	background: -moz-linear-gradient(top, #000, #333);
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#333));
	
	/* border Radius */
	border-radius: 15px;			/* IE */
	-moz-border-radius: 15px;		/* Mozilla Firefox */
	-webkit-border-radius: 15px;	/* Safari */
	
}

#divContent h5 {
	color: white;
	padding-top: 0.8em;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}


#divContent h6 {
	color: white;
	padding-top: 0.6em;
	padding-bottom: 0.4em;
	padding-left: 0.5em;
	padding-right: 0;
}

#divContent p {
	font-size: 0.7em;
	color: #999;
	padding: 0.7em;
	line-height: 1.4em;
}

#divContent a {
	text-decoration: none;	
	color: #c0c0c0;
}


/*------------------------------------------------------------
	divFooter
------------------------------------------------------------*/
#divFooter {
	background: #222;
	height: 10px;
	width: 780px;
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
}

#divFooter p {
	font-size: 0.5em;
	color: #999;
	padding: 0;
	margin: 0;
	text-align: right;
}


/* -------------------------------------------------------
	divFiche - Mise en forme des fiches
----------------------------------------------------------*/
#divFiche {
	width: 690px; 
	margin: 0 auto;
	margin-bottom: 30px; /* Ajout pour le cas de multi Content */
	background: #333;
	border: none;
}

#divFiche h5 {
	color: white;
	padding-top: 0;
	padding-bottom: 0.8em;
	padding-left: 0;
	padding-right: 0;
}

#divFiche h6 {
	color: white;
	padding-top: 0.6em;
	padding-bottom: 0.4em;
	padding-left: 0;
	padding-right: 0;
}

#divFiche p, pre {
	font-size: 0.7em;
	color: #999;
	padding: 0.7em;
	line-height: 1.4em;
}

#divFiche xmp {
	font-style: italic;
	color: #ffedd4;
	font-size: 0.9em; 
	padding-left: 3em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin: 0;	
}

#divFiche xmp.unTab {
	padding-left: 5em;
}

#divFiche xmp.deuxTab {
	padding-left: 7em;
}

#divFiche xmp.troisTab {
	padding-left: 9em;
}

#divFiche ul {
	font-size: 0.7em;
	color: #999;
	padding-left: 4.0em; 
	padding-bottom: 0.7em;
	padding-right: 0.7em;
	padding-top: 0.7em; 
	line-height: 1.4em;
	list-style-type: square;
}

#divFiche img.center {
	float: none;
	display: block;
	border: none;
	background: #333;
	padding: 10px;
	margin: 0.7em auto;	
}

#divFiche img.gauche {
	float: left;
	display: block;
	border: none;
	background: #333;
	padding: 10px;
	margin: 0.7em;	
}

#divFiche a {
	text-decoration: none;	
	color: #c0c0c0;
}
