body{

	margin : 0;

	font-family : verdana;
	
	color : #FFFFFF;

	font-size : 8pt;
	
	text-align: center;
	
	background-color : #000000;

}

table{

	width : 100%;
	height : 100%;
	border : 0;
	cellpadding : 0;
	cellspacing : 0;

}

hr{

	size : 1;
	height : 1px;
	color : #cccccc;
	background-color : #cccccc;
	border : 0;
}


a, a:link, a:active, a:visited{

	color : #A3145A;
	text-decoration : underline;

}

a:hover{

	color : #99CC00;

}

fieldset{

	border : #CD4604 1px solid;
	padding : 8px;

}

legend{

	font-size : 10pt;
	font-weight : bold;
	color : #CD4604;

}


form{

	margin : 0;
}

textarea,input,select{

	font-family : verdana;

	font-size : 8pt;
	
	padding : 5px;
	
	background-color :#FFFFFF;
	
	border : 0;
	
	color : #000000;
	
	float : left;

}



textarea{

	height : 85px;

}

.input_normal{
	
	border : gray 1px solid;
	background-color : #F4F2E3;

}

.input_hl{
	
	border : red 1px solid;
	background-color : #FFF9B5;

}

.bouton{

	border : gray 1px solid;
	background-color : #CDD7E2;
	font-weight : bold;
	color : #444444;
	margin : 0;
	cursor : pointer;
	padding:3px .25em 3px .25em;
	width:auto;
	overflow:visible;
	margin-top : 40px;
	margin-bottom : 15px;

}

.bouton:hover{

	background-color : #CD4604;
	color : white;

}



.label{
	
	color : white;
	margin-top : 5px;
	width : 80px;
	float : left;

}


.erreur_form{

	color : white;
	background-color : #CD4604;
	margin-top : 3px;
	margin-bottom : 3px;
	padding : 2px;

}

.ligne_form{

	float : left;
	margin-top : 7px;
	margin-bottom : 7px;

}


img {

	border : 0;
	margin : 0;

}

.site {

     position:absolute;

     left: 50%;

     width: 660px;

     margin-left: -330px;
     

}

.top{

	background-image: url(head.png);
	background-repeat : no-repeat;
	background-position : center;

	height : 238px;
	width : 660px;
	
	margin-top : 10px;
	margin-bottom : 15px;

}




#contenu{
	
    text-align: left;

	float : right;
	
	height: auto;
	min-height: 300px;
	_height: 300px;
	
	padding-bottom : 20px;
	
	width : 660px;
	

}


.bloc_contenu{

	margin-left: auto;
	margin-right: auto;
	margin-top : 20px;

}


.bloc_lien{

	float : left;
	width : 165px;
	height : 65px;
	text-align : center;
	background-color : black;
}

.bloc{

	background-color : #121212;
	border : #242424 1px solid;
	padding : 15px;
	padding-left : 65px;
	color : #A3145A;
	margin-top : 20px;

}


.footer{
	
	float : left;

	font-size : 8pt;

	width : 660px;
	
	background-color : #121212;
	
	line-height : 30px;
	
	height : 30px;
	
	text-align : center;
	
	border : #242424 1px solid;
	
}


