/* ---------- GENERAL */

* {
	margin: 0;
	padding: 0;
}

body, html {
	background: #A9A9A7 url(../interface/bg.gif) repeat top left;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: none;
}

.left {
	float: left;
}
.left50 {
	float : left;
	width: 50%;
}
.right {
	float: right;
}
.clear {
	clear: both;
}


/* ---------- CONTENEUR  */

#conteneur {
	background: url(../interface/bg_bande.gif) repeat-x top left;
	width: 100%;
	height: 182px;
}


/* ---------- PAGE */

#page {
	background: #FFF url(../interface/bg_page.gif) repeat top left;
	width: 750px;
	left: 50%;
	margin: 20px 0 0 -375px;
	position: absolute;
}

#page_home {
	background: #FFF;
	width: 750px;
	left: 50%;
	margin: 20px 0 0 -375px;
	position: absolute;
}


/* ---------- HEADER */

#header {
	background: #FFF url(../interface/header.jpg) no-repeat top left;
	width: 750px;
	height: 106px;
}
#header h1 {
	display: none;
}
#logo {
	margin: 36px 0 0 45px;
}
#outils {
	position: absolute;
	top: 20px;
	right: 20px;
}
#outils ul{
	margin: 0 0 0 191px;
	list-style: none;
}
#outils li{
	display: block;
	list-style: none;
}
#outils li a{
	color: #7F9AC0;
	text-decoration: underline;
}
#outils li a:hover{
	color: #003682;
	text-decoration: none;
}


/* ---------- MENU */

#menu {
	background: url(../interface/bg_menu.jpg) no-repeat top left;
	width: 750px;
	height: 62px;
}
#menu ul{
	margin: 0 0 0 191px;
	list-style: none;
}
#menu li{
	display: inline;
	list-style: none;
}

#menu_home {
	background: url(../interface/bg_menu_home.jpg) no-repeat top left;
	width: 750px;
	height: 62px;
}
#menu_home ul{
	margin: 0 0 0 191px;
	list-style: none;
}
#menu_home li{
	display: inline;
	list-style: none;
}


/* ---------- CONTEXTUEL */

#contextuel {
	width: 190px;
	padding-top: 80px;
	font-size: 11px;
	float: left;
}
#contextuel p{
	padding: 0 12px 15px 12px;
}
#contextuel ul{
	padding: 0 12px 15px 12px;
	list-style: none;
}
#contextuel li{
	list-style: none;
	padding-left: 10px;
	background: transparent url(../interface/puce_bleu.gif) no-repeat 0 2px;
}
#contextuel a{
	text-decoration: underline;
	color: #000;
}
#contextuel a:hover{
	text-decoration: underline;
	color: #7F9AC0;
}


/* ---------- CONTENU */

#contenu {
	background: url(../interface/bg_contextuel.jpg) no-repeat top left;
	padding: 37px 42px 20px 237px;
	font-size: 11px;
}
#contenu h2{
	padding: 0 0 30px 15px;
	background: url(../interface/bg_h2.gif) no-repeat top left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003682;
	font-variant: small-caps;
	font-size: 30px;
	font-weight: normal;
	line-height: 29px;
}
#contenu h3{
	padding: 0 0 10px 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003682;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
}
#contenu h3 a{
	text-decoration: underline;
	color: #003682;
}
#contenu h4{
	padding: 10px 0 5px 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7F9AC0;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
#contenu h5{
	padding: 10px 0 0 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7F9AC0;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
}
#contenu p{
	padding: 0 0 10px 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: normal;
	text-align: justify;
}
#contenu ul{
	padding: 0 0 10px 30px;
	list-style: none;
}
#contenu li{
	list-style: none;
	padding-left: 10px;
	background: transparent url(../interface/puce_bleu2.gif) no-repeat 0 2px;
	text-align: justify;
}
#contenu ul li ul{
	padding: 5px 0 5px 10px;
	list-style: none;
}
#contenu ul li ul li{
	list-style: none;
	padding-left: 10px;
	background: transparent url(../interface/puce_bleu3.gif) no-repeat 0 2px;
	text-align: justify;
}
#contenu a{
	text-decoration: underline;
	color: #000;
}
#contenu a:hover{
	text-decoration: underline;
	color: #7F9AC0;
}
#contenu img{
	border: 3px solid #D8E0EA;
	margin: 10px;
}

/* ---------- HOME  */
#contenu_home {
	padding: 40px 0px 40px 40px;
	font-size: 11px;
	background: url(../interface/bg_home.jpg) no-repeat top left;
}
#contenu_home h3{
	padding: 10px 0 0px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003682;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}
#contenu_home h4{
	padding: 0000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7F9AC0;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
#contenu_home a, a:hover, a:visited{
	text-decoration:none;
	color: #003682;
}
#contenu_home img{
	border: 3px solid #D8E0EA;
}
#contenu_home p {
	text-align: justify;
}

/* ---------- FORM */

form {
	border: none;
	padding: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

label {
	margin-left: 5px;
	display: block;
}

fieldset {
	border: 0;
	margin-top: 5px;
	margin-bottom: 10px;
}

legend {
	color: #7F9AC0;
}

button {
	display: block;
	margin: 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: right;
}

.box {
	width: 440px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #818181;
	margin: 3px;
	background-color : #FFFFFF;
	border: 1px solid #E0E6EE;
}


/* ---------- FOOTER */

#footer {
	background: url(../interface/bg_footer.gif) no-repeat top left;
	width: 750px;
	padding-top: 41px;
	font-size: 11px;
}
#footer ul{
	border: 2px solid #FFF;
	background: #969696;
	padding: 0 0 0 20px;
	list-style: none;
}
#footer li{
	display: inline;
	margin: 10px;
	padding-left: 10px;
	list-style: none;
	line-height: 26px;
	color: #E5E5E5;
	background: transparent url(../interface/puce_gris.gif) no-repeat 0 4px;
}
#footer li a{
	text-decoration: underline;
	color: #E5E5E5;
}
#footer li a:hover{
	text-decoration: none;
	color: #FFF;
}

