
@import url(typo.css);
@import url(skin.css);
@import url(menu1.css);
@import url(menu2.css);

/*===| I. LAYOUT SIZE |====================================================*/

#container, #footer {width: 860px;}
#header {width:860px;height:115px;}
#left-column {width:637px;}
#right-column {width: 223px;}

/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/	#wrap-footer, #footer, .push {height: 125px;}

.push	{clear: both;}

/* --- Important! -------------------------------
	The bottom margin of #wrap-container
	is the negative value of the footer's height
	-----------------------------------------------
*/	#wrap-container {width: 860px;	margin: 0 auto -125px;}


/* ===| II. LAYOUT's DEFAULT ELEMENTS |=======================================*/

* {margin: 0;}

html, body { width: 100%; height: 100%;}
body {text-align: center;}
ul, li{
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;}


#wrap-container {
  /*min-height: 100%;
	height: 100%;*/
  height: auto !important;}
#container {
	margin:0 auto;
	text-align: left;}
#header {
/*	text-indent: -9999em;*/}

#left-column{
	float:left;
	margin:0;
  }
#content{
width:637px;
}
#int-content{
padding-left:15px;
padding-right:9px;
}
#logo{
  width:161px;
  height:115px;
  float:left;
}
#newsletter{
  width:699px;
  height:21px;
  float:left;
}
#int-newsletter{
  padding-top:3px;
  padding-left:492px;
}
#box{
  width:699px;
  height:67px;
  float:left;
}
#menu-header{
  width:699px;
  height:27px;
  float:left;
}
#right-column{
	float:left;
  }
#ajouter{
  width:223px;
  height:42px;
  }
#int-ajouter{
  padding-top:16px;
  padding-left:65px;
}
#mdm{
  width:223px;
  height:191px;
}
#int-mdm{
padding-top:39px;
padding-left:12px;
 }
#anim{
  width:223px;
  height:321px;
}
#coordonnees{
  width:860px;
  height:45px;
}
#int-coordonnees{
  padding-top:7px;
  padding-left:29px;
}
#footer {
	margin: 0 auto;
	text-align: left;
	padding: 0;}

.accordeon-title,.accordeon-titleOver,.accordeon-titleActive{
    float: left;
    width: 613px;
    height: 30px;
    cursor: pointer;
    margin-bottom:10px;
}

/*	--- Important! -----------------------------------
	If you want space between paragraphs or headers, 
	use padding instead of margin.
	-------------------------------------------------*/

/* ===| III. CONTENT ELEMENTS |===============================================*/

img {border: 0;}

/*	--- Important! ----------------------------------
	Use class "left" or "right" on the html elements
	you want to float (on the thumbs, for example)
*/	.left{float: left;} .right{float: right;}

.thumb{
	display: block;
 }
/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;
}
.ref {
width: 860px;
margin: 0 auto;
text-align:center;
color: #FFFFFF;
font-family:Arial;
font-size:11px;
}
.clear{
    clear: both;
}


/* ---| THE END |------------------------- */