body{
	background-color:#D0D7D8;
	color:#000;
	font-family:  Arial;
	font-size:70%;
	margin:0;
	padding:0;
}

.skiplink {
	display:none;
}

#header {
	background-image:url(images/logo1.jpg);
	background-repeat:no-repeat;
	height:140px;
	overflow:hidden;
	background-color:#fff;
}

#header img {
	border:0;
}

#conteneur {
	height:100%;
	width:1000px;
	margin:0 auto;
	background-color:#D0D7D8;
}

#infos {
	font-size:120%;
	float:right;
	width: 150px;
	background-color:#D0D7D8;
	
	background-repeat:no-repeat;
	
}
#contenu, #menu, #infos {
	height:auto !important;
	height:650px;
	min-height:630px;	
}

#contenu {
	font-size:110%;
	background-color:#fff;
	margin-left: 225px;
	margin-right: 5px;
	padding: 1em 1em 2em 1em;
	background-color:lightgray;
}
#cara {
	background-color:#fff;
	margin-left: 200px;
}

#contenu a {
	color:#039;
	text-decoration:underline;
}

#contenu a:visited {
	color:#3266cc;
	text-decoration:underline;
}

#contenu a:hover {
	color:#666;
	text-decoration:none;
}

#contenu a:active {
	color:#666;
	text-decoration:underline;
}

#contenu a.external{
    background: url(../img/icones/external.png) center right no-repeat;
    padding-right: 1em;
}


dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
	position: absolute;
	top: 247px;
	width: 10em;
	font-weight:bold;
	left: 49px;
}

#menu dt {
cursor: pointer;
background: lightgray;
height: 20px;
line-height: 20px;
margin: 2px 0;
text-align: center;
font-weight: bold;
}

#menu dd {
position: absolute;
z-index: 100;
left: 8em;
margin-top: -1.4em;
width: 10em;
font-weight:bold;	
}

#menu ul {
padding: 2px;
font-weight:bold;	
}
#menu li {
text-align: center;
font-size: 85%;
height: 18px;
line-height: 18px;
font-weight:bold;	
font-size:100%;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
font-weight:bold;	
}

#menu li a:hover {
text-decoration: underline;
font-weight:bold;	
}


#mentions {
font-family: Arial;
position: absolute;
bottom : 200px;
left : 10px;
color: #000;
background-color: #ddd;
}
#mentions a {text-decoration: none;
color: #222;
}
#mentions a:hover{text-decoration: underline;
}

h1, h2, h3, caption {
	font-family: Arial;	
}

h1 {
	margin-top:0;
	margin-bottom:1.5em;
	text-align:center;
}

h2, caption {
	font-size:1.3em;
	margin-top:1.5em;
	font-weight:bold;
	text-decoration:underline
}

caption {
	margin-top:1em;
	margin-bottom:1em;
}

h2.degrade {
	background-color:#979B9C;
	background-repeat:repeat-x;
	color:#000;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	margin-bottom:0;
	padding-left:0.5em;
}

h3.infos {
	margin-top:0;
	margin-bottom:0.3em;
	font-size: 1.2em;	
}


#contenu p {
	font-size:1em;
}

p.infos {
	margin-top:0;	
}

#contenu div.texte, p.cadre, p.sponsors {
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	margin-top:0;
	margin-bottom:3em;
	padding:0.5em;
}

p.cadre {
	min-height:190px !important;
	height:190px;
}

img.imgFloatL {
	float:left;
	vertical-align:text-top;
	margin-right:0.5em;
	margin-bottom:0.5em;
	margin-top:0.2em;
}

img.imgFloatR {
	float:right;
	vertical-align:text-top;
	margin-left:0.5em;
	margin-bottom:0.5em;
	margin-top:0.2em;
}

.souligne {
	text-decoration:underline;
}

.gras {
	font-weight:bold;	
}

.italique {
	font-style: italic;	
}

.centre {
	text-align:center;	
}

.erreur {
	color:#f00;
	font-weight:bold;
	text-align:center;
}

.ok {
	color:#060;
	font-weight:bold;
	text-align:center;
}

.important {
	color:#f60;
	font-weight:bold;
}

acronym {
	cursor: help;	
}
