html, body {
	margin : 0;
	padding : 0;
}

body {
	font : 12px Arial, "Trebuchet MS", Helvetica, Tahoma, sans-serif;
	background : #E6E6E6 url(images/bg.jpg) top center repeat-y;
	color : #555;
}

#maincontainer {
	width : 770px;
	margin : 0 auto;
	padding : 0;
	color : #555;
}

#banner {
	height : 145px;
	padding:0;
	margin:0;
	background: #A7132F url(images/banniere-pressoir.jpg) scroll bottom left no-repeat;
}

#container {
	width : 770px;
	margin-left : auto;
	margin-right : auto;
	margin-top : 10px;
	padding : 0;
	line-height : 1.8em;
}

a:link, a:visited {
	color : #A7132F;
	text-decoration : underline;
}

a:hover {
	color :  #636363;
	text-decoration : none;
}

.content {
	padding : 1em;
	margin : 0 240px 0 0;
	border-right : 1px solid #eee;
}

#rightsidebar {
	float : right;
	width : 200px;
	margin-top : 0;
	padding : 1em;
}

#rightsidebar a img {
	border: 0;
}

.participer p {
	text-align:center;
}

.participer img {
	border:0;
}

#banner h1{
	margin:0;
	padding-right:35px;
	color: #FFF;
	text-align:right;
	line-height:135px;
	font-size:24px;
	font-family:comic sans ms;
	letter-spacing : 3px;
}
#banner p {
	float : right;
	margin-top : -120px;
	margin-right:5px;
	padding : 0;
	font-family : "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
	letter-spacing : 2px;
	color : #E80202;
}

#banner p, #banner a {
	color:#fff;
	text-decoration:none;
	font-size:11px;
}

#banner p a:hover {
	color:#fff;
}

h3 {
	margin : 0;
	padding : 20px 0 10px 0;
	font : 15px "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
	font-weight:bold;
	letter-spacing : 2px;
	color : #A7132F;
	background : #FFF url(images/bordure-h3.gif) bottom right no-repeat;
}

h3 a {
	text-decoration: none !important;
}

blockquote {
	padding : 15px;
	color : #555;
	border-bottom : 1px solid #aaa;
	border-top : 1px solid #aaa;
}

#footer {
	clear : both;
	height : 50px;
	padding : 0;
	text-align : center;
	border-top : 5px solid #A7132F;
	color : #fff;
	background: #000 url(images/footer-bordeaux.gif) scroll no-repeat;
}

#footer a {
	text-decoration:none;
	color:#fff;
}

#footer p {
	color:#fff;
}

.DN_liendn:hover span {
	color: #9d1788;
}

#menucontainer {
	height:24px;
	background:#FFF;
	display:block;
	padding:0;
}
#menu {
	position:relative;
	display:block;
	height:24px;
	font-size:11px;
	font-weight:bold;
	font-family:Arial,Verdana,Helvitica,sans-serif;
}
#menu ul {
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
}
#menu ul li {
	display:block;
	float:left;
	margin:0 1px 0 0;
}
#menu ul li a {
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	padding:5px 20px 0 20px;
	height:19px;
	background:transparent url(images/menu_bg-OFF-bordeaux.gif) no-repeat top left;
}
#menu ul li a:hover {
	color:#fff;
	background:transparent url(images/menu_bg-OVER.gif) no-repeat top right;
}
#menu ul li a.current,#menu ul li a.current:hover {
	color:#000;
	background:#fff;
}



/*
	COMMENTAIRES
*/

.field {
	margin: 0;
	padding-bottom: 5px;
}

.field input, .field textarea {
	border: 1px solid #A7BBBF;
	font-family: arial;
	font-size: 13px;
	padding: 1px;
}


#comment-form {
	margin: 0 0 10px 0;
	padding: 0;
}

#comment-form fieldset ,
#comments {
	border: 1px solid #CFCFCF;
}

#comment-form legend ,
#comments legend {
	margin : 0;
	padding : 10px;
	font : 15px "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
	font-weight:bold;
	letter-spacing : 2px;
	color : #A7132F;
}

#comment-form  .SaveZone ,
#contact-form  .SaveZone {
	text-align: right;
}

#comment-form  .SaveZone input ,
#contact-form  .SaveZone input {
	padding: 2px 10px;
	border: 1px solid #A7132F;
}

.comment_form_left ,
.comment_form_right {
	float: left;
}

.comment_form_left {
	width: 245px;
}

.contact_form_left ,
.contact_form_right {
	float: left;
	border:1px solid red;
}

.contact_form_left {
	width: 180px;
}

#c_content {
	width: 260px;
	height: 150px;
}

span.required {
	font-weight: bold;
	font-size: 15px;
	color: #CF6767;
}

#pr.message ,
#pr.error {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

#pr.error {
	color: red;
}

.comment-preview {
	margin: 0 0 0 20px;
}

.comment-preview p {
	margin: 0;
	padding: 2px;
}

#comments p{
	margin: 0;
	padding: 2px 0;
}

#comments .odd {
	background: #EFEFEF;
	border: 1px solid #BFBFBF;
}

#comments dt {
	padding: 0 0 0 2px;
	border-bottom :0 !important;
}

#comments dd {
	margin: 0 0 7px 0;
	padding: 0 0 0 17px;
}

/*
	CLASSES GENERIQUES
*/
	.clearer {
		clear:both;
		line-height:0px;
		font-size:1px;
		height:0px;
		overflow:hidden;
	}