html {
	height:100%;
}

body {
	font-family:"Trebuchet MS";
	font-size:12px;
	background-image:url("bg.gif");
	background-repeat:repeat-y;
	background-position:center;
	background-color: #ebebeb;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	text-align: justify;
}

h1 {
	color:#eb095a;
	font-size:32px;
	margin-top:15px;
	margin-bottom:5px;
}

h2 {
	color:#eb095a;
	/* color:#ff5d1a; */ 
	font-size:20px;
	margin-top:15px;
	margin-bottom:5px;
}

h3 {
	color:#333333;
	font-size:1.2em;
}

p {
	text-align:justify;
	padding:5px;
	padding-top:0px;
}

span.aurock {
	color:#da311a;
	font-weight:bold;
}

li {
	list-style-image:url(puce.gif);
}

div.imagesright {
	float:right;
	margin-left: 20px;
	
}

/**
 * Décoration des liens du site
 */
a:link, a:visited {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	border:none;
}

a img {
	border:none;
	margin:0px;
	padding:0px;
}


a img {
	border-left:2px solid #000;
	border-bottom:2px solid #000;
	border-right:2px solid #333;
	border-top:2px solid #333;	
}


a:hover {
	text-decoration:underline;
}

a.telecharge_fr {
padding-left:20px;
background-image:url("flag_fr.jpg");
background-repeat:no-repeat;
}

a.telecharge_en {
padding-left:20px;
background-image:url("flag_en.jpg");
background-repeat:no-repeat;
}

ul {
	list-style-type: circle;
	
}

/**
 * Conteneur principal
 */
div#header {
	background-image:url(header.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	margin:auto;
	height: 145px;
}

/*
** Message dans l'entête
*/
div#message {
	width:740px;
	margin: auto;
	text-align: right;
	font-size: 24px;
	color: white;
	padding: 30px;
}

/**
 * Menu tabulé
 */
div#menu {
	height: 44px;
	background-image: url(bg-menu.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	text-align: center;
}

#menu ul {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	margin-bottom:0;
	margin-top:0;
	padding:0;

}

#menu ul li {
	list-style-type:none;
	padding:0px;
	padding-top: 9px;
	margin:0;
	float:left;
	margin-bottom:0;
	margin-top:4px;
	display:inline;
	
}

#menu ul li a, #menu ul li span {
	margin-bottom:0;
	text-decoration:none;
	font-size:12px;
	color:#AAA;
	margin:0px;
	padding-top: 13px;
	padding-bottom: 13px;
		/* border-bottom:1px solid #ff9300; */
	padding-left:15px;
	padding-right:15px;
}


#menu ul li a:hover {
	color:white;
	border-bottom:5px solid #DDD;
}

#menu ul li.selected a {
	/* color:#FF6633; */
	color:#eb095a;
	border-bottom:5px solid #eb095a;
	background:none;
}

/**
 * Contenu textuel
 */
div#content {
	width: 770px;
	padding:15px;
	padding-top:0px;
	margin: auto;
}


/**
 * Footer du site
 */
#footer {
	padding-top:10px;
	
	border-top:1px dotted black;
	width: 770px;
	margin: auto;
	margin-top:30px;
}

#footer a img {
	border:none;
	vertical-align: top;
}

div.footernote {
	margin-top:30px;
	text-align:center;
	padding-left:0px;
	margin:0 auto;
	font-style:italic;
	font-weight:bold;
	font-size:13px;
}


li.flagfr {
	list-style-image:url(flag_fr.jpg);
}

li.flagen {
	list-style-image:url(flag_en.jpg);
}

