/**
Crée le : 20 décembre 2006
Modifiée le : 20 décembre 2006
Description : feuille de style s'appliquant à toute la page (liens, formulaires, etc...) et contenant des class utilisables sur tout le site (gras, gros, etc..)
*/

body {
	font-family: "trebuchet ms", tahoma, verdana, arial;
	font-size: 10pt;
	margin: 0px;
	color: #ddd;
	background: #000 url("/images/new_design/background.jpg") no-repeat top fixed;
}
div#menu ul, div#menu ul li { margin: 0; padding: 0; }

div#menu {
    font-family: tahoma, verdana, arial;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
	height: 30px;
	background: url("/images/new_design/menu.png") repeat-x center center;
	border-bottom: 1px solid #444;
	-webkit-box-shadow: 2px 2px 5px #000;
    -moz-box-shadow: 2px 2px 5px #000;
    box-shadow: 2px 2px 5px #000;
    z-index: 100;
}

div#menu ul {
    width: 1000px;
    margin: auto;
}

#tout {
	width: 1000px;
	margin: auto;
}

#banniere.guest { padding: 60px 0 25px 0; }

#banniere {
    padding: 100px 0 25px 0;
}

#corps_haut {
    height: 23px;
    background: url("/images/new_design/corps_haut.png") no-repeat top center;
}

#infos_bar_ajax {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 48px;
    padding-top: 35px;
	background: #1d1d1d;
    padding-top: 35px;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
	-webkit-box-shadow: 2px 2px 5px #000;
    -moz-box-shadow: 2px 2px 5px #000;
    box-shadow: 2px 2px 5px #000;
    z-index: 100;
}

#perso_space {
    border-bottom: 1px solid #444;
    margin-bottom: 15px;
    padding: 0 20px 15px 20px;
}

#corps {
    width: 960px;
	padding: 13px 20px;
    background: url("/images/new_design/corps_repeat.png") repeat-y top center;
}

#corps_bas {
	margin: 0;
	width: 100%;
	height: 25px;
	clear: both;
	background: url("/images/new_design/bas.png") no-repeat bottom center;
}

#footlinks {
    font-family: tahoma, verdana, arial;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
	height: 30px;
	background: url("/images/new_design/menu.png") repeat-x center center;
	border-top: 1px solid #777;
    text-align: center;
    font-size: 8pt;
    color: #aaa;
    z-index: 100;
}

#footlinks a { color: #aaa; text-decoration: none; }
#footlinks a:hover { color: orange; }

div.flasherror, div.flashinfo {
    text-align: center;
    position: fixed;
    top: 0px;
    z-index: 110;
    border: 1px solid;
    border-top: none;
    box-shadow: 2px 2px 5px #000;
    color: #333;
    font-weight: bold;
    border-radius: 0px 0px 5px 5px;
    padding: 5px 20px;
    cursor: pointer;
}

div.flashinfo {
    color: #333;
    border-color: #FFE475;
    background-color: #FEF7CB;
}

div.flasherror {
    color: #151515;
    border-color: #a66;
    background-color: #faa;
}

#map {
	border-collapse: collapse;
	margin: auto;
}

#bas #pied {
    padding-top: 5px;
    width: 75%;
    margin: auto;
    border-top: 1px solid #333;
}

#publicite {
	margin: 0 auto 35px auto;
	width: 728px;
}

#erreur {
	position: absolute;
	left: 50%; 
	width: 400px;
	padding: 8px;
	padding-left: 40px;
	margin-left: -200px;
	border: 1px solid darkred;
	background: #fcafaf;	
	font-weight: bold;
	color: darkred;
	top: 150px;
}

#information_generale {
	position: fixed;
	left: 50%; 
	top: 22px;
	width: 984px;
	padding: 8px;
	text-align: center;
	margin-left: -500px;
	margin-top: 10px;
	background: #000;
	color: #ccc;
}

#rapport {
	color: #9ea67e;
	text-align: center;
}

#partenaires {
	text-align: center;
}
