html, body {
margin: 0;
padding: 0;
left : auto;
right : auto;
/*background-color : #036c8a; ou plus clair : F8F8F8*/
background-color : #F8F8F8;
}


.titre {
	font-family: Corbel;
	font-size: 23px;
	color: #036C8A; 
	font-weight : bold;
	margin-left : 10px;
}
.titre2 {
	font-family: Corbel;
	font-size: 15px;
	color: #000D37;
	/*font-style: italic;*/
	margin-left : 10px;
}

.txt1 {
	font-family : Verdana;
	font-size : 11px;
	color : #2e1f1f;
	text-align : left;
	font-style : normal;
	line-height:17px;
}
.txt2 {
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
	text-align : left;
	font-style : normal;
	line-height:24px;
}

.right {
	text-align : right;
}

a.lien{
	color:#000000;
    text-decoration: none; 
}
a.lien:hover{
	color:#E17800;
    text-decoration: underline; 
}
a.lien2{
	color:#000000;
    text-decoration: none; 
}
a.lien2:hover{
	color:#000D37;
    text-decoration: underline; 
}
a.lien3{
	color : #2e1f1f;
    text-decoration: none; 
}
a.lien3:hover{
    text-decoration: underline; 
}
a.normal{
	color:#1339A1;
    text-decoration: none; 
}
a.normal:hover{
	color:#C88602;
    text-decoration: underline; 
}
a.lien_simple{
	color:#003399;
	font-style : normal;
	font-weight : bold;
    text-decoration: none; 
}
a.lien_simple:hover{
    text-decoration: underline; 
}
a.tarifs {
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
	text-align : left;
	font-style : normal;
	line-height:24px;
	color:#2e1f1f;
}
a.tarifs:hover {
	color:#E17800;
}


#global {
position : absolute;
/*left :50%;*/
/*top : 50%;*/
height : 600px;
width : 900px;
/*margin-left : -570px;*/
/*margin-top : -305px;*/
/*background-image : url(image/fond_site.jpg);*/
}

#visuel {
z-index: 6;
position : absolute;
width : 594px;
height : 550px;
/* avant
top : 21px;
left : 18px;
*/
top : 20px;
left : 272px;
background-color : #E6E6E6;
/*margin-left: 5;*/
border-right-style: groove;
border-width: 1px;
}


#menu_droit {
z-index : 1;
position : absolute;
width : 270px;
height : 550px;
/* avant
top : 21px;
left : 612px;
*/
top : 20px;
left : 0px;
background-color : white; /*#E6E6E6*/
}

#bas {
z-index : 2;
position : absolute;
width : 840px;
height : 30px;
left : 30px;
top : 600px;
}


#tag {
z-index : 3;
position : absolute;
width : 750px;
height : 90px;
top : 790px;
left : 60px;
}


#accueil {
z-index : 4;
position : absolute;
width : 864px;
height : 550px;
top : -15px;
left : 18px;
}
#btn_accueil {
z-index : 5;
position : absolute;
width : 850px;
height : 550px;
top : 6px;
left : 45px;
color:#black;
text-decoration: none; 
font-family : Verdana;
font-size : 9px;
}
#image_rond {
position : absolute;
z-index: 20;
top : 20px;
left : 806px;
width : 55px;
height : 55px;
}

.tab_tarif_td1 {
border: 1px solid #C0C0C0;
background-color: #036C8A;
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;

font-family : Verdana;
font-size : 11px;
color : white;
text-align : center;
font-weight : bold;
}
.tab_tarif_td2 {
border: 1px solid #C0C0C0;
padding-top:8px;
padding-bottom:8px;
padding-left:5px;
padding-right:5px;
height : 40px;

font-family : Verdana;
font-size : 10px;
text-align : left;
}



/*
#rond_rouge {
z-index : 20;
top : 20px;
left : 870px;
background-image : url(image/rond_rouge.jpg);
}
*/

