
@import url(menuhaut.css);

body {
	background-color: #1571a1;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

form {
	margin:0;
	padding:0;
}

p {
	margin:0;
	padding:0;
}

.texte {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.centragetexte {
	text-align :center;
}
.righttexte {
	text-align :right;
}

.centragevertical {
	vertical-align: middle;
}

.centragediv {
	margin-left: auto;
	margin-right: auto;
}

.alignl {
	float: left;
}
.alignr {
	float: right;
}

.nonsaut {
	white-space: nowrap;
}

#contentgen {
	width:930px;
	margin:0 auto;
	padding: 0;
}

ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

#copyright {
	color: #bdbdbd;
	text-align: center;
	padding-top: 5px;
}

#copyright a:link { color: #dedede; text-decoration: none;}
#copyright a:active {  color: #dedede; text-decoration: none;}
#copyright a:visited {  color: #dedede; text-decoration: none;}
#copyright a:hover {  color: #dedede; text-decoration: none;}

.separation {
	clear:both;
	visibility: hidden;
}

#contact {
	text-align: right;
	padding-right: 15px;
	padding-bottom: 6px;
}

#menu {
	background: #1571a1 url(../imgs/haut/fond/fond5.jpg) no-repeat;
	width: 930px;
	height: 188px;
	margin: 0;
	padding: 0;
}

/* GABARIT CENTRE + FOOTER */
div#center {
	padding: 0;
	margin:0;
	width:930px;
}

div#centerecart {
	padding-top: 15px;
	padding-bottom: 10px;
	margin:0;
	background: #fff url(../imgs/bottomforum.gif) bottom no-repeat;
}


