/* CSS Document */
body {
	background-color : #000000;
	color:#FFFFFF;
	font-family : "Trebuchet MS";
	font-size : 12px;
	text-align : center;
	line-height : 17px;
}

a {
	color : #73BCE7;
	text-decoration : none;
}

a:link {
	color : #73BCE7;
	text-decoration : underline;
}

a:visited {
	color : #73BCE7;
	text-decoration : underline;
}

a:hover {
	color : #73BCE7;
	text-decoration : underline;
}

#conteneur {
	background-color : #000000;
	margin-left : auto;
	margin-right : auto;
	margin-top:0px;
	width:850px;
	bottom : 10px;
	text-align : left;
}

#colonne1
{
   width:515px;
   float:left;
   background-color : #000000;
}
 
#colonne2
{
   width:165px;
   height:450px;
   float:right;
   background-color : #000000;
   background-image: url(../images/droite.jpg);
}

#gauche {
	float : left;
	padding : 0px 0px 0px 0px;
	background-color : #000000;
	bottom : 0px;
	width : 170px;
	height:auto;
}

#droite {
	width:680px;
	position : relative;
	padding : 0px 0px 0px 0px;
	float : right;
}

.spacer {
	clear : both;
}

.spacer2 {
	clear : right;
}

.spacer3 {
	clear : left;
}

#texte {
	width:650px;
	padding : 5px 5px 5px 5px;
	font-family:"Trebuchet MS";
	font-size:14px;
	font-style:normal;
	text-align : justify;
}

h1 {
	padding : 5px 5px 5px 5px;
	margin : 0px 0px 0px 0px;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:16px;
	font-style:normal;
	text-align : center;
	color : #66ccff;
}

h2 {
	padding : 2px 2px 2px 2px;
	margin : 5px 0px 5px 0px;
	font-family:"Arial",Helvetica, sans-serif;
	font-size:15px;
	font-style:normal;
	text-align : center;
	color : #66ccff;
	border-bottom-color : #66ccff;
	border-left-color:#66ccff;
	border-right-color:#66ccff;
	border-top-color : #66ccff;
	border-bottom-width : 4px;
	border-top-width : 4px;
	border-right-width : 4px;
	border-left-width : 4px;
	border-bottom-style:ridge;
	border-left-style:ridge;
	border-right-style:ridge;
	border-top-style:ridge
}

h3 {
	padding : 2px 2px 2px 2px;
	margin : 5px 0px 0px 0px;
	font-family:"Arial",Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	text-align : center;
	color : #73BCE7;
}
	
h4 {
	font-size : 12px;
	font-weight : normal;
	color : #73BCE7;
	margin : 0;
	padding : 0;
	font-style : normal;
	text-align : left;
}

h5 {
	font-size : 11px;
	font-weight : normal;
	color : #73BCE7;
	margin : 5px;
	padding : auto;
	font-style : normal;
	text-align : center;
}

	p {
	padding : 2px 2px 2px 2px;
	margin : 0px 0px 0px 0px;
	margin-bottom : 12px;
	text-align : justify;
}

.tableau {
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding : 5px 5px 0px 5px;
	font-weight:lighter;
	text-align:justify;
}

#img_achat {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-top: 25px;
	float: left;

}

/***** Fond de page *****/

#bottom {
	margin-left : auto;
	margin-right : auto;
	margin-top:0px;
	padding : 0px 0px 0px 0px;
	background-color : #000000;
	font-family : "Trebuchet MS";
	font-size : 12px;
	text-align : center;
	line-height : 17px;
	width:850px;
}

