/**************************************************************
   Visit studio7designs.com for more layouts and downloads for this template!
 **************************************************************/
 
/**************************************************************
   All page content except for footer
 **************************************************************/

#content {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  clear:left;
  float:left;
}



/**************************************************************
   Topbar with newsletter form and theme change buttons
 **************************************************************/

#topbar {
  float: left;
  width: 100%;
  padding: 0.6em 0;

  font-size: 0.9em;
  text-transform: uppercase;

  color: #CFD9DB;
  background: #FFF url(../images/bg/topbar.gif) repeat-x bottom left;
}



/**************************************************************
   Top menu and logo
 **************************************************************/
#logo {
	clear: both;
	position: relative;
	margin: 0.40em 0 0.60em 0;
	height:135px;
}

#logo #imglogo {
  position: absolute;
  left: 10px;
  border:0;
}  
#logo ul {
list-style-type:none;
  float: right;
margin:0;
  margin-top:55px;
  padding:0;
  padding-left:10px;
}
#logo ul li{
text-decoration:none;
}
#logo ul li span.droit  {
  float: right;
}
 
 
#header {
	clear: both;
	position: relative;
	height: 2em;
	margin: 0 auto;
	background: url("/newdesign/cadre_accueil.png") top left no-repeat;
}

#header #ariane {
  position: absolute;
  left: 0;
  display: inline;
  list-style: none;
  padding: 0.5em 1em;
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  color: black;
}
#header #ariane a{
  color: black;
}
#header #ariane a:hover{
  color: #cc6600;
}

#header img {
  position: absolute;
  left: 10px;
}

#header ul {
  margin: 0.40em 1em 0 0 !important;
  padding: 0;
  float: right;
}

#header ul li {
  display: inline;
  list-style: none;  
  float: left;
  padding: 0 1em;
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  color: #000000;
}


#header ul li a:hover {
  color: #F26A92;
}



/**************************************************************
   Top Block Menu
 **************************************************************/

#menu {
  margin: 0 auto;
}

#menu ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;

  text-align: left;
  background: #000 url(../images/bg/menu.gif) repeat-x top left;
}

#menu ul li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu ul li a {
  float: left;
  width: 25%;
  height: 4.5em;

  font: 400 1.2em arial, sans-serif;
  letter-spacing: 0.1em;

  color: #fff;

  border-top: 7px solid #000;
  border-bottom: 15px solid #FFF;
}

#menu ul li a span {
  display: block;
  padding: 2px 7px;
}


#menu ul li a span.desc {
  font-size: 0.8em;
  color: #8C8D94;
}


#menu ul li a:hover,
#menu ul li a.here {
  background: #000;
  border-top: 7px solid #F06890;
}

#menu ul li a:hover span.desc,
#menu ul li a.here span.desc {
  color: #FFF;
}


/**************************************************************
   Page Content
 **************************************************************/

#page {
  clear: both;
  float: left;
  width: 100%;
  text-align: left;
}

#columns {
  margin: 0 auto;
  float:left;
}


/* Column widths */
.width {
  width: 776px;
}
.width700 {
  width: 700px;
}
.widthPad {
  width: 776px;
}

.widthmenu {
  width: 150px;
}

.width25 {
  width: 24%;
}

.width50 {
  width: 48%;
}

.width73 {
  width: 73%;
}

.width75 {
  width: 75%;
}
.width90 {
  width: 78%;
}

.width100 {
  width: 100%;
}


/**************************************************************
   Footer
 **************************************************************/


#footer #bg {
  position: relative;
  height: 2em;
  text-align: center;
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  color: black;
}
#footer #bg a {
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  color:black;
 }

 #bg{
color:black; 
  background: url("/newdesign/cadre_accueil.png") no-repeat left top;
  height:20px;
  padding-top:5px;
  padding-bottom:5px;
}
#bg a{
line-height:25px;color:black;
}
#footer {
  clear: both;
  float: left;
  width: 100%;
  margin-top:10px;
  /*margin-top: -5em;*/
}
/**************************************************************
   Posts
 **************************************************************/

.post {
  float: left;
  width: 100% !important;
  width: 99%;
  min-height: 92px;
  position: relative;

  margin-bottom: 3em;

  border-bottom:2px black solid;
  padding-top:15px;
}

