@charset "ISO-8859-1";
#page {
	width: 980px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}


#tetiere {
	height: 245px;
	width: 100%;
	background-image: url(../../css/images/fondtetiere.jpg);
	background-repeat: no-repeat;
	background-position: center -34px;
}
#contenu {
	width: auto;
	margin-right: 50px;
	margin-left: 50px;
	position: relative;
}
fieldset {
	background-image: url(../img/fond.gif);
	padding: 10px;
}
label {
	display: block;
	width: 100px;
	float: left;
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #7A0600;
}
h1 {
	color: #7A0600;
	text-align: center;
}
.bloc {
	background-color: #F7F7F7;
	padding: 10px;
	border: 1px solid #999999;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.bloc h3 {
	background-color: #999999;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	padding: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.bloc ul {
	list-style-type: none;
	padding-left: 15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.bloc li {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.bloc h4 {
	background-color: #B9B9B9;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	padding: 1px;
	font-weight: bold;
}
.bloc hr {
	background-color: #B9B9B9;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #666666;
}
.bouton {
	text-align: center;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 1px solid #666666;
	border-radius: 10px;
	background-image: url(../img/fondbouton.jpg);
	background-repeat: repeat-x;
}
.bouton a {
	color: #000000;
	text-decoration: none;
}
.bouton a:hover {
	color: #000066;
}
.filet {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.blocjaune {
	background-color: #E39100;
	color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}
.blocjaune hr {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #FFF;
}
hr {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #999;
}
.vert {
	background-color: #98ECA1;
}
.rouge {
	background-color: #FFB5A9;
}
.gris {
	background-color: #D7D7D7;
}
.rouge {
	color: #8D0D08;
}
a {
	color: #580704;
}
#deconnexion {
	background-color: #7A0600;
	display: block;
	position: absolute;
	width: 100px;
	left: 780px;
	top: -18px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 4px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	margin: 0px;
}
#deconnexion a {
	color: #FFF;
	text-decoration: none;
	
}
