/* ########## REMISE A 0 ########## */

* {
margin : 0px;
padding : 0px;
}

a {
color : black;
text-decoration : underline;
border : 0px;
}

a:hover {
color : black;
text-decoration : none;
}

a img {
border : 0px;
margin-bottom : -3px;
}

li, blockquote {
margin-left : 20px;
}

fieldset {
border : 0px;
}

table {
border-collapse : collapse;
}

/* ########## STYLES ########## */

.css_bleu {
color : blue;
}

.css_bleu_fonce {
color : navy;
}

.css_vert {
color : green;
}

.css_jaune {
color : yellow;
}

.css_rouge {
color : red;
}

.css_noir {
color : black;
}

/* ########## BODY ########## */

body {
font-family : arial, helvetica, sans-serif;
font-size : 10pt;
color : black;
}

body#migc {
text-align : center;
background : #6e161a;
}

/* ########## PAGE ########## */

div#page {
width : 980px;
height : 569px;
margin-left : auto;
margin-right : auto;
text-align : left;
position : relative;
background : #e3d9cc;
margin-top : 15px;
background : url('../usr/layout/accueil_background.jpg');
}


/* ########## HEADER ZONE ########## */

div#header_zone {
width : 980px;
height : 305px;
margin-left : auto;
margin-right : auto;
text-align : right;
background : url('../usr/layout/accueil_header_zone.jpg') no-repeat top left;
position : relative;
}

div#logos {
background : url('../usr/layout/accueil_header_zone.jpg') no-repeat top left;
width : 195px;
height : 108px;
position : absolute;
top : 0px;
left : 0px;
}

/* ########## MIN HEIGHT ########## */

div#minheight1 {
height: 0px;
width: 0px;
float : left;
font-size : 0px;
line-height : 0px;
}

div#minheight2 {
clear: both;
font-size : 0px;
line-height : 0px;
height: 0px;
width: 0px;
}

/* ########## CENTER ZONE ########## */

div#center_zone {
text-align : center;
padding-top : 10px;
}

/* ########## FOOTER ZONE ########## */

div#footer_zone {
width : 980px;
height : 60px;
padding-top : 20px
}

p#copyright {
font-size : 7pt;
padding-left : 35px;
color : #1c2027;
float : left;
}

p#copyright a {
color : #1c2027;
}

p#info {
float : right;
padding-right : 35px;
color : #1c2027;
font-size : 7pt;
text-align : right;
}

div#parag_home {
height : 169px;
}