* {
	margin: 0;
	padding: 0;
}

html{
	height:100%;
	background: #3500ff url("../images/background.png") repeat-x;
}

body{
	font-family: Times, sans-serif;
	
	min-height:100%;
}

#conteneur{
	background: url("../images/background-top.jpg") no-repeat top center;
	width:1138px;
	height:328px;
	margin:0 auto;
}
h1{
	font-family: Arial, sans-serif;
	color:#FFF;
	font-size:1.5em;
	font-weight:normal;
	text-shadow:0px 0px 5px #000;
}
 h2{
	font-family: Arial, sans-serif;
	color:#3500ff;
	margin:2px 0 10px 0;
	padding-bottom:5px;
	font-weight:bold;
	border-bottom:1px dashed #3500ff;
	font-size:1em;
}
h4{
	font-family: Arial, sans-serif;
	color:#3500ff;
	margin:2px 0 10px 0;
	padding-bottom:5px;
	font-weight:bold;
	border-bottom:1px #3500ff;
	font-size:1em;
	text-indent: 30px;
}

h3 {
	font-family: Arial, sans-serif;
	margin-top:10px;
	color:#3500ff;
	font-size:0.9em;
}
h5{
	font-family: Arial, sans-serif;
	color:#3500ff;
	margin:2px 0 10px 0;
	padding-bottom:5px;
	font-weight:bold;
	border-bottom:1px #3500ff;
	font-size:1.5em;
	text-indent: 30px;
}

p {
	text-indent: 20px;
	text-align: justify;
	margin-top:10px;
	font-size:0.9em;
}

a {
	color:#000;
	text-decoration:none;
}

a img {
	border: none;
}

a:visited {
	color:#000;
}

a:hover {
	color:#000;
	text-decoration:underline;
}

acronym, abbr {
	font-size: 90%;
	border-bottom: 1px dashed #333;
	cursor: help;
}
cite {
	text-align:right;
	font-size:0.75em;
}
ul.liste_standard{
	font-size:0.9em;
	list-style: disc inside;
	padding-left:15px;

}

.margetop{
	margin-top:15px;
}
img.centreimage {
	margin:15px 15px;
}
img.carte{
	margin:20px 20px 0 20px;
	border: 10px solid #FFF;
}
img.droite{
	clear:both;
	float:right;
}
img.gauche{
	clear:both;
	float:left;
}
.centre{
	text-indent: 0;
	text-align:center;
}
.droite{
	margin:0;
	text-align:right;
}
.petit{
	font-size:0.8em;
}


.clearer{
	position:relative;
	clear:both;
}

.spacer{
	width:100%;
	height: 1px;
}



/*-------------------------------------------------------*/
/* Accroche */
/*-------------------------------------------------------*/
#accroche {
	padding:100px 0px 0px 370px;
	overflow:hidden;
	height:65px;
	font-size: 20px;
}
.surlignage{
	font-weight:normal;
	color:#8CC63F;
}
/*-------------------------------------------------------*/
/* Menu */
/*-------------------------------------------------------*/
#menu {
	padding-top:58px;
	padding-left:337px;
	height:60px;
	overflow:hidden;
}
#menu ul#items_menu{
	
	list-style: none;
}
#menu ul#items_menu li {
	font-family: Arial, sans-serif;
	display: block;
	float:left;
	font-size: 18px;
	text-shadow: 0px 0px 3px #FFF;
	text-align:center;
	height:60px;
	width:140px;
	margin-top:3px;
	padding-left:17px;
}
#menu ul#items_menu li a{
	color:#17212D;
	display:block;
	width:100%;
	height:40px;
	padding:17px 0 0 0;
	text-decoration: none;
}
#menu ul#items_menu li a:hover, #menu ul#items_menu li a:focus, #menu ul#items_menu li a.selected{
	text-decoration: none;
	background:transparent url("../images/bouton-sel.png") no-repeat top center;
}

/*-------------------------------------------------------*/
/* Contenu */
/*-------------------------------------------------------*/
#contenu{
	position:absolute;
	background:#FFF url("../images/background_contenu.png") repeat-x top left;
    float:left;
	width:737px;
	margin-left:23px;
	padding:0 15px 0 15px;
}

/*-------------------------------------------------------*/
/* Footer */
/*-------------------------------------------------------*/
#footer{
	clear:left;
	float:left;
	width:737px;
	margin-top:15px;
	margin-left:-15px;
	padding:5px 15px;
	background:#3EA7E6 url("../images/footer.png") repeat-x top left;
	font-size:0.7em;
	text-align:left;
	color:#FFF;
}
#footer a{
	color:#FFF;
}
#footer a img{
	float:right;
}

/*-------------------------------------------------------*/
/* Colonne droite */
/*-------------------------------------------------------*/
#colonne{
    float:left;
	width:300px;
	margin:43px 0 0 30px;
}

.topcolonne{
	margin-top:20px;
	min-height:100px;
	background:#39ad39 url("../images/colonne-top.png") no-repeat top center;
}
.bottomcolonne{
	padding:15px;
	min-height:100px;
	background: transparent url("../images/colonne-bottom.png") no-repeat bottom center;
}
/*-------------------------------------------------------*/
/* Message d'erreur */
/*-------------------------------------------------------*/
#erreurmessage{
	font-family:Helvetica, Times, sans-serif;
	font-size:13px;
	text-align:center;
	color:#e10000;
}
/*-------------------------------------------------------*/
/* Formulaire */
/*-------------------------------------------------------*/
.cssform p{
width: 425px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px;
border-bottom: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; 
width: 150px; 
}

.cssform input[type="text"]{ 
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/* IE6 css fixer v0.4: Sat, 03 Oct 2009 23:52:54 +0200 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
img.droite,
img.gauche,
#menu ul#items_menu li,
#contenu,
#footer,
.cssform label {display:inline;}



/* fix negative margins */
.cssform label {position:relative;}
