/* ----- sky ----- */

* {
	margin: 0;
}

html {
	font-size: 125%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
	font-size: 50%;
	background-color: #f8f8f8;
}

/* ----- boîtes ----- */

div#center {
	width: 754px;
	height: 474px;
	position: absolute;
	margin-top: -237px;
	top: 50%;
	margin-left: -372px;
	left: 50%;
}

div#globale {
	width: 750px;
	height: 351px;
	position: relative;
	background-color: #fff;
	border: 2px solid #ddd;
	border-bottom: 1px solid #ddd;
}

div#bottom {
	width: 710px;
	height: 98px;
	position: relative;
	background-color: #fff;
	padding: 10px 20px;
	border: 2px solid #ddd;
	border-top: none;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

div#header {
	width: 750px;
	top: 0px;
	left: 0px;
}

div#language {
	width: 430px;
	border: 1px dashed #ccc;
	padding-right: 5px;
	position: absolute;
	top: 120px;
	margin: 0 0 0 25px;
	text-align: center;
	background-color: #ddd;
}

div#logos {
	width: 490px;
	padding-bottom: 20px;
	position: absolute;
	bottom: 0;
	left: 20px;
	/*background-color: #ddd;*/
}

div#nav {
	float: right;
	width: 135px;
	height: 30px;
	margin-top: 0;
	background-image: url(images/onglet.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

div#download {
	width: 120px;
	position: absolute;
	bottom: 20px;
	left: 220px;
}

div#download span {
	font-size: 1.1em;
	color: #000;
	padding-top: 0.8em;
	display: block;
}

div#download span.except {
	font-size: 0.9em;
	color: #000;
	padding: 0 0 0 1em;
	display: block;
}

div#download a {
	color: #9c0;
}

div#download a:hover {
	color: #f36;
}

div#texte {
	width: 380px;
	height: 300px;
	position: absolute;
	overflow: auto;
	right: 10px;
	bottom: 10px;
	border: 1px dashed #999;
	background-color: #fff;
	scrollbar-face-color: #999;
	scrollbar-arrow-color: #fff;
	scrollbar-track-color: #eee;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
}

div#contact {
	width: 180px;
	height: 140px;
	background-color: #fff;
	border: 1px dashed #ccc;
	overflow: auto;
	position: absolute;
	margin-top: -70px;
	top: 50%;
	margin-left: -90px;
	left: 50%;
}


/* ----- images ----- */

img {
	border: none;
}

img#bidon {
	position: absolute;
	right: 0;
	bottom: 0;
}

div#language img {
	margin: 1px 1px 5px 5px;
	border: 0;
}

div#language a img {
	margin: 1px 1px 5px 5px;
	border: 0;
}
/*
div#language a img:hover{
	margin: 0 0 4px 4px;
	border: 1px dashed #000;
}
*/
.hidden {
	visibility: hidden;
}

div#logos img{
	margin-right: 20px;
	border:0;
}

img#dessin {
	position: absolute;
	bottom: 10px;
	left: 5px;
}

img#home {
	position: absolute;
	top: 5px;
	right: 70px;
	border: 0;
}

img#contact {
	position: absolute;
	top: 10px;
	right: 105px;
	border: 0;
}

img#flag {
	position: absolute;
	top: 5px;
	right: 10px;
}


/* ----- texte ----- */

p {
	font-size: 1.1em;
	margin: 0.75em;
}

p#lettrine:first-letter {
	font-size: 300%;
	float: left;
}

ul {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0 0.75em 0 2.5em; 
}

h1 {
	font-size: 2.4em;
	padding-top: 5px;
	padding-left: 10px;
	text-transform: uppercase;
	float: left;
}

h2 {
	font-weight: bold;
	font-size: 1.4em;
	position: absolute;
	z-index: 1;
	top: 39px;
	padding: 5px 5px 5px 10px;
	width: 290px;
	background-color: #ddd;
}

h3 {
	font-weight: bold;
	font-size: 1.6em;
	color: #f36;
	margin: 1em 0.5em;
}

h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #9c3;
	border-bottom: 1px dashed #9c3;
}

#bold {
	font-weight: bold;
}

div#contact p:first-line {
	font-weight: bold;
}

div#contact a {
	color: #9c0;
}

div#contact a:hover {
	color: #f36;
}

