@import "../admin/fckeditor/css/fck.css";
@import url(typo.css);
@import url(skin.css);
@import url(menu2.css);

/*===| I. LAYOUT SIZE |====================================================*/
#container, #footer, #header {width: 978px;}
#header {height:285px;}
#left-column {width:314px;}
#right-column {width:664px;}



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

.push	{clear: both;}

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


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

* {margin: 0;}

html, body {height: 100%; width: 100%; background:#ffffff url(../images/charte/bg-repeat-x.jpg) repeat-x left top;}
body {text-align: center;}
ul, li{
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;}



#wrap-container {
  min-height: 100%;
	height: auto !important;
	height: 100%;
	}
#container {
	margin:0 auto;
	text-align: left;
  display:table;
  }
#header {
/*	text-indent: -9999em;*/}
#left-column{
	float:left;
	margin:0;
  }
#right-column{
	float:left;
  padding:0px 0px;}

#content-left{
padding-left:76px;
padding-right:0px;
}
#content-right{
padding-left:5px;;
padding-right:70px;
}
#bg-right{
  width:315px;
  height:497px;
  float:right;
}




#footer {
	margin: 0 auto;
	padding-top:2px;
  padding-left:125px;
   }

.copyright{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#000000;
  font-size:10px;
	text-align: center;}

h1 span{display:none;}

/*	--- 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;margin-right:10px;} .right{float: right;margin-left:10px;}

.thumb{
	display: block;}

.thumb img{
	margin: 0}

.paragraph{
	clear: both;
	display: table;
  border:1px solid #a9cafc;
  width:505px;
  padding:5px 5px;
  margin-left:18px;
  margin-top:10px;

  }
#description{
  border:none;
  padding:8px 0px;
  width:541px;
 }

 #descriptionx{
  border:none;
  padding:8px 0px;
  width:541px;
 }



ul.list{
  font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
  color:#4a4a4a;
  font-size:12px;
  padding-left:18px;
	text-align:justify;
  }
ul.list li{
  padding-left:15px;
  padding-top:5px;}

ul.list1{
  font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
  color:#55539c;
  font-size:12px;
  padding-left:0px;
	text-align:justify;
  font-weight:bold;
  }
ul.list1 li{
  padding-left:20px;
  padding-top:5px;}
ul.list2{
  font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
  color:#000000;
  font-size:12px;
  text-align:justify;
  font-weight:bold;
  }
ul.list2 li{
  padding-left:20px;
  padding-top:5px;}

ul.list3{
  font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
  color:#000000;
  font-size:12px;
  text-align:justify;
  margin-left:40px;
  }
ul.list3 li{
  padding-left:13px;
  padding-top:5px;}


ul.list4{
  font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
  color:#000000;
  font-size:12px;
  text-align:justify;
  font-weight:bold;
  }
ul.list4 li{
  padding-left:20px;
  padding-top:15px;}

ul.list5{
  font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
  color:#000000;
  font-size:12px;
  text-align:justify;
   }
ul.list5 li{
  padding-left:40px;
  padding-top:5px;}
/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;
}


.listing_formations .planning {
	font-size: 0.9em;
}
.listing_formations .planning a {
	font-weight: normal;
	text-decoration: none !important;
}

.details_formation h3 {
	font-size: 1.2em;
	width: 400px;
	border-bottom: 1px dotted #FF7E00;
	margin-bottom: 2px;
}

.details_formation strong {
	font-weight: normal;
	color: #FF7E00;
	text-decoration: underline;
}

.details_formation dl,
.details_formation p {
	padding-left: 20px;
	margin-bottom: 20px;
}
.details_formation .telecharger_pdf {
}
.details_formation .telecharger_pdf a {
	display: block;
	width: 70px;
	height: 10px;
	text-align: center;
	background-image: url(../images/charte/pdf-file-48x48.png);
	background-repeat: no-repeat;
	background-position: center 10px;
	border: 1px solid #eee;
	padding: 55px 10px 10px 10px;
}
.details_formation dl dt {
	font-weight:  bold;
	color: #FF7E00;
	margin-top: 5px;
}
.details_formation dl dd {
	padding-left: 15px;
}
.details_formation dl dd.remarque {
	margin-top: 3px;
}
.details_formation dl dd label {
	font-weight: bold;
}
.details_formation .telecharger_pdf a:hover {
	border-color: #FF7E00;
}


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