/* Digest
------------------------------
    1. General
      1.1 Recurrents
    2. Header
      2.1 Top Header
    2.1.1 Menu electron
      2.2 Barre d'outils
      2.3 Menu
    3. Content
      3.1 col 01 left
        3.1.1 Enigme du jour
        3.1.2 Sur le forum
        3.1.3 L'instant gagnant
        3.1.4 Les lots
        3.1.5 Inner col
      3.2 col 02 right
      3.3 content text
    X. Footer
*/

/* Colors
------------------------------
	# current text       :	#2a2a2a
	# Magenta            : 	#F34D00
	# Dark Magenta       : 	#a7005b
*/

/* em Formula
------------------------------
	1em = 16px (default font) {where 1em = inherited font size}
	so 1px = 1 ÷ 16 = 0.0625em
	to conclude Xpx = X * 0.0625em 
*/

/* ----------------------------------------------------------------------------*/
  /* -------------------------------------------------------------------------------------------------->>> 1. General <<<-----------*/
/* ----------------------------------------------------------*/

@font-face {
    font-family: 'DroidSerifRegular';
    src: url('DroidSerif-Regular-webfont.eot');
    src: url('DroidSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('DroidSerif-Regular-webfont.woff') format('woff'),
         url('DroidSerif-Regular-webfont.ttf') format('truetype'),
         url('DroidSerif-Regular-webfont.svg#DroidSerifRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSerifItalic';
    src: url('DroidSerif-Italic-webfont.eot');
    src: url('DroidSerif-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('DroidSerif-Italic-webfont.woff') format('woff'),
         url('DroidSerif-Italic-webfont.ttf') format('truetype'),
         url('DroidSerif-Italic-webfont.svg#DroidSerifItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSerifBold';
    src: url('DroidSerif-Bold-webfont.eot');
    src: url('DroidSerif-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('DroidSerif-Bold-webfont.woff') format('woff'),
         url('DroidSerif-Bold-webfont.ttf') format('truetype'),
         url('DroidSerif-Bold-webfont.svg#DroidSerifBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSerifBoldItalic';
    src: url('DroidSerif-BoldItalic-webfont.eot');
    src: url('DroidSerif-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('DroidSerif-BoldItalic-webfont.woff') format('woff'),
         url('DroidSerif-BoldItalic-webfont.ttf') format('truetype'),
         url('DroidSerif-BoldItalic-webfont.svg#DroidSerifBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Lobster13Regular';
    src: url('Lobster_1.3-webfont.eot');
    src: url('Lobster_1.3-webfont.eot?#iefix') format('embedded-opentype'),
         url('Lobster_1.3-webfont.woff') format('woff'),
         url('Lobster_1.3-webfont.ttf') format('truetype'),
         url('Lobster_1.3-webfont.svg#Lobster13Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background: #fff url(../../images/structure/background/bg-fond-site.jpg) repeat-x 0 0;
	font: normal .80em/1.5em Arial, FreeSans, Helvetica, 'Trebuchet MS', Tahoma, verdana, sans-serif;
}
.popup {
  background: white;
}
#NOTIE, #IE, #IE6, #IE7 {
    width: 100%;
}
#global {
	background: #f3f3f3;
	position: relative;
	color: #2a2a2a;
	margin: 0 auto;
	width: 1000px;
}

	  /* -------------------------------------------------------------------------------------------------->>> 1.1 Recurrents <<<-----------*/

.hide {
  display: none;
}
.hidden {
  visibility: hidden;
  font-size: 0;
  border: 0;
  padding: 0;
  margin: 0;
}
.clear {
  clear: both;
}
.ui-tabs .ui-tabs-hide {
     display: none;
}
#easyTooltip{
	padding: 2px 5px;
	border: 1px solid #ccc;
	background: #f1f1f1;
	font-size: .85em;
}
.picleft {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  padding: 2px;
  background: #f3f3f3;
  border: 1px solid #ccc;
}
.picright {
  display: block;
  float: right;
  margin: 0 0 10px 10px;
  padding: 2px;
  background: #f3f3f3;
  border: 1px solid #ccc;
}
.piccenter {
  display: block;
  margin: 10px auto;
  padding: 2px;
}
div.erreur {
  background: #B22D62 url(../../images/elements/skull.gif) no-repeat 1% 50%;
  color: white;
  padding: .5em 2em;
  margin: 1em 2em;
}

/* ----------------------------------------------------------------------------*/
  /* -------------------------------------------------------------------------------------------------->>> 2. Header <<<-----------*/
/* ----------------------------------------------------------*/

#the-header {
	background: #009fe3 url('../../images/structure/background/header-total.jpg') no-repeat center top;
	height: 287px;
	width: 100%;
}

  /* -------------------------------------------------------------------------------------------------->>> 2.1 Top Header <<<-----------*/

#the-header #header {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding-top: 45px;
}
#the-header #header h1 {
	display: block;
	float: left;
	width: 289px;
	height: 161px;
}
#the-header #header h1 img {display: block;}
#the-header #header .logos {
	position: absolute;
	left: 180px;
	top: 140px;
}
#the-header #header .logos li {display: block; float: left; padding-right: 10px;}
#the-header #header h2 {
	float: left;
	display: block;
	padding: 60px 0 0 50px;
	color: white;
	font-size: 24px;
	font-family: DroidSerifRegular, georgia, serif;
}
#the-header #header h3 {
	float: left;
	display: block;
	padding: 20px 0 10px 80px;
	color: white;
	font-family: Lobster13Regular, cursive;
	font-size: 24px;
	line-height: 1.2em;
}

  /* -------------------------------------------------------------------------------------------------->>> 2.2 Menu <<<-----------*/
  
