@charset "utf-8";
body {
	background-color: #FFFFFF;
	background-image: url(images/contenu/fond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 10px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

h1 {
	font-family : Tahoma, Geneva, sans-serif;
	font-size : 22px;
	font-weight : normal;
	color : #00417b;
	font-variant: normal;
	text-align: left;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family : arial;
	font-size : 14px;
	font-weight : bold;
	color : #00417b;
	font-family : Tahoma, Geneva, sans-serif;
	font-style: normal;
	text-decoration: none;
}

h3 {
	/*display : none;
	position : relative;*/
	font-family : arial;
	font-size : 10px;
	font-weight : bold;
	color : #666666;
}

h4 {
	display : block;
	position : relative;
	font-family : arial;
	font-size : 12px;
	font-weight : bold;
	color : #666666;
}

a {
	text-decoration : none;
	font-weight : normal;
	color : #01427C;
}
a:hover {
	text-decoration : none;
	font-weight : normal;
	color : #ae0000;
}

img {
	border : 0px;
	margin : 0px;
}

input, textarea, select {
	font-size : 11px;
	font-family : verdana, arial, sans-serif;
	border : 1px solid #666666;
	background-repeat: repeat;
	background-position: top;
	background-image: url(../images/interface/form.gif);
	text-align: left;
}

hr {
	float : none;
	clear : both;
}

ul {
	list-style-position: outside;
	list-style-image: url(images/interface/puce.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	text-align: left;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	text-align: left;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.spacer {
	background-image: url(images/contenu/spacer.gif);
	background-repeat: repeat-y;	
}

/******************************* INTERFACE ****************************************/

div#global {
	width : 1000px;
	height : auto;
	padding : 0px 0px 0px 0px;
	border-spacing : 0px;
	empty-cells : show;
	margin: 0px auto 0px auto;
	min-height: 850px;
	border : 0px;
}

/* En-tête */
div#header {
	/*background-image: url(images/interface/header.png);
	background-repeat: no-repeat;*/
	height: 283px;
	width: 1000px;
	margin: 0px auto 0px auto;
	padding:0px;
}

#txtlocation{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 8px;
	margin-left: 280px;
}

.txtlocation2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 8px;
}

/* CONTENU */
div#global div#content {
	width : 960px;
	min-height : 400px;
	margin : 0px auto 0px auto;
	padding: 20px 20px 0px 20px;
	position : relative;
	float : left;
	clear : none;
	vertical-align : top;
	text-align: left;
	color : #000;
	font-size : 11px;
	background-image: url(images/interface/content.png);
	background-repeat: repeat-y;
	background-position: center top;
}

.home {
	width : 703px;
	min-height : 300px;
	margin: 0px auto 0px auto;
	padding: 0px 10px 0px 10px;
}


#accueil {
	position:absolute;
	/*left:145px;
	top:19px;*/
	width:321px;
	height:208px;
	margin: 19px auto 0px 140px;
	z-index:1;
}

/*******************************IMAGES DU HAUT ET BAS POUR CONTENT****************************************/

/*div#content-top {
	width : 1003px;
	height : 10px;
	margin : 0px auto 0px auto;
	padding : 0px;
	position : relative;
	float : none;
	clear : left;
	background-image: url(../images/interface/content-top.png);
	background-repeat: no-repeat;
	background-position: center top;
}
div#content-bottom {
	width : 1003px;
	height : 12px;
	margin : 0px auto 0px auto;
	padding : 0px;
	position : relative;
	float : none;
	clear : left;
	background-image: url(../images/interface/content-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
}*/

#mainmenu {
	margin: 0px auto 0px auto;
	width: 160px;
	padding: 0px 0px 0px 5px;
	background-color:#CCC;
}

div#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	padding : 5px 0px 5px 0px;
	margin: 0px auto 0px 0px;
}

div#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	margin : 0px auto 0px auto;
}

div#footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #02437B;
	text-decoration: none;
}

div#footer img {
	display: block;
	float: right;
	/*margin: -12px 132px 0px 0px;*/
}

.txthome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
}


