@import "common.css";
@import "fck.css";
@import "message.css";

/* Centrage vertical & horizontal */
* {margin:0;padding:0;}
html, body {height:100%;}
body {text-align:center; /* horizontal centering for IE Win quirks */}
#distance { width:1px;height:50%;margin-bottom:-291px; /* half of container's height */float:left;}
#container {margin:0px auto 0;position:relative; /* puts container in front of distance */text-align:left;height:582px;width:1000px;clear:left;overflow:hidden}

/* generique */
body{font-family:Arial, Helvetica, sans-serif;font-size:11pt;}
img{border:none}
input{font-family:Arial, Helvetica, sans-serif;height:12px;font-size:11px;}
input[type=text]{}

/* block */
#menu{float:left;width:245px;height:582px;position:relative}

.content{float:left;width:703px;margin-left:50px;height:580px!important;overflow-y:hidden;}

#logo a{background:url(/images/logo.gif) top left no-repeat;display:block;width:241px;height:94px;margin-bottom:15px;}

#nav a{background:none top left no-repeat;display:block;width:240px;height:15px;margin-bottom:11px;}


#navbottom{position:absolute;bottom:0;left:0}
#newsletter{clear:both;display:block;float:left;margin-bottom: 5px;overflow: visible;padding-top: 5px;}
#newsletter input{width:116px;font-size: 11px;display:block;float:left;margin: -3px 10px 0;}
#newsletter img{display:block;float:left;margin-top:3px;}
#newsletter a img{display:block;float:left;margin-top:-1px;}

#lang{clear:both;}
#lang #m_copyright{background:url(/images/menu/copyright.gif) center left no-repeat;display:block;float:left;width:60px;height:15px;overflow: visible}
#lang #lang_fr, #lang #lang_en{background:none center center no-repeat;width:31px;height:14px;display:block;float:left}
#lang #lang_fr, #lang a:hover#lang_fr.selected {background:url(/images/menu/lang_fr.gif) center 3px no-repeat;}
#lang a:hover#lang_fr, #lang #lang_fr.selected{background:url(/images/menu/lang_fr_o.gif) center center no-repeat;}
#lang #lang_en, #lang a:hover#lang_en.selected {background:url(/images/menu/lang_en.gif) center 3px no-repeat;}
#lang a:hover#lang_en, #lang #lang_en.selected{background:url(/images/menu/lang_en_o.gif) center center no-repeat;}
#lang a#share {background-image:url(/images/menu/share.gif);width:84px;height:17px;margin-left:38px;margin-top:-3px;display:block;float:left;}
#lang a:hover#share{background-image:url(/images/menu/share_o.gif)}


