/* CSS Document */

body {
	background:url('./images/background.gif') fixed;
	font-family:Verdana;
	font-size:0.8em;
	color:white;
	padding:0;
	margin:0;
}

/* HAUT DU SITE */
div#header{
    background-image:url('./images/header.gif');
    width:770px;
    height:100px;
	margin-bottom:15px;
}

/* CONTENU DU SITE */
div#contenu_haut{
    width:63em;
    height:4em;
	margin-left:18em;
	background:url("./images/contenu_haut.gif");
}

div#contenu_milieu{
    margin-top:-1px;
    width:63em;
	margin-left:18em;
	background:url("./images/contenu_milieu.gif") repeat-y;
}

div#contenu_bas{
    margin-left:18em;
    width:63em;
    height:50px;
	background:url("./images/contenu_bas.gif");
}

div#contenu_texte {
    width:59.5em;
    margin-left:3%;
}

.center {
	text-align:center;
}

.justify {
	text-align:justify;
}

/* BAS DU SITE */
div#footer{
    margin-top:3em;
    width:100%;
    height:12em;
    background:url("./images/background_footer.gif");
}

div#footer_texte{
    text-align:center;
    font-size:10px;
    padding-top:50;
}

div#footer a{
    color:white;
}

div#footer a:hover{
    color:#FF0000;
}
	
/* MENU DU SITE */
div#menu {
    position:fixed;
	width:15.5em;
	float:left;
}

div#menu_haut{
    width:100%;
    height:3em;
    background:url("./images/menu_haut.gif");
}

div#menu_contenu {
	width:100%;
	background:url("./images/menu_contenu.gif") repeat-y;
	padding-left:3em;
	font-size:14px;
}

div#drapeaux{
	text-decoration:none;
}

div#menu_contenu a{
    color:white;
}

div#menu_contenu a:hover{
    color:#6b0202;
    margin:1em;
}

div#drapeaux a:hover{
	margin:0;
}

/* DIVERS */
p,br,ul{
    margin:0;
}

h1,h2{
    color:#6b0202;
    margin:0;
}

h1{
    font-size:24px;
}

h2{
    font-size:14px;
}

td {
    text-align:center;
}

p.presse{
    font-style:italic;
    text-align:justify;
}

.imagePresse {
	width:19em;
	height:19em;	
}

.newsletter {
    font-size:0.7em;
}

table.liens {
    font-size:1em;
}

img.liens {
    width:7em;
    height:7em;
}

