/* CSS Document */

body {
	background-image:url(images/fond.png);
	width:1000px;
	margin:0 auto;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#header {
	background-image:url(images/header.png);
	width:1012px;
	height:259px;
}

.logo {
	float:left;
	width:600px;
	height:80px;
}

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

.txt_header {
	float:left;
	margin-left:260px;
	width: 410px;
	font-size: 11px;
	text-align: justify;
	font-family: "Trebuchet MS";
}

.clear {
	clear:both;
}

textarea {
	width:400px;
}

.pub_header {
	float:right;
	margin-right: 20px;
	margin-top: 8px;
}

#contenu {
	background-image:url(images/centre.png);
	width:1012px;
}

.bouton1 {
	background-image:url(images/b1.png);
	width:240px;
	height:109px;
	float:left;
	margin-left: 15px;
	margin-top: 10px;
	color:#FFF;
	text-align:center;
	padding-top:15px;
}

.bouton1:hover {
	background-position:bottom;
}

.bouton2 {
	background-image:url(images/b2.png);
	width:240px;
	height:109px;
	float:left;
	margin-left: 8px;
	margin-top: 10px;
	color:#FFF;
	text-align:center;
	padding-top:15px;
}

.bouton2:hover {
	background-position:bottom;
}

.bouton3 {
	background-image:url(images/b3.png);
	width:240px;
	height:109px;
	float:left;
	margin-left: 8px;
	margin-top: 10px;
	color:#FFF;
	text-align:center;
	padding-top:15px;
}

.bouton3:hover {
	background-position:bottom;
}

.bouton4 {
	background-image:url(images/b4.png);
	width:240px;
	height:109px;
	float:left;
	margin-left: 8px;
	margin-top: 10px;
	color:#FFF;
	text-align:center;
	padding-top:15px;
}

.bouton4:hover {
	background-position:bottom;
}

.input {
	background-image:url(images/input.png);
	width:188px;
	height:30px;
	border:none;
	color: #FFF;
	padding-left: 5px;
}

.ok {
	background-image:url(images/ok.png);
	width:32px;
	height:31px;
	border:none;
}

#gauche {
	width:260px;
	float:left;
	margin-top: 10px;
	padding-left: 10px;
}

#droite {
	width:710px;
	float:left;
	margin-top: 10px;
	background-image:url(images/droite.png);
	background-repeat:no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	min-height:300px;
}

.forme1 {
	background-image:url(images/forme.png);
	width:236px;
	height:49px;
	padding-top: 10px;
	padding-left: 5px;
}

.top {
	background-image:url(images/top.png);
	width:237px;
	height:23px;
	color:#FFF;
	padding-top: 4px;
	padding-left: 10px;
	text-transform:uppercase;
	font-size: 13px;
	margin-top: 10px;
}

ul {
	list-style-image:url(images/puce.png);
	margin:0;
	padding:0;
}

#gauche li {
	color:#474747;
}

#gauche li a {
	color:#474747;
}

#gauche li a:hover {
	color:#c51c62;
}

.menu {
	margin-left:20px;
	margin-top:4px;
}

img {
	border:none;
}

h1 {
	font-size:24px;
	color:#ba1a66;
	font-weight: 500;
}

.noir {
	color:#000000;
}


.news {
	width:685px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 11px;
	text-align: justify;
	font-family: "Trebuchet MS";
}

.titre {
	float:left;
	margin-top:10px;
	color:#ab0000;
	margin-bottom:10px;
	font-size:14px;
	font-weight:600;
}

.titre a {
	color:#b41557;
	text-decoration:none;
}

.date {
	float:right;
	font-size:12px;
	margin-top:13px;
	color: #989898;
}

.txt_news {
	font-size:12px;
}

.tags a {
	color:#b41557;
	text-decoration:none;
}

#footer {
	background-image:url(images/footer.png);
	width:1000px;
	height:103px;
	margin-left:7px;
}

.footer_left {
	float: left;
	margin-left:30px;
	color:#676767;
	margin-top: 28px;
}

.footer_left2 {
	float: left;
	margin-left:30px;
	color:#FFF;
	margin-top: 15px;
	font-weight:bold;
	font-size: 14px;
}

.footer_left a {
	color:#676767;
	text-decoration:none;
}


.logo_footer {
	float: left;
	margin-left:35px;
	color:#FFF;
	margin-top: 30px;
}

.footer_left2 a {
	color:#323232;
	text-decoration:none;
}

