body {
	background-color: #666666;
}

/*__________________________*/

#container{
	width:800px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	height: auto;
}
/* banniere*/

#topbar{
	width:800px;
	display:block;
	height:108px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 2px;
}


#deco1{
	width:800px;
	display:block;
	height:14px;
}
/*menu*/
#navbar{
	width:800px;
	display:block;
	height:100px;
}

#deco2{
	width:auto;
	display:block;
	height:50px;
	background-color: #990000;
}

#main{
	width:auto;
	display:block;
	padding-right: 15px;
	padding-left: 15px;
}
#column_left{
	width:555px;
	float:left;
	padding-left: 10px;
	margin-right: 10px;
}
#column_right{
	width:185px;
	float:right;
	height: auto;
}
#footer{
	width:800;
	display:block;
	height:20px;
	margin-right: 15px;
	margin-left: 15px;
	text-align: center;
	vertical-align: bottom;	
}

/*
div.spacer, permet de faire deux colonne dans #container
*/
div.spacer{clear:both; height:10px; display:block;}

/*include*/

#cadre {
	float: none;
	background-position: center;
	width: 555px;
	background-color: #FFFFFF;
}

#menu{
	width:800px;
	display:block;
	height:45px;
}

#imgreal{
	margin-right: 5px;
	height: 200px;
	width: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#txtreal{
	vertical-align: text-bottom;
	text-align: left;
}

/* liens */
a:link {
	color: #FF9900;text-decoration: none
}
a:visited {
	color: #FF9900;
	text-decoration: none
}
a:active {
	color: #ffff;
	text-decoration: none;
	background-color: #FF9900
}
a:hover {
	text-decoration: none;
	background-color: #FF9900;
	color: #FFFFFF;
}


/* texte */

.titre1bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
}

.titre1negatif {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #FFFFFF;
}

.titre1normal {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
}

.soustitre {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}
.text-gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.texteblanc {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
}
.texte-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
}.text-souligne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
