body {
    font-family: Verdana, sans-serif;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
    background-color: #c0c0c0;
}
a {
    color: #17599f;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a img {
    border: none;
}
h1 {
    color: #9dc82e;
    font-size: 18px;
    margin: 0;
    padding: 0 0 25px 0;
}
h2 {
    color: white;
    font-size: 16px;
    margin: 0;
    padding: 2px 0;
    text-indent: 10px;
    background-color: #17599f;
}
h3 {
    color: #17599f;
    font-size: 12px;
    margin-top: 0;
}
h1:first-letter, h2:first-letter, h3:first-letter {
    text-transform: uppercase;
}
hr {
    display : block;
    height: 1px;
    padding: 0;
    color: transparent;
    background-color: transparent;
    border: none;
    border-top : 1px dashed #666666;
    margin : 0px auto;
    /*marges sous ie*/
    _margin: -7px auto;
}
form {
    _margin-bottom: -10px;
}
input {
   _margin-top: -9px;
   _margin-bottom: -7px;
}
.separateur {
    clear: both;
}
.imgGauche {
    float: left;
    margin-right: 15px;
}
.imgDroite {
    float: right;
    margin-left: 15px;
}
.imgIcone {
   vertical-align: middle;
}
.champ, .bouton {
    color: black;
    font-size: 10px;
    background-color: #ebebeb;
    border: 1px solid #333333;
}
.champ:hover, .bouton:hover {
    background-color: #fefefe;
}
.bouton {
    font-weight: bold;
    height: 17px;
    padding: 0 3px;
}
.champ {
    height: 13px;
}
.entete_tableau{
    display: table-cell;
    font-weight: bold;
    color: #f5f5f5;
    padding-left: 5px;
    vertical-align: top;
    text-align: left;
    background-color: #789ab1;
}
.hrAccueil {
	width: 375px;
	margin: 10px 0;
	height: 5px;
	background-color: #339e66;
}

/***************************   structure générale   ***************************/

#conteneur {
    position: relative;
    width: 793px;
    margin: 0 auto;
    color: black;
    background: white url(../images/fond.gif) repeat-y;
}
#conteneur2 {
    background: url(../images/fond2.gif) bottom left no-repeat;
    border-bottom: 1px solid #d26601;
}
#header {
    height: 122px;
    color: white;
    text-align: center;
    background: black url(../images/header.jpg) no-repeat;
}
#zoneIdent {
   padding: 10px 5px;
}
#zoneIdent  .champ, #zoneIdent  .bouton {
    vertical-align: middle;
}
#logoHeader {
   float: left;
}
#header-print{
    display: none;
}
#corps {
    display: table;
    height: 400px;
    width: 560px;
    margin-left: 18px;
    padding: 15px 25px 25px 25px;
    text-align: justify;
    color: black;
}
html>body #corps {
    height: auto;
    min-height: 400px;
}
#accueil {
	float: right;
	padding: 5px 0 2px 0;
	width: 603px;
	_height: 420px;
	min-height: 420px;
	background: url(../images/visu_accueil.jpg) bottom right no-repeat;
	
}
#accueil h1 {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-left: 10px;
}
#accueil h2 {
	color: #315635;
	background: none;
	text-indent: 0;
	font-size: 14px;
}
#accueil h3 {
	color: #d26601;
}
#gauche {
    float: left;
    padding: 15px 0 10px 10px;
    width: 155px;
    background: white url(../images/fond_menu.gif) no-repeat;
}
#gauche a {
   color: black;
   font-weight: bold;
}
#footer {
    color: white;
    text-align: center;
    height: 10px;
    background-color: #d26601;
}
#signature {
    padding-top: 5px;
    height: 15px;
    color: #333333;
    text-align: center;
    font-size: 10px;
    background-color: #c0c0c0;
}
#signature a{
    color:#333333;
}
#edito {
    padding: 10px;
    width: 355px;
    text-align: justify; 
}
#edito2 {
	width: 375px;
}
#edito p {
     margin-top: 10px;
}
#edito p img {
     margin-top: 3px;
     width: 200px;
}
#edito .photo {
    float: right;
    margin-left: 15px;
}
#actuAccueil {
    width: 375px;
    color: #666666;
}
#actuAccueil h2 {
     margin: 0px;
}
#actuAccueil p {
     margin: 0px;
}
#actuAccueil img {
     margin-top: 2px;
}
#actuAccueil a {
    color: #cd1a73;
}

@media print{
    #conteneur {width:100%;}
    #header-print {display:block;}
    #header {display:none;}
    #gauche {display:none;}
    #corps{margin-left:0px;}
    #menu{display:none;}
    #footer img{display:none;}
    #footer .texte{position:relative;width:auto;}
}
