/*
** Structure principale
*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFFF;
	color: #666666;
	font-family: "Trebuchet MS", arial, verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0px;
}
#mainpage.huge #contenu {
	width: 700px;
}
#contenu {
	border-left: 27px solid #9c9c9c;
	float: left;
	margin: 20px 0px 0px 0px;
	min-height: 600px;
	padding: 0px 0px 10px 20px;
	width: 550px;
}
#copyright {
	font-size: 12px;
	margin: 5px 0px 10px 252px;
}
#header {
	background: url('../images/barre-bg.png') repeat-x scroll top left;
	color: #FFFFFF;
	font-size: 28px;
	height: 48px;
	line-height: 40px;
	text-align: center;
	min-width: 1010px;
}
#header p {
	margin-left: -180px;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
}
#logo {
	padding: 15px 0px 0px 30px;
}
#mainpage {
	background: url('../images/background.gif') no-repeat scroll top center;
	margin: 0px auto;
	min-height: 638px;
	width: 1000px;
}
#menu {
	position: absolute;
	width: 249px;
}
#menu ul {
	list-style-type: none;
	margin: 20px 0px 0px 54px;
}
#menu ul li {
	margin-bottom: 6px;
}
#mainpage.huge #sheet {
	width: 750px;
}
#sheet {
	background-color: #FFFFFF;
	border-bottom: 1px solid #9c9c9c;
	border-right: 1px solid #9c9c9c;
	margin-left: 252px;
	width: 600px;
}
/*
** Mise en page
*/
#mainpage a {
	color: #054485;
	font-weight: bold;
}
#contenu a:hover, #copyright a:hover {
	border-bottom: 1px dotted #054485;
	text-decoration: none;
}
a.invisible, a.invisible:hover, a.h1, a.h1:hover {
	border-bottom-width: 0px;
	text-decoration: none;
}
.blue {
	color: #054485;
}
.colonne_droite {
	float: right;
	margin-right: 1px;
}
#contenu ol, #contenu ul {
	margin: 5px 0px 10px 30px;
}
#contenu p {
	padding-bottom: 1em;
}
#contenu h1 + p, #contenu h2 + p, #contenu .colonne_droite + p, p.indent {
	text-indent: 20px;
}
#contenu img {
	border: 1px solid #000000;
}
.erreur {
	color: red;
	font-weight: bold;
}
h1, h2 {
	border-bottom: 7px solid #ffae01;
	font-size: 24px;
	font-weight: normal;
	margin: 0px 0px 10px 20px;
	padding-bottom: 3px;
}
h1, h2, .tvs {
	color: #054485;
}
h1 span, h2 span {
	color: #666666;
}
fieldset {
	padding: 5px 10px;
}
fieldset.formulaire {
	max-width: 700px;
}
fieldset.formulaire input, fieldset.formulaire select, fieldset.formulaire .information {
	float: left;
	margin: 5px 0px;
}
fieldset.formulaire .information {
	margin-left: 12px !important;
}
fieldset.formulaire input, fieldset.formulaire textarea {
	width: 260px;
}
fieldset.formulaire textarea {
	height: 200px;
}
fieldset.formulaire input[type="submit"], fieldset.formulaire input[type="button"], fieldset.formulaire select {
	width: 264px;
}
fieldset.formulaire input[type="submit"], fieldset.formulaire input[type="button"] {
	margin-left: 219px;
}
fieldset.formulaire label, fieldset.formulaire .label {
	clear: both;
	float: left;
	margin: 5px 1em 5px 5px;
	width: 200px;
}
img {
	border: 0px;
}
input, select, textarea {
	border: 1px solid black;
	color: #666666;
	font-family: "Trebuchet MS", arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 2px 0px;
	min-width: 60px;
	text-decoration: none;
}
input {
	height: 17px;
}
input[type="submit"], input[type="button"] {
	background-color: #054485;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	height: 26px;
	padding: 0px 3px;
}
input.text {
	width: 150px;
}
label.numeric {
	float: left;
	line-height: 20px;
	width: 120px;
}
form .enum {
	width: 274px;
}
.prettyDesc {
	margin: 0px 15px 0px 140px;
}
.show_text {
	padding-right: 5px;
	text-align: right;
}
.spacer {
	clear: both;
}
.website {
	background-color: #000000;
	border: 1px solid #000000;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	margin: 0px 5px 5px 0px;
	text-align: center;
	width: 172px;
}