#the-menu {
	width: 100%;
	height: 45px;
	background: transparent url('../../images/structure/background/bg-menu.jpg') repeat-x 0 0;
	position: fixed;
	z-index: 10000;
}
#the-menu #inside-menu {
	width: 1000px;
	margin: 0 auto;
}
#the-menu #inside-menu .menu {
	float: left;
	font-size: 1.3em;
	text-shadow: -1px -1px 0 black;
}
#the-menu #inside-menu .menu li {
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
	font-weight: 900;
	padding-right: 20px;
}
#the-menu #inside-menu .menu .dieu {position: relative;}
#the-menu #inside-menu .menu li a {color: white; text-decoration: none;}
#the-menu #inside-menu .menu li a:hover {text-decoration: underline;}
#the-menu #inside-menu .menu li ul {
	display: none;
	background: #2a2a2a;
	width: 150px;
	float: left;
	border: 1px solid black;
	padding: 10px;
	list-style-type: circle;
	margin-left: 10px;
	font-weight: normal;
}
#the-menu #inside-menu .menu li ul a {
	color: white;
	text-decoration: none;
}
#the-menu #inside-menu .menu li ul a:hover {text-decoration: underline;}
#the-menu #inside-menu .menu li ul  li{
	float: none;
	height: auto;
	clear: both;
	font-size: .7em;
	line-height: 1.4em;
	font-weight: normal;
	text-shadow: -1px -1px 0 black;
}
#the-menu #inside-menu .menu li:hover ul {
	display: block;
	position: absolute;
	left: -45px;
	top: 36px;
	z-index: 10000;
}
#the-menu #inside-menu .menu img {
	display: block;
	position: relative;
	top: 4px;
}

    /* -------------------------------------------------------------------------------------------------->>> 2.2.1 Les outils <<<-----------*/

#the-menu #inside-menu .outils {float: right; padding-top: 5px;}
#the-menu #inside-menu .outils li {display: block; float: left; padding-left: 10px;}

    /* -------------------------------------------------------------------------------------------------->>> 2.2.2 Les bandeau pub <<<-----------*/

#reclame {
   display:block;
   position: relative;
   top: -20px;
}
#reclame p {
   font-family: DroidSerifRegular, georgia, serif;
   font-size:18px;
   font-weight:900; 
   margin-left:40px;   
}
#reclame p span.majuscule {text-transform:uppercase;}
#reclame div.banner {
   width:1000px;
}

