/*  ----------------------------- inicializacion --------------------                      */
html { margin: 0px;
padding: 0px;
width: 100%;
overflow: auto;
background-color:#ecede7;
}

body { margin: 0px;
padding: 0px;
width: 100%;

}


/*   --------------------------- fin  de la inicializacion --------------------------- */


body
{
	width: 760px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding:0px;
	background-color: #FFFFFF;
	background-position: left;
	border-style:groove;
	

	background-repeat: no-repeat;

}

table
{
	border: 1px solid #666666; 	
	border-style: dotted;
	border-width: 1px; 
	border-color: #660033;
	/*border-spacing: 5px;*/
	/*font-family:courier;*/
	font-family:arial;
	font-size: 7pt; 
	background:#CCCCFF

}


#en_tete
{
	width: 760px;
	height: 115px;


	background-image: url("logo_manrex.jpg");   /*imagen de fondo*/
	background-repeat: no-repeat;
	margin-bottom: 10px;
	border: 0;
}

#image
{
	width: 220px;
	height: 500px;
	margin-bottom: 10px;
	border: 0;
	float: right;
	background-position: bottom;
	margin-left: 20px;
}



dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	position: absolute;
	top: 100;
	left: auto;
	z-index:100;
	width: 760px;
	color: #FFFFFF;
}
#menu dl {
	float: left;
	width: 	190px;
	margin: 0px;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #ccc;
	border: 1px solid gray;
	background-color: #036497;
}
#menu dd {
	border: 1px solid gray;
}
#menu li {
	text-align: center;
	background: #fff;
	background-color: #5993b9;
}
#menu li a, #menu dt a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
	background-color: #c0d1ea;

}


/* El cuerpo de la pagina*/

#corps
{
	margin-bottom: 20px;
	padding: 5px;
	color: #000099;
	background-repeat: no-repeat;
	border: 0px solid black;
	height: AUTO;
	background-attachment: scroll;
	background-position: RIGHT;
	width: 750px;
	text-align:justify;

}


#corps h1
{
	color: #000099;
	text-align: center;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	font-size: 25px;
}

#corps h2
{
	height: 30px;
	color: #B3B3B3;
	text-align: justify;
	padding-left: 30px;
}





#pied_de_page
{
	padding: 5px;
	text-align: center;
	color: #B3B3B3;
	background-color: #036497;
	background-image: url("motif.png");
	background-repeat: repeat-x;
	border: 2px solid black;
}

.imageflottante
{
   float: left;
}

.special
{
margin-left:100px;
margin-right:260px;
}

.special2
{
margin-left:120px;
margin-right:160px;
}
.special3
{
margin-left:40px;
margin-right:40px;
}

.formulaire
{
display:block;
width:120px;
float:left;
margin-left:100px;
}