/* fonte permise*/
/* Arial, Verdana, Tahoma, Georgia */

/* links */
A:link	{
	text-decoration : underline;
	
}
A:hover 	{
	text-decoration : underline;
}
A:active 	{
	text-decoration : underline;
}
A:visited {
	text-decoration : underline;
}
A:visited:Hover {
	text-decoration : underline;
}
.link{
	line-height : 20px;
	font-family: Arial;
	color : #083E47;
	font-size: 11px;
}

body{
/*
	background-repeat : repeat-x;
	background-image : url(bg.gif);
	background-attachment : scroll;
*/
}

/* form */
.InputSelect{
	font-family: verdana;
	font-size: 10px;		
	background-color: #E4E4DA;
	color: #083E47;
	/* PAS DE WIDTH a mettre direct dans la page style = width: X px; */
}
.Input{
	font-family: verdana;
	background-color: #E4E4DA;
	color: #083E47;
	font-size: 10px;
	/* PAS DE WIDTH a mettre direct dans la page style = width: X px; */
}
.InputButton{
	font-family: tahoma;
	background-color: #ECECE5;
	color: #083E47;
	font-size: 11px;
	font-weight : bold;		
	/* PAS DE WIDTH a mettre direct dans la page style = width: X px; */
}
/* texte */

.titre{
	font-family: Arial;
	color: #B24616;
	font-size: 14px;
	line-height : 20px;  /* kerning */
	font-weight : bold;
}


.texte{
	font-family: Verdana;
	color: #000000;
	font-size: 12px; /* size en EM pour netscape prob de lisibilite */
	font-weight : normal;
	line-height : 16px;  /* kerning */
	text-align : left;
}

.texteSmall{
	font-family: Arial;
	color: #45602E;
	font-size: 0.7em;
	font-weight : normal;
	line-height : 20px; /* kerning */
	text-align : left;
}

#bureaux{
	width:187px; height:113px;
	background:transparent url(Gx/0/bg_bureaux.gif) no-repeat;
	padding-top:22px;
}

#bureaux a{
	color:#658584;
	font:9px Verdana;
	font-weight:bold;
	text-decoration:none;
	padding: 0 5px 0 10px;
	line-height:150%;
	
}

#bureaux a:hover, #bureaux a.actif, #bureaux a:visited.actif{
	color:#c22500;
	background:transparent url(Gx/0/fleche.gif) 5px 4px no-repeat;
}

#adresse{
	background:transparent url(Gx/0/bg_bureau.gif) no-repeat;
	padding-top:5px;height: 108px; _height:113px;
	width:138px;
}

#adresse h4{
	display:block;
	background-color:#096C7C;
	color:#fff;
	font: bold 11px Verdana;
	padding:0 0 0 5px;
	margin:0 2px 3px 0;
	height:15px;
}

#adresse p{
	margin:0;
	padding:2px 0 0 5px;
	font:11px Arial;
	line-height:100%;
	color:#658584;
}

#adresse p span.petit{
	font-size:10px;
}