body{
	background: url(images/fond_main.gif);
}
body, p, td{
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana;
	font-size: 12px;
	border: 0px solid white;
}
.floatright{
	float: right;
	width: 619px;
}
.floatleft{
	float: left;
	width: 160px;
}
#content{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	text-align: left;
}
.text{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 30px;
	text-align: justify;
}
.stitre{
	/*color: #990033;*/
	color: #A3003F;
	font-size: 14px;
	font-weight: bold;
}
.small{
	font-size: 11px;
	color: gray;
}

a:link {
	color : black;
}
a:visited {
	color : black;
}
a:hover {
	color : maroon;
}

#ligne{
	padding: 0px;
}

/* forms */
input
{
	background-color : #FFFFFF ;
	font-size : 10px ;
	color: gray ;
	font-weight : normal ;
	border : 1px solid #C1C0B6 ;
	margin:2px 0px;
}
input.big
{
	background-color : #FFFFFF ;
	font-size : 14px ;
	color: gray ;
	font-weight : normal ;
	border : 1px solid lightgrey ;
	width: 250px;
}
input.radio{
  background-color : transparent ;
  border : none ;
  margin:0;
}
optgroup, optgroup option {
    font-style: normal;
}
#footer{
	margin:5px auto 10px auto;	
	color:#636363;
	font-size:9px;
	width:775px;
}
#footer p{
	padding-left:20px;
}
.box_login{
	position: absolute; 
	top: 0px; 
	right: 23px; 
	width: 96px; 
	height: 100px;
	background: url(images/box_login.gif) top left no-repeat;
	text-align: left; 
	z-index: 99;
	padding-left:5px;
}
.box_login input[type=text], .box_login input[type=password]{
	border:1px solid white;
	height:13px;
	margin-top:3px;
	width:87px;
}
h1{
	color:#fff;
	margin-left:20px;
	margin-top:3px;
	margin-bottom:0;
	font-size:30px;
}
h2{
	color:#fff;
	margin-left:20px;
	margin-top:0px;
	margin-bottom:0;
	font-size:22px;
}