@import "styles-original.css";
@import "calendrier.css";

/* The Core Technique
================================= */

body {
  text-align: center; 
  min-width: 940px;
}

#wrapper {
  width: 940px; 
  margin: 0 auto; 
  text-align: left; 
  position:relative;
  padding:0 20px 15px 21px;
  background: #fff url(../images/bg-left-right.jpg) repeat-y center;
}

#leftCol { 
  width: 160px; 
  float: left; 
  border-right:1px solid #e1e1e1;
}

#content-profil	 { 
  width: 779px; 
  float: right; 
   border-left:1px solid #e1e1e1;
   margin-left:-1px;
}

#content{width:auto; float:none; border:none; margin-left:0;margin-top:0px;}
#leftCol, #content	{margin-top:15px;}
#content-wide	{width:100%; float:left;  margin-top:50px;}



#mainContent { 
  width: 638px; 
  padding-left:0px;
  margin: 0; 
  float: left; 
}
#secondaryContent { 
  width: 302px;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: right; 
  
} 

#footer { 
  clear: both; 
  border-top:2px solid #e1e1e1;
 margin: 0 auto; 
  width:980px;
  position:relative;
} 


#container { 	margin-top:75px; min-height:400px;
	
	 }
	 

