/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background-color:#8c2317;
}
h1 {
	font-family:  "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #8c2317;
	padding:0px;
	margin:0px;
}
td {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	color: #000;
}
#visuel {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	background-color: #000;
	text-align:center;
	background-image:URL(medias/haut-filet.jpg);
	background-repeat:repeat-x;	
}
#navigation {
	position:absolute;
	left:0px;
	top:83px;
	width:100%;
	background-color: #8c2317;
	text-align:center;
	background-image:url(medias/nav-filet.gif);
	background-repeat:repeat-x;
}
#contenu {
	position:absolute;
	left:0px;
	top:136px;
	height:68%;
	width:100%;
}

.fondTable	{
	background-color: #faeab7;
}
.bas {
	background-image:url(medias/bas-filet.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.centrer {
	text-align:center;
}
.commentaire {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #8C2317;
}
.titres {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #8C2317;
}
.medailles {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #8C2317;
}
.texteIntro {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #000;
}
.texteFormulaire {
	font-weight: bold;
}

/* formulaire */

input {
	margin-left:0px;
	width:140px;
	border: #8c2317 1px solid;
	background-color:#fcf2d4;
}
input.contactBon {
	margin-left:10px;
	width:140px;
	border: #8c2317 1px solid;
	background-color:#fcf2d4;
}
input.erreurContact {
	margin-left:10px;
	width:140px;
	border: #f00 1px solid;
	background-color:#dcc592;
}
input.contactBonGrand, textarea.contactBonGrand {
	margin-left:10px;
	width:300px;
	border: #8c2317 1px solid;
	background-color:#fcf2d4;
}
input.erreurContactGrand, textarea.erreurContactGrand {
	margin-left:10px;
	width:300px;
	border: #f00 1px solid;
	background-color:#dcc592;
}
.btnEnvoyer {
	background-color:#fcf2d4;
	border:1px #8c2317 solid;
}
.contactCp {
	width:50px;
	margin-left:10px;
	border: #8c2317 1px solid;
	background-color:#fcf2d4;
}
.contactVille {
	width:250px;
	border: #8c2317 1px solid;
	border-left:none;
	background-color:#fcf2d4;
}
.urgence {
	margin-left:10px;
	background-color:#fcf2d4;
}

/* messageInformation */
#messageInformation {
	margin: 0px 0px 15px 0px;
	padding: 5px;
	border: 1px #900 solid;
	background-color:#fcf2d4;
	font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:12px;
	color:#8c2317;
}
#messageInformation img {
	float:left;
	margin-right:10px;
}
