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

* {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px auto 10px auto;
	width: 1024px;
	background-color: #f6f6f6;
}

p {
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.spacer {
	clear: both;
}

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

a:hover {
	text-decoration: underline overline;
	color: #974706;
}

a:visited {
	text-decoration: none;
	color: #974706;
}

div#titre {
	margin-bottom: 30px
}

#design_entete {
	background-image: url(../images/design/entete.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 223px;
	border-top: 1px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}

#design_menu {
	background-color: #974706;
	border: 2px solid #000000;
	height: 40px;
	margin: 0;
	padding: 5px 6px 15px 6px;
}

#design_menu div {
	cursor: pointer;
	width: 90.5px;
	height: 40px;
	float: left;
	margin: 5px;
}


#design_centre {
	/*background-image: url(../images/design/fond.png);
	background-position: top left;
	background-repeat: repeat-x;*/
	background-color: #eeeeee;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align: center;
	padding: 20px;
}

#design_pied {
	/*background-image: url(../images/design/pied.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 37px;*/
	border-top: 1px solid #000000;
	color: #cccccc;
	text-align: right;
}
#design_pied a {
	color: #cccccc;
}
#design_pied a:hover {
	color: #cccccc;
}
#design_pied a:visited {
	color: #cccccc;
}





table#contact {
	width: 100%;
}

table#contact td {
	text-align: left;
	padding: 10px;

}

table#membres {
	border-collapse: collapse;
}


div#sponsors {
	margin-top: 100px;
}
div#sponsors img {
	margin-left: 3px;
	margin-right: 3px;
	vertical-align: middle;
}