/* ----------------------------------------------------------------------------*/
  /* -------------------------------------------------------------------------------------------------->>> 3. Content <<<-----------*/
/* ----------------------------------------------------------*/

#content {
	background: #f3f3f3;
	clear: both;
	padding-top: 20px;
	width: 1000px;
	z-index: 500;
}
#col-01 {
	float: left;
	width: 630px;
	margin-left: 20px;
	display: inline;
}
#col-02 {
	float: left;
	width: 300px;
	margin-left: 20px;
	display: inline;
}

  /* -------------------------------------------------------------------------------------------------->>> 3.1 col 01 left <<<-----------*/


    /* -------------------------------------------------------------------------------------------------->>> 3.1.1 Enigme du jour <<<-----------*/
	
#enigme {
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3f3f3), color-stop(0.5, white));
	background-image: -webkit-linear-gradient(center bottom, #f3f3f3 0%, white 50%);
	background-image: -moz-linear-gradient(center bottom, #f3f3f3 0%, white 50%);
	background-image: -o-linear-gradient(top, #f3f3f3 0%,#ffffff 50%);
	background-image: -ms-linear-gradient(top, #f3f3f3 0%,#ffffff 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 );
	background-image: linear-gradient(top, #f3f3f3 0%,#ffffff 50%);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 5px solid #ededed;
	margin-bottom: 20px;
	width: 600px;
	height: 318px;
	padding: 0 10px 10px 10px;
}
#enigme div.date_jour {
	float:right;
	margin: 10px 0 0 0;
	text-align:right;
	color:#2a2a2a;
	font-size:18px;
	font-family: DroidSerifRegular, georgia, serif;
 }
#enigme h2 {
  font-family: Lobster13Regular, cursive;
  color: #01a5ec;
  font-size: 30px;
  text-shadow: -3px -3px 0 white;
  position: relative;
  top: -15px;
}
#enigme #pic {width:248px; float:left;}
#enigme #pic img {
  display: block;  
}
#enigme .discover {
  display: block;
  float: right;
  margin: 49px 0 0 0;
}
#enigme .discover a {
  display: block;
  height: 120px;
  width: 328px;
  background: transparent url('../../images/elements/discover.png') no-repeat center center;
  text-indent: -1000em;
}
* html #enigme .discover {display: inline;}
#enigme p {
	text-align: center;
	float:right;
	width:289px;
	margin: 10px 27px 0 0;
	line-height:1.6em;
	font-family: DroidSerifRegular, georgia, serif;
	font-size: 16px;
	color:#8a8a8a;
}
#IE6 #enigme p {margin-right:15px;}

    /* -------------------------------------------------------------------------------------------------->>> 3.1.2 Sur le forum <<<-----------*/
	
#live-forum {
	float: left;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3f3f3), color-stop(0.5, white));
	background-image: -webkit-linear-gradient(center bottom, #f3f3f3 0%, white 50%);
	background-image: -moz-linear-gradient(center bottom, #f3f3f3 0%, white 50%);
	background-image: -o-linear-gradient(top, #f3f3f3 0%,#ffffff 50%);
	background-image: -ms-linear-gradient(top, #f3f3f3 0%,#ffffff 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 );
	background-image: linear-gradient(top, #f3f3f3 0%,#ffffff 50%);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 5px solid #ededed;
	width: 280px;
	height: 280px;
	padding: 0 10px 10px 10px;
	margin-bottom: 20px;
	position: relative;
}
#live-forum h2 {
  font-family: Lobster13Regular, cursive;
  color: #01a5ec;
  font-size: 30px;
  text-shadow: -3px -3px 0 white;
  position: relative;
  top: -15px;
}
#live-forum ul {
   font-family: DroidSerifRegular, georgia, serif;
   list-style-type: disc;
   margin-left: 20px;
   float: left;
}
#live-forum ul li {
  padding-bottom: 5px;
  line-height: 1.3em;
  zoom: 1;
}
#live-forum ul li a {
  color: #01a5ec;
}

