body{
	margin:20px;
}
.menu{
	width:151px;
	float:left;
	margin-right:20px;
}
.separateur{
	margin-top:5px;
	width:100%;
	height:15px;
	background-color:#000000;
}
.navigation{
	margin-top:7px;
	text-transform:uppercase;
	font-size:14px;
}
.link,
.link_selected{
	width:151px;
	margin-top:2px;
	height:15px;
}
.link_selected{
	text-decoration: none;
	background-color:#000000;
	color: #ffffff;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover .link  {
	text-decoration: none;
	background-color:#000000;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.content{
	/*float:left;*/
	position:absolute;
	top:20px;
	left:191px;
	width:525px;
}
.couture_bleu{
	margin-top:7px;
	width:100%;
	height:2px;
	background-image: url(../gfx/blue_line.jpg);
	background-repeat: repeat-x;
}
.couture_bleu_vertical{
	float:left;
	margin-right:7px;
	width:2px;
	min-height:500px;
	background-image: url(../gfx/blue_line_vertical.jpg);
	background-repeat: repeat-y;
}
.couture_verte{
	margin-top:7px;
	width:100%;
	height:2px;
	background-image: url(../gfx/green_line.jpg);
	background-repeat: repeat-x;
}
.couture_rouge2{
	margin-top:7px;
	width:100%;
	height:2px;
	background-image: url(../gfx/red_line.jpg);
	background-repeat: repeat-x;
}
.couture_rouge{
	margin-top:7px;
	width:100%;
	height:9px;
	background-image: url(../gfx/red_hills.jpg);
	background-repeat: repeat-x;
}
.text{
	margin-top:7px;
	font-size:14px;
}

.bloc{
	float:left;
	height:12px;
	width:50px;
	background-color:#000000;
	margin-right:4px;
	margin-top:2px;
}
.title{
	float:left;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	margin-right:20px;
}
.std{
	float:left;
	width:65px;
	font-size:14px;
	padding-top:3px;
}
.formulaire{
	margin-top:7px;
}
.bloc2{
	width:150px;
	min-height:500px;
	float:left;
	padding-top:10px;
}
.form{
	color:#ffffff;
	border:none;
	background-color:#000000;
	padding:5px;
	width:500px;
}
hr{
	background-color:#000000;
	height:1px;
	border:none;
}