/* Design Editions Pilot*/
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

/* #######################  GENERAL SETTINGS ############################ */
html{
}

body{
/*height:100%;
font-family: Verdana, Geneva, sans-serif;
font-size: 0.8em;
color: #1a5c8a;
background-color:#1a5c8a;*/

background-image: url("../images/backgrd_body_bleu.gif");

background-repeat: repeat-x;

background-attachment: scroll;

background-position: left top;

background-clip: border-box;

background-origin: padding-box;

background-size: auto auto;


}

/*  Heading Formatting */
h1 {font-size:1.9em;line-height: 0.8em;font-weight: 900;color: #000;}
h2 {font-size:1.7em;line-height: 0.8em;font-weight: 900;color: #000;}
h3 {font-size:1.5em;line-height: 0.8em;font-weight: 900;color: #000;}
h4 {font-size:1.4em;line-height: 0.8em;font-weight: 900;color: #000;}
h5 {font-size:1.3em;line-height: 0.8em;font-weight: 900;color: #000;}
h6 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #000;}

/*links*/
a:link {	color: #3b64b2;}
a:hover { color:#18418E; }
a:visited { color: #3b64b2;}
img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */
