/* CSS Document */

h1 {
	border-top : 1px dotted #666666;
	
}
h2 {
	width:738px;
	height:1px;
	margin-left:5px;
	border-top : 1px dotted #666666;
	
}

#global {
	height:550px;
	width:755px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;
	padding:0;
	background-image:url(imgs/fond.gif);
	background-repeat:repeat-y;
}

#header {
 	width:750px;
 	height:230px;
	margin-left:2px;
}

#bordhaut {
	margin-left:2px;
	width:748px;
	height:12px;
	background-color:#20a9dd;
}

#bandeau {
	margin-left:1px;
	width:750px;
	height:121px;
	background-image:url(imgs/bandeau.gif);
	
}

#bande_orange {
	margin-left:1px;
	width:750px;
	height:20px;
	background-image:url(imgs/bande_orange.gif);
	
}

#logo {
	width:750px;
	height:76px;
}

#titre {
margin-top:25px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
letter-spacing:1px;
/*font-weight:bold;*/
color:#d8941d;

}

#texte {
color:#333333;
margin-right:5px;
display:inline;
}

#droite {

font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:justify;
line-height:24px;
width:370px;
margin-left:20px;
color:#333333;

}

#gauche {
position:relative;
left:445px;
top:-118px;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:justify;
line-height:18px;
width:300px;
color:#333333;

}

#tab_bleu {

background-color:#f7fcfe;
border:1px solid #a7def9;
width:272px;
color:#7b7b7b;
font-size:10px;
line-height:12px;

}


#adresse {
	position:relative;
	width:755px;
	height:80px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	font-size: 9px;
	color: #666666;
	background-image:url(imgs/fond.gif);
	background-repeat:repeat-y;
	padding:0;
}

#fin {
	width:755px;
	height:10px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
	background-image:url(imgs/fin.gif);
	background-repeat:repeat-x;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
a {
	font-size: 10px;
}
a:link {
	text-decoration: none;
	color: #0099CC;
}
a:visited {
	text-decoration: none;
	color: #0099CC;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #0099CC;
}
.txtbleu {
color:#20a9dd;
}


