/*	fichier:
		dfg1.css
	création:
		04/07/2002
	révision :
		15/09/2003
	auteur:
		Didier Gras
	modification 09/11/2010:
		Relookage.
*/


/* global */
html {
	font-size:100%; /*Ã©vite un bug d'IE sur la gestion des tailles de texte en em*/
}

body {
	margin:0;
	padding:0;
	background:#FFFFFF;
	color:#000000;
	font-size: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h2 {
	border-bottom: 3px solid #FF9900;		
}

h3 {
	text-align:center;
}

h6 {
	text-align:left;
}

p {
	font-size:1em;
}

.ital {
	font-style:italic;
}

.navig {
	text-align:right;
}


/* bloque d'entête */
#header {
	background-color: #006666;
	color: White;
	padding: 0.2em 1em 2em;
	margin-bottom:-1em;
}

#header ul {
	text-align: right;
	font-size:0.7em;
}

#header li {
	list-style:none;
	display:inline;
	padding-bottom:0.5em;
	padding-right:0.5em;
}

#header a {
	color:#FFFFFF;
}


/* bandeau logo */
#banlogoimg
{
	float: left;
	width: 50%;
}

#banlogotxt
{
	float: left;
	width: 50%;
	font-size: 150%;
	font-style: normal;
	font-weight: bold;
	color: navy;
}


/* menu horizontal */
#menuh {
	clear:both;
	background-color:#e2efcd;
	font-size:1em;
	height:10em;
	color: #336633;
	border-bottom: 3px solid #FF9900;
	border-top:3px solid #FF9900;
	text-align:center
}

#menuh h2 {
	font-size: 2em;
	font-weight: bold;
	border: none;
}

#menuh a {
	text-decoration:none;
	color: #336633;
}

#menuh a:hover, #menuh a:focus{
	text-decoration: underline ;
	color:  #006666;
}

#menuh ul {
	list-style:none;
	margin:0;
	padding-left:21%;
}

#menuh li {
	float:left;
	padding: 0.3em;
	display:inline;
	font-size: 1,5em;
}


/* bloque contenu.
#contenu {
	padding-left:1em;
	padding-right:1em;
}


/* bloque fin de page */
#footer {
	padding:0.5em;
	//clear: both;
	background-color: #006666;
	color: White;
}

#footer a {
	color:#FFFFFF;
}



