body {
	margin:0;
	background-color: #000;
	color:#ddd;
	font-family:Trebuchet MS,Helvetica;
	font-size:12px;
	padding-bottom: 20px;
}
a img{
	border:0;
}

#container{
	width: 953px;
	height: 100%;
	margin: 0 auto 20px auto;
	overflow: hidden;
	height:1%;
}

#cntLeft{
	background-image: url("../images/fond-left.jpg");
	background-repeat: repeat;
	background-color: #000000;
	width:263px;
	font-family: "Trebuchet MS",Helvetica;
	float:left;
	height: 100%;
	padding-bottom: 15px;
}

#cntLeft h2 {
	color: #E99393;
	font-weight: 900;
	font-size: 12px;
}
#cntDesc{
	width:215px;
	margin-left:40px;	
	height: 100%;
}

#top{
	height:146px;
	background-image:url("../images/fond-top.jpg");
	width:953px;
}

#logo {
	height:104px;
	background-image:url("../images/logo.gif");
	width:177px;
	margin-left:11px;
	margin-top:8px;
	float:left;
	}

#menu {
	margin-right:15px;
	width:407px;
	right:0;
	float:right;
	}
	
#bottom {
	margin-right:15px;
	margin-left:30px;
	width:217px;
	height:25px;
	top: 1482px;
	left: -265px;
}

#content {
	width:682px;
	float:left;
	background-image:url("../images/fond-centre3.jpg");
	background-repeat: repeat;
	background-color: #000000;
	padding-bottom: 15px;
	margin-bottom: 20px;
	line-height: 12pt;
}



h1 {
	margin:0;
	width:200px;
	height:37px;
	padding: 10px 0 0 100px;
}

h2 {
	margin:0;
	width:600px;
	letter-spacing:0.1em;
	font-size:12px;
	font-weight:normal;
}

#separateur {
width:6px;
	height:100%;
	float:left;
}

#separateur-vertical {
	width:6px;
	height:825px;
	background-image:url("../images/separ-01.jpg");
}

#separateur-vertical2 {
	width:6px;
	height:100%;
	background-image:url("../images/separ-02.jpg");
	background-repeat:repeat;
}

#separateur-horiz1 {
	width:268px;
	height:20px;
	margin-left:100px;
	background-image:url("../images/bar3.gif");
	background-repeat:no-repeat;
}


/* Le reste : */
.description{
	margin-top:5px;
	margin-left:5px;
	float: left;
	width: 230px;
	color:#d19c9c;
}

dl.caracteristiques {
	margin: 0;
	padding: 5px 0 0 20px;
	float: left;
	width: 245px;
	height: 160px;
	line-height: 12pt;
	font-size: 12px;
	
}
dl.caracteristiques dt {
	clear: both;
	display: block;
	width: 70px;
	float: left;
	text-align:right;
	}

dl.caracteristiques dd {
	display: block;
	width: 150px;
	float: left;
	color:#d19c9c;
	margin-left:8px;
}


.projet {
	padding-top:10px;
	padding-left:100px;
	padding-bottom:10px;
	width: 500px;
}


.gras{
		font-weight:900;
}

.barre{
	text-decoration: line-through;
}

.a{
	text-decoration: underline;
	color:#FFFFFF;
}

.gris{
	color:#e99393;
}

.gris2{
	color:#AAAAAA;
	font-weight: bold;	
}


.marron{
	color:#a96b50;
}


.blanc{
	color:#FFFFFF;
	font-weight: bold;	
}

/* Formulaire */
#newsletter label {
	padding: 10px 0;
}
#newsletter input.text {
	padding-left:3px;
	background-color:#5C0403;
	color:#DDDDDD;
	border: thin solid #DDDDDD;
}
#newsletter input.btn {
	margin-top:3px;
	background-color:#5C0403;
	color:#DDDDDD;
	border: thin solid #DDDDDD;
}
