/*
table {border: 1px solid black}
td {border: 1px dotted gray}
div {border: 1px solid orange}
img, form {border: 1px dashed blue}
h1, h2, h3, h4, h5, h6, p {border: 1px solid yellow}
ul {border: 1px solid green}
li {border: 1px solid lightgreen}
*/

body{
	background-color:#000000;
	background-image:url(images/fond.jpg);
	background-repeat:repeat-x;
	color:#d9dadb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

img{
	border:0px;
}

.cadre_accueil{
	background-color:#000000;
	width:733px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	float:left;
	color:#646567;
}

.haut_cadre{
	width:766px;
	height:5px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/haut.jpg);
	background-repeat:no-repeat;
	background-position:23px;
	margin-top:63px;
}

.droit_cadre{
	float:right;
	background-image:url(images/droite.jpg);
	width:4px;
	height:405px;
}

.logo{
	display:block;
	margin-top:80px;
	margin-left:auto;
	margin-right:auto;
}

.envellope {
	margin-top:5px;
	border-width:0px;
}
.construction{
	height:400px;
	width:23px;
	float:left;
}
.conteneur{
	width:766px;
	margin-left:auto;
	margin-right:auto;
}
#mail_accueil{
	float:right;
	text-align:center;
	margin-top:10px;
	margin-right:20px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
