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

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

#container, #footer, #header {width: 962px;}
#header {height:108px;}
#left-column {width: 268px;}
#middle-column {width: 404px;}
#right-column {width: 105px;}

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

.push	{clear: both;}

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


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

* {margin: 0;}

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

p{	padding: 0 5px;}

#wrap-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;}
#container {
	margin:0 auto;
	text-align: left;}
#left-column{
	float:left;
  height:500px;
  }
#middle-column{
	float:left;
  padding:9px 15px 20px 60px;
  }
#right-column{
	float:left;
  padding-left:20px;

	}
#footer {
	margin: 0 auto;
	padding: 0;}

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

/* ===| III. CONTENT ELEMENTS |===============================================*/
img {border: 0;}
#diplome{
  padding-bottom:100px;
}

#diplome td{
  border:1px solid #ab7e43;
  margin-top:10px;
  }
  #diplome td.noBorder{
    border:none;
    }




