body {
    font-family: verdana, 'sans-serif';
    background-color: #e2e2e2;
    color: #0c428c;
}

#table1 {
    width: 1000px;
    margin-left: auto; 
    margin-right: auto;
    border: 0px;
}

#entete {
    height: 106px;
    background-image: url(img/entete32.jpg);
}

#bandeau {
    height: 20px;
    background-color: #2db189;
    font-size:12px;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}

#gauche {
    width: 220px;
    height: 485px;
    background-image: url(img/gauche3.jpg);
    background-repeat: no-repeat;
    vertical-align: top;
    margin-top: 5px;
}

#gauche table {
    margin-left: auto;
    margin-right: auto;
}
#gauche td {
	 width: 170px;
    border: 2px solid #0c428c;
    text-align: right;
    padding: 3px;
    font-size: 12px;
    color: #0c428c;
    text-decoration : none;
}
#gauche td:hover {
	 border: 2px solid #fcfdf8;
}
#gauche a{
    color:  #0c428c;
}
#gauche a:hover{
    color:  #30a77a;
}
#gauche a:visited{
    color:  #0c428c;
}

#corps {
    width: 780px;
    height: 485px;
    background-image: url(img/corps2.jpg);
}

#div1 {
	width: 780px;
    height: 485px;
    overflow:auto;
}

#div_infos {
    width: 780px;
    height: 485px;
    overflow:auto;
}
#div_infos table {
	 width: 720px;
    border: 0px;
    margin-left: auto; 
    margin-right: auto;
    color:  #0c428c;
    padding: 5px;
}
#div_infos td {
    padding-left: 10px;
    padding-right: 15px;
    font-size: 12px;
    text-align: left;
}

#pied {
    height: 10px;
    background-color: #30a77a;
    color: #ffffff;
    font-size: 10px;
    text-align: center;
}
 #tab_pop {
    text-align: center;
    background-color: #ffffff;
}
#tab_pop td {
    border: 1px solid #0c428c;
    width: 120px;
}

label {
display:block;
width:150px;
float:left;
} 
fieldset {
	width: 700px;
}

#table_menu td {
	background-color: #0c428c;
	color: #ffffff;
	width: 180px;
	border-right: 2px solid #ffffff;
	text-align: center;
	padding: 3px;
}
#table_menu a {
	text-decoration: none;
	color: #ffffff;
}
#table_men2 td {
	background-color: #0c428c;
	color: #ffffff;
	width: 120px;
	font-size: 11px;
	border-right: 2px solid #ffffff;
	text-align: center;
	padding: 2px;
}
#table_men2 a {
	text-decoration: none;
	color: #ffffff;
}