/* CSS DOCUMENT */
html {overflow-y: scroll; overflow: -moz-scrollbars-vertical;}

body {
background: url(/images_template/fondation_template_background.png) left top repeat-x; 
font-size: 76%;
height:100%;
font-family:Arial, Helvetica, sans-serif;
}

/* Undo existing styles
======================================================================*/
button, code, h1, h2, h3, h4, h5, h6, input, pre, select, table, td, textarea, th, ul {font-size: 1em;}
blockquote, body, br, button, dd, fieldset, form, h1, h2, h3, h4, h5, h6, html, label, legend, li, ol, p, pre, table, td, th, ul {margin: 0; padding: 0;}

/* Basics
======================================================================*/
h1 {font-size:1.8em; line-height: 1.2;}
h2 {font-size:1.4em; line-height: 1.2;}
h3 {font-size:1.25em; line-height: 1.2;}
h4 {font-size:1em; line-height: 1.2;}
abbr, acronym {border-bottom: 1px dotted #505050; cursor: help;}
fieldset {border: 0;}
a img {border: none 0;}
pre {overflow: auto; width: 100%;}
table {border-collapse: collapse;}
hr {background-color:#ccc; height: 1px; border: none 0; border-bottom: solid 1px #ccc;}
object {outline:none;}
a,a:active,a:visited ,a:link {text-decoration: none; color:#c00;}
a:hover {text-decoration: underline; color:#c00;}



#global {border:0px solid black; width:990px; position:relative;margin:0 auto;padding:0;}

#header {position:relative;height:110px;width:990px; z-index:100}
#header img{position:absolute;top:0px;left:0px;}

#contenu{width:990px;}
#colonne_gauche{overflow:hidden; width:990px;}
#colonne_droite{display:none}

#footer{position:relative;background: url(/images_template/fondation_template_footer.png) left top repeat-x; height:44px}
#baseline{position:relative; padding:7px 0; width:990px; margin:0 auto;}
#baseline img{margin:0 20px;float:left;}
#baseline small {color:#fff; padding-top:7px; display:block; float:left;}
#baseline .baseline_lien  {margin-right:20px; padding-top:7px; display:block; float:right;}
#baseline .baseline_lien  a {color:#fff;}

.clear {display: block; clear:both; font: normal 0/0 arial; margin:0; padding:0;}
