/* --- GÉNÉRAL --- */	
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: verdana;
	font-size: 11px;
	color: #303030;
}

#header {
	width: 100%;
	height: 258px;
	background: url(images/fond.jpg) repeat-x;
	border-top: 3px solid #303030;
}

#header a {
	text-decoration: none;
}

#boite {
	width: 100%;
	height: 100px;
}

#logo {
	float: left;
	width: 200px;
}

#coord {
	float: left;
	margin-left: 10px;
	color: #303030;
}

#tableau {
	vertical-align: middle;
	height: 100px;
}

#tableau td {
	border-left: 1px solid #303030;
	padding-left: 3px;
}

#coord p {
	border-left: 1px solid #303030;
	padding-left: 5px;
}

/* bandeau flash */
#flash {
	margin-top: 0; 
	height: 158px;
	border-top: 3px solid #303030;
}

img {
	border: none;
}

h1 {
	background: url(images/fondtitre.jpg) repeat-x #d7f0f7;
	font: small-caps bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #303030;
	padding: 4px;
	border-bottom: 1px solid #303030;
	border-top: 1px solid #303030;
}

h2 {
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #0380B8;
	border-bottom: 2px solid #0380B8;
}

h3 {
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* navigation */
#navigation {
	padding-top:1px;
	padding-bottom:1px;
	margin:0;
}

#titre {
	margin: 10px auto;
	width: 95%;
}
	
#page {
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	background-color: #ffffff;
}	
	
#piedpage {
	color: #303030;
	text-align:center;
	background: url(images/fondpiedpage.jpg) repeat-x #d7f0f7;
	padding: 4px;
	clear: both;
	border-top: 1px solid #303030;
	border-bottom: 1px solid #303030;
}	
	
#piedpage a {
	text-decoration: none;
}

#contenu {
	margin: 0 auto;
	width: 90%;
	text-align: justify;
	padding: 2px;
}

#contenu a {
	color: #5c2108;
	text-decoration: none;
}

#contenu a:hover {
	text-decoration: underline;
}

.gauche {
	float: left;
	padding: 10px;
}

.droit {
	float: right;
	padding: 2px;
}

/* td, th {
	text-align: center;
}*/