@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border: none;
	list-style-type: none;
	font-weight: normal;
}
body {
	color: #777;
	background:  #444 url(../images/bgnd_degradenoir.jpg) repeat-x;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}
p {
	margin: 10px 10px 0px 0px;
}
a {
	color: #F06;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 30px;
	color: #F06;
	margin: 0px;
}
h2 {
	font-size: 24px;
	color: #666;
	margin: 10px 0px 0px 0px;
}
h3 {
	font-size: 14px;
	margin: 10px 0px 0px 0px;
	color: #F06;
}
#conteneurprincipal {
	height: auto;
	width: 950px;
	margin: 10px auto;
}
#top {
	background-image: url(../images/fdb_01.jpg);
	height: 150px;
	width: 950px;
}
#menu {
	height: 36px;
	width: 950px;
	background-image: url(../images/fdb_02.jpg);
}
#menu li {
	display: inline;
}
#menu a {
	width: 156px;
	float: left;
	height: 35px;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	line-height: 35px;
	border: solid 1px #666;
}
#menu a:hover {
	background-color: #333;
	color: #FFF;
	text-decoration: none;
}
#centre {
	background: #FFF url(../images/fdb_03.jpg);
	height: auto;
	width: 950px;
	float: left;
}
#gauche {
	height: auto;
	width: 250px;
	float: left;
}
#gauche ul {
	margin-bottom: 30px;
}
#gauche img {
	clear: both;
	float: left;
}
#gauche a {
	width: 248px;
	float: left;
	height: 30px;
        line-height: 30px;
	text-align: center;
	color: #F06;
	border-bottom: solid 1px #FFF;
	margin: 0px 0px 0px 2px;
}
#gauche a:hover {
	background-color: #FFF;
	color: #666666;
	text-decoration: none;
}
#gauche p {
	margin-left: 10px;
	color: #333;
}
#gauche h2 {
	margin-left: 10px;
}
#gauche h3 {
	margin-left: 10px;
	color: #333;
}
#droite {
	height: auto;
	width: 680px;
	float: left;
	padding: 10px;
}
#adresse {
	background-color: #FCC;
	padding: 5px;
	margin-top: 10px;
}
#bas {
	background-image: url(../images/fdb_05.jpg);
	background-repeat: no-repeat;
	width: 950px;
	height: 60px;
	float: left;
	font-size: 10px;
	text-align: center;
	padding: 25px 0px 0px 0px;
	color: #999;
}
table {
	border-spacing:1px;
	background-color:#FFFFFF;
	position: inherit;
	width: 650px;
	margin: 10px 0px 0px 0px;
	text-align: left;
}
td, th {
	padding: 4px;
	vertical-align: middle;
	text-align: center;
}
#orga td {
	text-align: left;
	vertical-align: top;
}
thead th {
	text-align: center;
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
}
tbody th {
	font-weight: normal;
}
strong {
	color: #666;
}
tbody tr		{
	background-color:#FFF; 
	text-align:left;
	}
tbody tr.odd 	{
	background: #cf9;
	border-top:1px solid #FFF;
}
.pagecourante {
	background-color: #FFF;
	color: #F06;
}
.aligneagauche {
	margin: 0px 10px 5px 0px;
	float: left;
}
.aligneadroite {
	float: right;
	margin: 0px 0px 5px 10px;
}
#prod {
	height: auto;
}
input {
	background-color: #DDD;
	height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
textarea {background-color: #DDD;}
button {
	line-height: 20px;
	background-image: url(../images/fdb_02.jpg);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFF;
	border: 1px solid #999;
}
#facebook {
	float: right;
}