#live-forum .fora {
  position: absolute;
  display: block;
  float: right;
  padding: 2px 5px;
  bottom: 19px;
  right: 11px;
}
#IE6 #live-forum .fora {top:40px;left:11px;}

    /* -------------------------------------------------------------------------------------------------->>> 3.1.3 L'instant gagnant <<<-----------*/
	
#winning-instant {
	float: left;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3f3f3), color-stop(0.5, white));
	background-image: -webkit-linear-gradient(center bottom, #f3f3f3 0%, white 50%);
	background-image: -moz-linear-gradient(center bottom, #f3f3f3 0%, white 50%);
	background-image: -o-linear-gradient(top, #f3f3f3 0%,#ffffff 50%);
	background-image: -ms-linear-gradient(top, #f3f3f3 0%,#ffffff 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 );
	background-image: linear-gradient(top, #f3f3f3 0%,#ffffff 50%);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 5px solid #ededed;
	width: 270px;
	height: 280px;
	padding: 0 10px 10px 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#winning-instant h2 {
  font-family: Lobster13Regular, cursive;
  color: #01a5ec;
  font-size: 30px;
  text-shadow: -3px -3px 0 white;
  position: relative;
  top: -15px;
}
#winning-instant p {
   font-family: DroidSerifRegular, georgia, serif;
}
#winning-instant a img.instant {
  display: block;
  margin: 0 auto;
}
#winning-instant .jouez {
  display: block;
  float: right;
  margin-right:4px;
  margin-top:10px;
}
#IE6 #winning-instant .jouez {margin:8px 1px 0 0;}

    /* -------------------------------------------------------------------------------------------------->>> 3.1.4 Les lots <<<-----------*/
	
#gifts {
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3f3f3), color-stop(0.5, white));
	background-image: -webkit-linear-gradient(center bottom, #f3f3f3 0%, white 50%);
	background-image: -moz-linear-gradient(center bottom, #f3f3f3 0%, white 50%);
	background-image: -o-linear-gradient(top, #f3f3f3 0%,#ffffff 50%);
	background-image: -ms-linear-gradient(top, #f3f3f3 0%,#ffffff 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 );
	background-image: linear-gradient(top, #f3f3f3 0%,#ffffff 50%);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 5px solid #ededed;
	clear: both;
	height: 235px;
	width: 620px;
	margin: 0 0 20px 0;
}
#gifts h2 {
  font-family: Lobster13Regular, cursive;
  color: #01a5ec;
  font-size: 30px;
  text-shadow: -3px -3px 0 white;
  position: relative;
  top: -15px;
}
#gifts img {
	display: block;
	margin: 0 auto;
}

  /* -------------------------------------------------------------------------------------------------->>> 3.2 col 02 right <<<-----------*/
 
    /* -------------------------------------------------------------------------------------------------->>> 3.2.1 Identifiez-vous <<<-----------*/ 

	
#login {
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3f3f3), color-stop(0.5, white));
	background-image: -webkit-linear-gradient(center bottom, #f3f3f3 0%, white 50%);
	background-image: -moz-linear-gradient(center bottom, #f3f3f3 0%, white 50%);
	background-image: -o-linear-gradient(top, #f3f3f3 0%,#ffffff 50%);
	background-image: -ms-linear-gradient(top, #f3f3f3 0%,#ffffff 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 );
	background-image: linear-gradient(top, #f3f3f3 0%,#ffffff 50%);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 5px solid #ededed;
	width: 280px;
	padding: 0 10px 10px 10px;
	margin-bottom: 20px;
}
#login h2 {
  font-family: Lobster13Regular, cursive;
  color: #01a5ec;
  font-size: 30px;
  text-shadow: -3px -3px 0 white;
  position: relative;
  top: -15px;
}
#logform {
  clear: both;
  padding-top: 0;
}
#login .row {
  float:left;
  padding-bottom:10px;
  width:273px;
}
#login .row label {
	display: block;
	color: #2e2e2e;
	font-family: DroidSerifRegular, georgia, serif;
	font-weight: normal;
	padding-right: 3px;
	text-align: left;
	font-size: 1.1em;
}
#login .row div.username {
  background: white url(../../images/elements/inputID.jpg) no-repeat 0 0;
   width: 270px;
   height: 20px;
   float:left;
   border:0 none;
}
#login .row div.password {
  background: white url(../../images/elements/inputPW.jpg) no-repeat 0 0;
   width: 270px;
   height: 20px;
   float:left;
   border:0 none;
}
#login .row input.champ-texte {
	background-color:transparent;
	border:0 none;
	font-weight:900;
	width:225px; 
	font-family: DroidSerifRegular, georgia, serif;
	margin-left:26px;  
	color: black;
	font-size: 1.1em;
}
#login .btn-submit {
  float: right;
  border: 0;
  padding: 0;

}
#login ul {
  clear: both;
  list-style-type: disc;
  margin: 0 0 0 12px;
  padding: 5px 0 0 3px;
}
#login ul li {
  padding: 0 0 10px 0;
  line-height: 1em; 
  zoom: 1;
}
#login ul li a {
  color: #009EE0;
  font-family: DroidSerifRegular, georgia, serif;
}
#login div.membre {
  clear: both;
  width:280px;
  overflow:hidden;
}
#login ul li a strong {
	font-weight: normal;
	font-family: DroidSerifBold, serif;
}
#login div.membre h5 {
    font-family: DroidSerifRegular, georgia, serif;
	color: #e9500a;
	font-weight: normal;
	font-size: 1.2em;
}
#login div.membre ul {list-style-type: disc;}
#login div.membre ul li {
	padding: 0 0 10px 0;
	line-height: 1.3em;
	zoom: 1;
	color: #2e2e2e;
	font-family: DroidSerifRegular, georgia, serif;
	width:260px;
}  
#login div.membre a.plus_info {
  display: block;
  float: right;
}	
.imu {
	margin-bottom: 20px;
	background: #EDEDED;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	padding: 5px;
	float: left;
	clear: left;
}	
	
    /* -------------------------------------------------------------------------------------------------->>> 3.2.2 Les Partenaires <<<-----------*/	
	
