/* CSS Document */
BODY
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
}
.martin {
	margin-top: 15px;
	padding-left: 5px;
	font-size: 18px;
	color: #990000;
	font-weight: bold;
}
h1
{
	font-size: 16px;
	color: #000066;
	font-weight: bold;
}
h2
{
	font-size: 14px;
	margin-bottom: 7px;
	*margin-bottom: 5px;
	color: #000066;
	font-weight: bold;
}
.text {
	font-size: 11px;
}
.text_vert {
	font-size: 11px;
	font-weight: bold;
	color: #006600;
}
.text_blue {
	font-size: 11px;
	font-weight: bold;
	color: #000066;
}
.text_rouge2 {
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}
p
{
	margin-top: -3px;
	*margin-top: 5px;
	font-size: 11px;
}
.button {
	font-size: 10px; 
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5d9ace;
	clip:  rect(   );
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px
}
/********************** newsbox ******************/
.tit_newsbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #b2cbef;
	text-align: left;
	text-indent: 7px;
	text-valign: bottom;
	font-weight: bold;
	color: #000066;
	height: 27px;
	width: 298px;
	!width: 296px;
	display: block;
	/*margin-top: 5px;*/
	line-height: 30px;
	white-space: normal;
}
#divNewsbox {
	padding: 5px 5px 20px 5px;
	margin-bottom: 10px;
	border-width: thin;
	border-style: solid;
	border-color: #b2cbef;
}
.newsbox {
	
	font-size: 11px;
	line-height: normal;
	color: #000000;
	font-weight: normal;
	font-variant: normal;
	}
.lien_newsbox {
	padding-left: 5px;
	font-size: 11px;
	line-height: normal;
	color: #000000;
	font-weight: normal;
	font-variant: normal;
	float:right
	}
.pt_espace {
	font-size: 2px;
}
/********************** fin newsbox ******************/
.pt_text
{
	padding-left: 7px;
	font-size: 10px;
	color: #000099;
}
.pt_text:link
{
font-size: 10px;
}
.pt_text:hover
{
font-size: 10px;
}
.pt_text:visited
{
font-size: 10px;
}
A:link
{
	COLOR: #000066;
	TEXT-DECORATION: none;
	TEXT-TRANSFORM: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
A:hover
{
    COLOR: #660000;
	TEXT-DECORATION: none;
	TEXT-TRANSFORM: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
A:active
{
    COLOR: #660000;
	TEXT-DECORATION: none;
	TEXT-TRANSFORM: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
A:visited
{
    COLOR: #000066;
	TEXT-DECORATION: none;
	TEXT-TRANSFORM: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}