/* Mise en page globale style fred*/
body { 
margin: 0;
padding: 0;
background: white;
color: black;
font-size: 80%;
font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, serif;
}
/* En-tête */ 
#header {
height: 125px;
background: rgb(250,142,77) url('images/chvd_titre2.jpg') top left no-repeat;
list-style-type: none;
}
#header img {
float: right; 
margin: 68px 5px 0 0;
}

#header p { 
margin: 45px 0 0 200px;
font-weight: bold;
color: white;
font-size: 1.1em;
}

#header li {
display: inline;
}

/* Menu horizontal */
#menuhaut { 
margin: 0;
padding: 0.1em 0.5em 0.1em 0;
list-style-type: none;
background-color: black;
color: white;
text-align: right;
}
#menuhaut li {
display: inline;
} 
#menuhaut a {
color: white;
text-decoration: none;
}
#menuhaut a:hover {
text-decoration: overline;
}
/* Menu vertical */
#menu {
float: left;
width: 15em;
padding: 0.5em 0 10em 0;
margin: 0px;
/*background: white url('images/fond_menu3.jpg') bottom left no-repeat; */
background: #FFF9F3;
}
#menu ul {
list-style-type: none;
padding: 0;
margin: 0 1em 0 1em;
} 
#menu li a {
display: block;
text-decoration: none;
height: 1.4em;
line-height: 1.4em;
color: black;
font-weight: bold;
font-size: 120%;
text-indent: 1em;
}
#menu li a:hover {
background: orange;
color: gray;
}

/* Formulaire */
#menu p { 
margin: 1.5em 0 0 1em;
font-weight: bold;
color: black;
}

/* sous menu */
#sousmenu li a {
 height: 1em;
 line-height: 1em;
 color : gray;
 font-size: 100%;
}


/* Contenu global */
#global {
margin-left: 15.5em;
}
#global h1 {
text-align: center;
font-weight: bold;
font-size: 150%;
padding-bottom: 0.2em;
border-bottom: 3px solid rgb(250,142,77);
font-variant: small-caps;
text-indent: 5px;
color: gray;
}
#global h2 {
margin-top: 1em;
margin-bottom: 1em;
font-size: 120%;
font-weight: bold;
color: black;
}

#global i {
margin-top: 1em;
margin-bottom: 1em;
font-size: 80%;
font-weight: italic;
color: black;
}

#global h1 a {
text-decoration: none;
color: gray;
}

#global h1 a:hover {
background: orange;
color: gray;
}

.titresom{
	text-align : center ;
}
.titresom a{
 text-decoration: none;
 font-weight: bold;
 color: #000;
 font-size: 100%;
 font-family: 'Trebuchet MS', 'Lucida Grande',
    Verdana, Lucida, Geneva, Helvetica, 
    Arial, sans-serif;
}

.titresom a:hover {
background: orange;
color: gray;
}

/* style du délimiteur*/
.delim {
	border-bottom: 1px solid #a0a0a0;
	padding: 0;
	margin: 0;
	margin-bottom: 16px;
}

.delim h1 {
	color: black;
	text-align: left;
}

/* Encart */
#encart {
float: right; 
width: 250px;
margin: 0 5px 5px 5px;
padding-top: 10px;
background: white left top no-repeat;
border-top: 2px solid rgb(250,142,77);
border-left: 2px solid rgb(250,142,77);
border-right: 1px solid rgb(250,142,77);
border-bottom: 1px solid rgb(250,142,77);
background: #FFF9F3;
}
#encart h3 {
font-size: 120%;
margin: 0 0 0 40px;
}
.bloccadre {
background: left bottom no-repeat;
padding: 0 0 25px 40px;
}
.bloccadre ul {
margin: 1em 0 0 0;
padding:0;
}
.bloccadre li {
margin: 0;
}
.bloccadre li a {
color: black;
text-decoration: none;
}
.bloccadre li a:hover {
text-decoration: underline;
}

