/* Bonnes bases */
html, body { height:100%; }
* { margin:0; padding:0; }
/* Agencement */
div.container{ width:792px; margin:0 auto; }
div.wrapper { clear:both; float:left; width:792px; }
div.content { }
div.aside { clear:left; float:left; width:792px; }
/* Mise en page */
body { font:12px Verdana, sans-serif; background:#0b718d; }

div.container { -moz-box-shadow:0 0 25px #fff; }

ul#shortcuts { float:right; margin:0 5px 0 0; padding:0; font-size:10px; height:15px; }
ul#shortcuts li { display:inline; margin:0; padding:0 0 0 5px; }
ul#shortcuts a { text-decoration:none; color:#fff; font-weight:bold; }
ul#shortcuts a:hover { text-shadow:1px 1px 1px #fff; }

p#backmenu { float:left; margin:0 0 0 5px; padding:0; color:#fff; font-size:10px; height:15px; }
p#backmenu a { text-decoration:none; color:#fff; font-weight:bold; }
p#backmenu a:hover { text-shadow:1px 1px 1px #fff; }

#header { height:315px; background: url(../images/header.png) no-repeat center top; }
#header h1 { margin:0; }
#header span { display:none; }
#header h1>a { display:block; position:absolute; width:250px; height:60px; left:280px; top:0px; }

div.contents { padding:20px 45px; background:#fff; }
div.wrapper { float:left; width:100%; background:#fff; }

div.aside { height:150px; padding:20px 0; background: url(../images/top.png) repeat-y center top; }
div.aside div.box { padding:0; margin:5px 10px 0 10px; overflow:hidden; float:left; width:230px; height:140px; text-align:center; -moz-border-radius:3px; -moz-box-shadow:0 0 4px #000; opacity:1; }
div.aside h2 { width:100%; height:20%; background-color:#aad400; color:#fff; margin:0; }
div.aside ul { width:100%; height:80%; background-color:#fff; list-style-type:none; margin:0; padding:0 2px; }
div.aside a { color:#000; font-size:small; font-weight:bold; }

div.menu { height:40px; background:url(../images/top.png) repeat-y center top; padding:0 30px; }
div.menu li { display:inline; list-style-type:none; float:left; font-weight:bold; font-size:14px; }
div.menu a { margin:0 5px; padding:5px 20px; color:#999; text-decoration:none; line-height:40px; text-shadow:1px 1px 1px #fff; background:#fff; -moz-border-radius:3px; -moz-box-shadow:0 0 4px #000; opacity:0.8; }
div.menu a:hover, div.menu a.selected { color:#000; opacity:1; }
div.menu a.selected { opacity:0.5; color:#aaa; }
div.menu a.selected:hover { opacity:1; color:#000; }

div.submenu { width: 80%; margin:0 auto; padding:10px 0 0 0; font:0.9em sans-serif; font-weight:bold; }
div.submenu li { display:inline; list-style-type:none; margin:0 15px 0 0; padding:0; text-align:center; }
div.submenu a { color:#777; text-decoration:none; }
div.submenu a:hover { color:#3C0000; border-color:#000; }

div.footer { clear:both; width:792px; margin:0 auto; padding:12px 0 0 0; min-height:20px; background: url(../images/footer.png) no-repeat center bottom; font-size:0.9em; }
div.footer ul { list-style-type:none; margin:0; padding:0; }
div.footer li { display:inline; font-size:0.8em; margin:0; padding:0 0 0 20px; float:left; }
div.footer a { text-decoration:none; color:#fff; font-weight:bold; }
div.footer a:hover { text-shadow:1px 1px 1px #fff; }

/* Traitement de texte */
/* Blocs titres */
div.content { color:#222; }
div.content h2 { margin:0; font-size:16px; font-weight:bold; line-height:20px; text-shadow:1px 1px 1px #ccc; border-bottom:1px solid #000; }
div.content h3 { margin:15px 0 0 0; font-size:14px; font-weight:bold; }
div.content h4 { margin:15px 0 0 0; font-size:14px; font-weight:normal; text-decoration:underline; font-style:italic; }
div.content h5 { margin:15px 0 0 0; font-weight:bold; }
div.content h6 { margin:15px 0 0 0; font-weight:normal; text-decoration:underline; font-style:italic;  }
div.content dt { font-weight:bold; }
/* Blocs contenus */
div.content p, div.content ul, div.content dl { margin:0 0 15px 0; }
div.content ol { margin:0 0 15px 15px; padding:0; }
div.content dd { margin:0; padding:0 0 0 15px; }
div.content li { margin:0; padding:0; }
div.content p { text-align:justify; }
/* Super blocs */
div.content blockquote, div.content address ,div.content pre { text-align:left; border-left:1px solid #000; margin:15px 0; padding:0 0 0 15px; }
div.content pre { font-family:"Courier New", monospace; }
div.content pre { _width:90%; overflow:auto; }
/* Balises en ligne */
div.content a { color:#186686; }
div.content a:hover { color:#186686; }
div.content a:visited { color:#186686; }
div.content code { text-align:left; }
div.content em { font-style:italic; }
div.content strong { font-weight:bold; }
div.content cite { text-decoration:underline; }
div.content q { font-style:italic; }
div.content q:before { content:"\201C"; }
div.content q:after { content:"\201D"; }
div.content img { border:0; margin:0; }
div.content kbd { border: 1px solid #888; padding: 1px 2px; }
div.content kbd { border: 3px outset #f3f3f3; background-color:#f3f3f3; padding: 0px 2px; cursor: default; }
div.content kbd:hover { border: 3px inset #f3f3f3; }
div.content abbr, acronym { cursor:help; }
/* Formulaires */
div.content fieldset { font-weight:bold; border:1px solid #787e82; margin:15px 0; padding:0; }
div.content legend { font-size:16px; line-height:30px; color:#787e82; padding:0 5px; margin:0 10px; }
div.content label { cursor:pointer; }
div.content fieldset strong, div.content label { color:#000; font-weight:bold; }
div.content fieldset p { text-align:left; }
div.content fieldset p.summary { padding:0 15px; }
div.content fieldset br { display:none; }
div.content span.radio, div.content span.select , div.content span.input, div.content span.password, div.content span.textarea, div.content span.checkbox, div.content span.file, div.content span.submit { display:block; float:left; clear:both; width:96%; margin:0 0 15px 0; padding:0 1%; }
div.content span.code img, div.content span.code object { float:right; margin:0; }
div.content span.input label, div.content span.textarea label, div.content span.select label, div.content span.password  label, div.content span.file label { float:left; width:45%; text-align:right; }
div.content span.input input, div.content span.textarea textarea, div.content span.select select, div.content span.password input, div.content span.file input, div.content span.submit input { float:right; width:45%; margin:0; padding:0; font-size:12px; }
div.content span.textarea textarea { height:120px; }
div.content span.radio strong { float:left; width:45%; text-align:right; }
div.content span.radio label, div.content span.checkbox label { clear:right; float:right; padding:0; width:45%; }
div.content fieldset span small { display:block; float:left; width:45%; clear:left; font-size:10px; color:#666; text-align:right; }
div.content optgroup { padding:0 0 0 15px; }
div.content fieldset span small.format, div.content fieldset span small.required  { display:none; }
div.content fieldset span.invalid  small.format, div.content fieldset span.invalid  small.required  { display:inline; color:#ff0000; }
/* Tableaux */
div.content table { border:1px solid #9e9e9e; border-collapse:collapse; width:100%; margin:auto; overflow: visible;  margin:0 0 15px 0; }
div.content th { border:1px dotted #9e9e9e; font-size:12px; }
div.content td { font-size:10px; border:none; text-align:center; }
div.content caption { font-weight:bold; font-size:12px; margin:15px; text-align:center; }
/* Listes */
div.content div.entries div.item h3 { clear:left; }
div.content div.entries div.item h3 a { text-decoration:none; }
div.content div.entries div.item img { float:left; margin:0 10px 10px 0; }
div.content div.entries div.item p.description { margin:0; }
div.content div.entries div.item p.description a { text-decoration:none; }
div.content div.entries div.item p.stats { clear:left; font-size:10px; color:#222; border-top:1px dotted #222; text-align:right; padding:0; }
div.content div.entry p.options { text-align:center; clear:both; }
div.content p.page { clear:both; text-align:right; line-height:17px; vertical-align:top; padding:20px 0 0 0; }
/*div.content p.page a[rel=Prev] { background:url(../images/corporate/cnt-arrow-left.png) no-repeat center left; padding:0 15px 0 0; }
div.content p.page a[rel=Next] { background:url(../images/corporate/cnt-arrow-right.png) no-repeat center right; padding:0 15px 0 0; }
div.content p.page a[rel=Prev] span, div.content p.page a[rel=Next] span { display:none; }*/