#partners {
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3f3f3), color-stop(0.5, white));
	background-image: -webkit-linear-gradient(center bottom, #f3f3f3 0%, white 50%);
	background-image: -moz-linear-gradient(center bottom, #f3f3f3 0%, white 50%);
	background-image: -o-linear-gradient(top, #f3f3f3 0%,#ffffff 50%);
	background-image: -ms-linear-gradient(top, #f3f3f3 0%,#ffffff 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 );
	background-image: linear-gradient(top, #f3f3f3 0%,#ffffff 50%);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 5px solid #ededed;
	width: 280px;
	padding: 0 10px 10px 10px;
	margin-bottom: 20px;
	float: left;
	clear: left;
}
#partners h2 {
  font-family: Lobster13Regular, cursive;
  color: #01a5ec;
  font-size: 30px;
  text-shadow: -3px -3px 0 white;
  position: relative;
  top: -15px;
}
#partners ul {
  padding: 10px;
  float: left;
  margin-top:12px;
}
#partners ul li {
  display: block;
  float: left;
  width: 120px;
  padding: 0 5px;
  margin: 0;
  height: 80px;
  line-height: 80px;
}
#partners ul li img {
  display: block;
  margin: 0 auto;
}	
	
/* ----------------------------------------------------------------------------*/
  /* -------------------------------------------------------------------------------------------------->>> X. Footer <<<-----------*/
/* ----------------------------------------------------------*/

