@charset "utf-8";

html, body {
	margin:0;
	padding:0;
}

body {
	background:color #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
}

#site {
	width:966px;
	margin-right:auto;
	margin-left:auto;
	background:url(../_img/bordures.png) repeat-y;
}

#header {
	width:950px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
}

#header #left {
	width:572px;
	height:150px;
	background:url(../_img/left.jpg) no-repeat;
	float:left;
}

#header #right {
	width:377px;
	height:150px;
	background:url(../_img/right.jpg) no-repeat;
	float:right;
}

#menu {
	clear:both;
	width:950px;
	height:22px;
	padding-top:5px;
	margin-left:auto;
	margin-right:auto;
	background:#dab324;
	border-bottom:1px solid #ffffff;
}

.btMenu {
	margin-left:40px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#444c4f;
}

.btMenu a {
	font-family:Tahoma, Arial, "sans-serif";
	font-size:14px;
	color:#444c4f;
	text-decoration:none;
}

#fil {
	clear:both;
	width:940px;
	height:21px;
	padding-top:6px;
	padding-left:10px;
	margin-left:auto;
	margin-right:auto;
	background:url(../_img/bg-fil.jpg) repeat-x;
	border-bottom:1px solid #ffffff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#ffffff;
}

#fil a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#ffffff;
}

#container {
	clear:both;
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

#container #content {
	width:681px;
	height:440px;
	background:#54949b;
	float:left;
	padding:10px;
	overflow:auto;
}

#content h1 {
	font-size:12px;
	color:#ffffff;
	background:url(../_img/h1.jpg) no-repeat left;
	padding-left:15px;
	text-transform:uppercase;
	
}

#content h2 {
	margin-top:20px;
	font-size:10px;
	background:#444c4f url(../_img/h2.jpg) no-repeat left;
	padding:2px 2px 2px 10px;
	color:#ffffff;
	display:inline;
	text-transform:uppercase;
}

#content p {
	font-size:12px;
	color:#ffffff;
}

#content a {
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}

#content ul, #content li {
	color:#ffffff;
}

#container #colonne {
	width:248px;
	height:460px;
	background:#c84665;
	float:right;
	color:#ffffff;
}

#container #colonne input {
	background:#c84665;
	border:0;
	color:#c84665;
}

#colonne #rappel, #colonne #articles {
	width:228px;
	border-bottom:1px solid #c84665;
	padding:10px;
}

#colonne h1 {
	font-size:12px;
	text-transform:uppercase;
	background:#c84665 url(../_img/h1-colonne.jpg);
}

#colonne h1 span {
	background:#c84665;
	padding-right:5px;
}

#colonne #articles ul {
	list-style:url(../_img/articles-lies.jpg);
}

#colonne #articles ul a {
	text-decoration:none;
	font-size:12px;
	color:#c84665;
}

#colonne #articles ul a:hover {
	text-decoration:none;
	font-size:12px;
	color:#ffffff;
}

#footer {
	clear:both;
	width:930px;
	height:19px;
	padding: 8px 10px 0px 10px;
	margin-left:auto;
	margin-right:auto;
	background:url(../_img/bg-footer.jpg) repeat-x;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#ffffff;
}

#footer a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
}

#footer #copyright {
	width:100px;
	float:left;
}

#footer #menuFooter {
	width:800x;
	float:right;
	text-align:right;
}