.post .date {
  position: absolute;
  top: 15px;
  left: 5px;

  width: 2.3em;
  text-align: right;
}

.post .date .month {
  text-transform: uppercase;
  font: 700 1.0em arial, sans-serif;
  color: #888;
}

.post .date .day {
  display: block;
  margin-top: -5px;
  font: 700 2.1em arial, sans-serif;
  color: #888;
}

.post h2 {
  display: block;
  padding: 0 0 5px 0;
  min-height: 32px;
  font-size: 1.2em;
  font-weight: bold;
  color: #586B7A;
  margin: 0 0 0 9.95em;
  padding:  0 0 1em 1.2em;
}
.post h2 > a {
  
}

.post h3 {
  margin: 0 0 0 12em;
  padding:  0 0 1em 1.2em;
  font-size: 1em;
  font-weight: normal;
  color: #555;

}

.post p {
  margin: 0 0 0 12em;
  padding:  0 0 1em 1.2em;

}
.post h2 > a{
font-size:1.25em;
}



/**************************************************************
   Posts2
 **************************************************************/

.post2 {
  float: left;
  width: 100% !important;
  width: 99%;
  min-height: 210px;
height: expression(this.scrollHeight < 210 ? 210 : true); /* IE ... */
  position: relative;

  margin-bottom: 3em;

  border-bottom: 1px solid #CCCCCC;
}

.post2 .date {
  position: absolute;
  top: 0;
  left: 5px;
  text-align: center;
}

.post2 .date .month {
  color: #888;
}

.post2 h2 {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  color: #586B7A;
  margin: 0 0 0 19em;
  padding:  0 0 1em 1.2em;
}

.post2 h3 {
  margin: 0 0 0 12em;
  padding:  0 0 1em 1.2em;
  border-left: 1px solid #CCCCCC;
  font-size: 1em;
  font-weight: normal;
  color: #555;

}

.post2 p {
  margin: 0 0 0 23em;
  padding:  0 0 1em 1.2em;

}


/**************************************************************
   Submenu Styles
 **************************************************************/

ul.submenu1,
ul.submenu2 {
  margin: 0 0 20px 0;
  padding: 0;
}

ul.submenu1 li,
ul.submenu2 li{
  margin: 0;
  padding: 0;
  list-style: none;
 /* list-style-image: url(foo.gif); *//* because IE is balls */
}

ul.submenu1 li a,
ul.submenu2 li a {
  display: block;
  height: auto !important;

  /* Start hide from IE Mac \*/
  height: 1%;
  /* End hide from IE Mac */

  padding: 1px 5px 1px 20px;
  color:black;
}

ul.submenu1 li a {
  background: url("/newdesign/right_arrow.gif") no-repeat 5px 50%;
}

ul.submenu1 a:hover {
  color: black;
  background: #B3C6C4 url("/newdesign/right_arrow.gif") no-repeat 5px 50%;
}

ul.submenu2 li a {
  color: #426F85;
  background: url(../images/bg/submenu2.gif) no-repeat 3px 50%;
}

ul.submenu2 a:hover {
  color: #888;
  background: #B3C6C4 url(../images/bg/submenu2.gif) no-repeat 3px 50%;
}






/**************************************************************
   Generic Display 
 **************************************************************/
.gold{
color:#93732b
}
 
.block {
  display: block;
}

.clear {
  clear: both;
}

.marginRight {
  margin-right: 15px;
}

.paddingLeft {
  padding-left: 5px;
}

.paddingRight {
  padding-right: 5px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.aligncent {
  text-align: center;
}
.alignRight {
  text-align: right;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: text-bottom;
}

.lightBlueBg {
  background:url("/newdesign/menucadre_milieu.jpg") top left repeat-y;
}
.dark {
  color: #353E47;
}
.nongras {
 font-weight: normal;
}

.periode {

font-size: 1em;
  vertical-align: bottom;
  font-style: italic;
 font-weight: normal;
}
.detaildate {
  padding-bottom: 0.2em;
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  border-bottom: 2px solid black;
  text-align: center;
}
.gg {
	border-color:#FFFFFF;
	BORDER:0;
}

.themeh{
color:#586B7A
}
.venteaff a:hover{
	color:#93732B;
}
.mainLinkVente{
color:#586B7A;
font-size:1em;
}