#the-footer {
  background: #f3f3f3 url(../../images/structure/background/bg_autres-sites.jpg) no-repeat 0 0;
  clear: both;
  position: relative;
  width:899px;
  height:232px;
  margin: 1em auto;
  padding:41px 0 0 52px;
}
#the-footer h2 {
  color: #009EE0;
  font-size: 1.3em;
  font-weight: 900;
  padding-bottom: 10px;
  display:none;
}
#the-footer .prev, #the-footer .next {
  background: #009EE0;
  color: white;
  display: block;
  float: left;
  height: 169px;
  width: 20px;
  line-height: 167px;
  text-align: center;
  font-size: 2em;
}
#the-footer .prev:hover, #the-footer .next:hover, #the-footer .prev:focus, #the-footer .next:focus {
  background: #062650;
  text-decoration: none;
}
#the-footer ul {
  top: 10px;
}
#the-footer ul li {
  display: block;
  float: left;
  position: relative;
  margin: 0 5px;
}
#the-footer ul li a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 142px;
  overflow: hidden;
  background: transparent url(../../images/elements/cover-site.png) no-repeat 0 0;
}
#the-footer ul li a .victory {
  background : rgba(0, 158, 224, .7);
  color: white;
  font-size: .85em;
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 25px;
  padding: 5px;
  width: 140px;
}
* html #the-footer ul li a .victory {
  background: #009EE0;
}
*+html #the-footer ul li a .victory {
  background: #009EE0;
}
#the-footer ul li a:hover, #the-footer ul li a:focus {
  text-decoration: none;
}
#the-footer .inner-list {
  background: #f3f3f3;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 167px;
  float: left;
}	

/* ----------------------------------------------------------------------------*/
  /* -------------------------------------------------------------------------------------------------->>> X. Footer <<<-----------*/
/* ----------------------------------------------------------*/

#da-footer {
	background: #01B1EA url('../../images/structure/background/footer-total.jpg') no-repeat center top;
	clear: both;
	width: 100%;
	height: 254px;
}
#footer {
	width: 1000px;
	margin: 0 auto;
	height: 254px;
}
#footer #cosmos-01 {float: left; padding-top: 80px;}
#footer #cosmos-01 h2 {
	font-size: 30px;
	font-weight: normal;
	color: white;
	padding-bottom: 10px;
	font-family: DroidSerifRegular, georgia, serif;
}
#footer #cosmos-01 ul li {
	display: block; float: left;
	padding: 0 10px 0 0;
}
#footer #cosmos-02 {float: left; padding: 80px 0 0 120px}
#facebook {
	background-color:#FFF;
	margin:20px 0;
	float:left;
	clear:left;
}
  
	/* ---------------------------------------------------------------------------- Footer static VDN ----------------*/

/* CSS FOOTER STATIC 		*/
/* Last modified 18/12/2008 		*/
div#footer-static {
	color: #8E97A0;
	font-family:Verdana, Arial;
	font-size:10px;
	width:97%;
	margin:0px auto;
}
div#footer-static a {
	color:#8E97A0;
	text-decoration:none;
}
div#footer-static a:hover {
	color:#8E97A0;
	text-decoration:underline;
}
div#footer-static span {
	float:left;
	font-weight:bold;
}
div#footer-static ul {
	float:left;
	list-style-type:none;
	padding:0 0 5px 0;
	width:100%;
}
div#footer-static ul.sub {
	float:left;
	width:100%;
	line-height:11px;
	text-align:justify;
}
div#footer-static ul.sub li {
	border-right:1px solid #8E97A0;
	display:inline;
	line-height:11px;
	padding-right:5px;
}
div#footer-static ul li:first-child , div#footer-static ul li.last {
	border-right:0px;
}
	
  /* -------------------------------------------------------------------------------------------------->>> 3.3 Content text <<<-----------*/
  
