/* CSS Document */
body
{
	margin:0;
	padding:0; 
	background-color:#FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626262; 
}
.texte
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626262; 
}

.haut
{
	background-image:url(images/cws_fond_banner.jpg); 
	width:766px;
	height:167px;
	position:relative;
}

.milieu
{ 
	width:766px;
	position:relative;
}

.gauche
{
	background-image:url(images/cws_fond_menu.jpg); 
	width:241px;
	height:500px;
	position:relative;
}
.droite
{
	width:525px;
	left:241px;
	top:0px;
	position:absolute;
}

.bas
{
	background-image:url(images/cws_fond_bas.jpg); 
	width:525px;
	height:145px;
	position:relative;
}

.image_titre
{ 
	padding-right:30px;
}

.titre_orange
{
	color:#F5621F;
	font-size:13px;
	font-weight:bold;
}

.titre_vert
{
	color:#1BAA37;
	font-size:13px;
	font-weight:bold;
}

.titre_bleu
{
	color:#60A5CC;
	font-size:13px;
	font-weight:bold;
}

.legende
{
	font-size:10px;
}

.budget
{
	color:#60A5CC;
	font-size:14px;
	font-weight:bold;
}

.chapeau_bleu
{
	color:#60A5CC;
	font-size:11px;
	font-weight:bold;
}

.titre_rouge
{
	color:#FF5730;
	font-size:11px;
	font-weight:bold;
}

a.lien_rouge {  
	text-decoration: none;
	color: #FF5730;
}
a.lien_rouge:hover {  
	text-decoration: underline; 
	color: #FF5730;
}
a.lien_rouge:visited {  
	text-decoration: none;
	color: #FF5730;
}
a.lien_bleu {  
	text-decoration: none;
	color: #60A5CC;
}
a.lien_bleu:hover {  
	text-decoration: underline; 
	color: #60A5CC;
}
a.lien_bleu:visited {  
	text-decoration: none;
	color: #60A5CC;
}

.menu
{
	width:184px;
	height:180px;
	position:absolute;
	top:25px;
	left:0px;
}

.dernier
{
	width:230px;
	height:100px;
	position:absolute;
	top:200px;
	left:0px;
}

li {
	background-image: url(images/puce.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 10px;
	text-indent: 5px;
	line-height:16px;
	margin-bottom: 2px
 }
 
.form_fond {
	BORDER-RIGHT: #516F8A 1px solid;
	BORDER-TOP: #9BABBA 1px solid;
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	BORDER-LEFT: #9BABBA 1px solid;
	COLOR: #3D4E66;
	LINE-HEIGHT: normal;
	BORDER-BOTTOM: #516F8A 1px solid;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: white;
	background : #EBF7FC;
}
.form_bouton {
	BORDER-RIGHT: #516F8A 2px solid;
	BORDER-TOP: #9BABBA 2px solid;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BORDER-LEFT: #9BABBA 2px solid;
	COLOR: #626262;
	BORDER-BOTTOM: #516F8A 2px solid;
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #EBF7FC;
	FONT-VARIANT: normal;
	TEXT-DECORATION: none;
	text-align : center;
	padding-bottom : 1px;
	padding-left : 1px;
	padding-right : 1px;
	padding-top : 1px;
}