/* The Reset ---------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td { margin: 0; padding: 0; }
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,em,h1,h2,h3,
h4,h5,h6,strong,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }
a { text-decoration: none; }
/* -------------------------------------------- */

// © CultureClic - i-marginal - Sacha Quester-Séméon 2009

html {
margin: 0;
/*\*/
height: 100%;
/*/  /**/
}

body {
height:100%;
width:100%;
min-height:100%;
font-size: 14px;
font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
color:#4b4b4b;
background-color:#f0f0f0;
}
a {
color: #2276ca;
}
a:hover {
border-bottom: 1px solid #bbb;
color: #480000;
}
a.img:hover, a.nohover:hover {
border:none;
} 
strong {
font-weight: bold;
}
em {
font-style: italic;
}

#container {
width:990px;
margin:0 auto;
}

#logo-pm {
/* margin-top:22px; */
width:144px;
float:right;
}
#header {
}
#header img, #right.img {
display:block;
}
#right img {
vertical-align:bottom;
padding:0;
margin:0;
border:none;
}

#logo-cc {
width:305px;
margin:0 auto;
margin-top:30px;
}

#left {
width:492px;
float:left;
padding:30px;
background: #e3e3e4 url(images/left-bkg.png) no-repeat top right;

}

#right {
width:438px;
float:right;
}

p {
line-height:1.5em;
}
p + p { margin-top: 2em; }

#footer {
font-size:12px;
color:#666;
padding:30px;
width:930px;
clear:both;
text-align:center;
}
/*#footer a {
color:#660000;
}*/