#content-text {
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3f3f3), color-stop(0.5, white));
	background-image: -webkit-linear-gradient(center bottom, #f3f3f3 0%, white 50%);
	background-image: -moz-linear-gradient(center bottom, #f3f3f3 0%, white 50%);
	background-image: -o-linear-gradient(top, #f3f3f3 0%,#ffffff 50%);
	background-image: -ms-linear-gradient(top, #f3f3f3 0%,#ffffff 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 );
	background-image: linear-gradient(top, #f3f3f3 0%,#ffffff 50%);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: 5px solid #ededed;
	margin-bottom: 20px;
}
#content-text a {  color: #00A7F4;  text-decoration: underline;}#content-text a:hover, #content-text a:focus {  color: #00A7F4;  text-decoration: none;  background: white;}
#content-text h1 {
	font-family: Lobster13Regular, cursive;
	color: #01a5ec;
	font-size: 30px;
	text-shadow: -3px -3px 0 white;
	position: relative;
	top: -15px;
}
  #content-text h2, #content-text h3, #content-text h4 {
  color: #00A7F4;  	font-family: DroidSerifRegular, georgia, serif;  padding: 0 1.3em;  margin: 1em 0;  clear: left;
 }
  #content-text h1 + p {  clear: left;}
  #content-text p {  font-size: 1em;  line-height: 1.5em;  margin: 1em 0;  padding: 0 2em;  text-align: justify;	font-family: DroidSerifRegular, georgia, serif;}
  #content-text strong {  color: #ED4D01;}#content-text ul {  list-style-type: disc;  list-style-position: outside;  padding-left: 2em;}
  #content-text ol {  list-style-type: decimal;  list-style-position: outside;  padding: 0 2em; font-family: DroidSerifRegular, georgia, serif;}  
  
  
  /* -------------------------------------------------------------------------------------------------->>> 3.1.5 inner col <<<-----------*/#inner-col-01 {  float: right;  width: 314px;  padding: 2em;}#inner-col-01 .image-link {  display: block;  padding: 2px;  border: 1px solid #ccc;  margin-bottom: 1em;  float:left;}#inner-col-01 .image-link:hover {  border: 1px solid #F34D00;}#inner-col-01 img {  display: block;}#inner-col-01 p {  padding: 1em 0 0 0 !important;  margin: 0 0 10px 0 !important;}#afficher_zoom, #afficher_zoom:hover, #afficher_zoom:focus {  background: #ccc url(../../images/elements/afficher_zoom.gif) no-repeat 0 0 !important;  display: block;  float: left;  width: 150px;  height: 30px;  line-height: 30px;  overflow: hidden;  text-align: center;  text-indent: 15px;}#inner-col-01 #tip {  background: #ccc url(../../images/elements/tipafriend.gif) no-repeat 0 0 !important;  display: block;  width: 314px;  height: 48px;  line-height: 48px;  overflow: hidden;  text-align: center;  margin-top: 1em;}#IE6 #inner-col-01 #tip {  margin-top: 0;}#telecharger, #telecharger:hover, #telecharger:focus {  background: #ccc url(../../images/elements/telecharger.gif) no-repeat 0 0 !important;  display: block;  float: left;  width: 150px;  height: 30px;  line-height: 30px;  overflow: hidden;  text-align: center;  margin-left: 13px;}#inner-col-01 .conteneur {  margin: 0;  width: 230px;  float: left;}#inner-col-01 .conteneur em {  font-weight: 900;  color: #666;}#archive {  margin: 0 auto;  clear: both;  width: 500px;}#objet {  background: #F3F3F3 url(../../images/elements/accolade.gif) no-repeat 60% 85px;  position: relative;  top: 10px;  margin-bottom: 20px;}#inner-col-01 .voted {  background: transparent url(../../images/elements/accolade.gif) no-repeat 60% 45px;}#objet .btn-submit {  background: #F34D00;  border: 0;  font-weight: 900;  font-family: 'Trebuchet MS', arial, sans-serif;  color: white;  font-size: 1.2em;  padding: 1px 5px;  border-radius: 3px;  -moz-border-radius: 3px;  -webkit-border-radius: 3px;  float: left;  display: block;  text-transform: uppercase;  position: absolute;  bottom: 100px;  left: 220px;}#IE6 #objet .btn-submit {  bottom: 115px;  cursor: pointer;}#objet .btn-submit:hover, #objet .btn-submit:focus, #archive .btn-submit:hover, #archive .btn-submit:focus {  background: #E7500B;}#archive .btn-submit {  background: #E7500B;  border: 0;  font-weight: 900;  font-family: 'Trebuchet MS', arial, sans-serif;  color: white;  font-size: 1.2em;  padding: 1px 5px;  border-radius: 3px;  -moz-border-radius: 3px;  -webkit-border-radius: 3px;  position: relative;  bottom: 2px;}
