html,body {
	font-family	: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size	: 12px;
	color		: #000;
	font-weight	: 100;
	margin:0;
	padding:0;
	scrollbar-arrow-color: #cc0000;
	scrollbar-base-color: #333333;
	scrollbar-dark-shadow-color: #cc0000;
	scrollbar-track-color: #000;
	scrollbar-face-color: #333333;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: silver;
	scrollbar-3d-light-color: #cc0000;
}


body {
	text-align:center;
	color:#fff;
	background-color:#000;
	margin-top:40px;
	letter-spacing:0px;
	}


ul, li {padding:0; margin:0;}

html{
	margin-bottom: 0.01em;
}


table, tr, td, input, select {
font-family	: Arial, Helvetica, sans-serif;
font-size	: 11px;
color		: #fff;
}

.imgb{
border		: 1px solid #fff;
margin		: 1px;
padding		: 0px;
}

a {
	color		: #fff;
	text-decoration: none;
}

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


#global {
margin		: 0px auto;
padding		: 0px;
width		: 900px;
text-align	: left; /* on rétablit l'alignement normal du texte */
position	: relative;
border		: 1px solid #bd0000;
background	: #000;
height		: 500px;
}

.left{
width		: 136px;
position	: absolute;
left		: 0px;
height		: 500px;
background-image:url(img/fond-menu.jpg);
}

.main{
width		: 529px;
margin-left	: 136px;
position	: absolute;
float		: left;
height		: 500px;
}

.right{
width		: 235px;
right		: 0px;
position	: absolute;
height		: 500px;
}


.contentleft {
margin		: 200px 0px 0px 20px;
}

.contentright{
margin		: 115px 5px 20px 15px;
}

.contact{
background-color	: #7e625d;
height				: 20px;
font-size			: 14px;
padding-left		: 15px;
}

.contact-txt a:link {
text-decoration	: none;
}

#footer{
margin			: 0 auto;
color			: #fff;
font-size		: 10px;
text-align		: center;
padding-top		: 10px;
width			: 900px;
}


/* ======== MENU ======== */
#menu {
   margin:0;
   padding:0;
}

#menu li {
padding			: 0;
margin			: 0;
padding-bottom	: 40px;
list-style-type	: none;
font-size		: 13px;
background-image: url(img/bg-menu.gif);
}

#menu a:link, #menu a:visited{
text-decoration	: none;
color			: #9c061d;
}

#menu a:hover {
   color:#fff;
}

#menu a:selected{
	color:#fff;
}



/* ======== STYLES ======== */

h2 {
	font-size	: 14px;
	font-weight	: 100;
	color		: #999;
	padding		: 0;
	margin		: 0;
}


#rouge {
	padding		: 10px;
	color		: #fff;
	background	: #FF0000;
	font-size	: 13px;
	text-align	: center;
	
	border		: 1px solid #fff;
	border-width: 1px 1px 1px 1px;
}

#texte12{
font-size	: 12px;
line-height		: 1px solid #999;
	border-width: 0 0 1px 0;
}

.corps_annonce{
	font-size	:12px;
}

.couleur{
	color:#a7cefe;
}

#titre{
	font-family	:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size	:13px;
	border		: 1px solid #999;
	border-width: 0 0 1px 0;
}

.font10{
font-size:10px;
}
: 20px;
}

.titre_annonce{
	font-family	:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size	:16px;
	border	
}
/* ====== TABLEAUX ========*/

.table12 td{
	font-size:12px;
	border-bottom: 1px solid #777;
}

.table12 td a {
	text-decoration: underline;
}

.table td {
	border-bottom: 1px solid #777;
}

.table td a {
	text-decoration: underline;
}

th {
	color		: #000;
	background	: #999;
	font-weight	: bold;
	border-bottom: 1px solid #fff;
}

.row {
	background	: transparent;
}

.tableau_ann {
	border		: 1px solid #fff;
}


.dark {
	background	: #444;
	font-weight	: bold;
	font-size	:12px;
}


.clear {
	background	: #555;
}

.rowhover {
	background	: #555;
}





/* ========= FORMULAIRE =========*/
input, select, textarea {
	padding		: 1px 2px 0 2px;
	border		: 1px solid #FFFFFF;
	background	: #333;
	color		:#FFFFFF;
	font-family	:Arial, Helvetica, sans-serif;
	font-size	:11px;
}


.bouton {
	background	: #0164b0;	
}

