/*****************************************************************************************

	CSS
	Title: Essentiel Plus
	Author: Eric Bleney (http://www.bleney.ca/)
	Date: November 2010

******************************************************************************************
/* HTML ELEMENTS ///////////////////////////////////////////////////////////////////////*/

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:100%;
	}
	
body {
	padding:0;
	background-color:#FFFFFF;
	}

body, select, input, textarea {
	font: 12px Arial, Verdana, Sans-Serif;
	color:#333333;
	}

.bg-accueil {
	/*background-image:url(../images/intro-logo-conf.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;*/
	min-height: 800px;
	}

.square {float:right;background-color:#e6cc81;width:20px;height:20px;}

.bg-services {	
	background-image:url(../images/bg-services.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	}

.bg-services-02 {	
	background-image:url(../images/bg-services-02.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	height:600px;
	}

.bg-etudiants {
	background-repeat: no-repeat;
	background-position: right bottom;
	}

.bg-entreprises {
	background-repeat: no-repeat;
	background-position: right bottom;
	min-height: 550px;
	}

.bg-contacts {	
	background-image:url(../images/bg-contacts.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	min-height:550px;
	}
	
p {	
	margin: 0px 0px 15px 0px;
	}

a:link, a:visited {
	color:#333333;
	text-decoration:none;
    font-weight:bold;
	}

a:hover, a:active {
	color:#000000;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#666;
	border:0;
	}

img, a:link img, a:visited img {
	border:0
	}

ul {margin:0px 0px 15px 30px;}
	
.bottom-box {background-color:#FFFFFF;border:1px solid #333333; padding:15px; width:450px;height:auto;}
.bottom-box2 {background-color:#FFFFFF;border:1px solid #333333; padding:15px; width:200px;height:auto;}

.realisations-box {
	color: #000000;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	padding: 15px;
	width: 400px;
	height: auto;
	margin-right: 10px;
}

/* HEADER //////////////////////////////////////////////////////////////////////////// */

#header {
	margin:0 auto;
	width:100%;
	height:200px;
	background-image:url(../images/bg_header.jpg);
	background-repeat:no-repeat;
	}

#header-accueil {
	margin:0 auto;
	width:100%;
	height:125px;
	background-image:url(../images/bg_header.jpg);
	background-repeat:no-repeat;
	}

#logoEP {  
	width: 442px; 
	height: 146px; 
	display: block; 
	padding:0px;
	margin:0px;
	}

/* MAIN CONTAINER //////////////////////////////////////////////////////////////////////////// */

#main-container {
	margin:auto;
	width:600px;
	height:auto;
	padding:3px;
	}


/* CONTENT /////////////////////////////////////////////////////////////////////////////////// */

#content {
	padding: 10px;
	font: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: justify;
	font-size: 14px;
	}

#content-accueil {
	padding:0px;
	font: 12px Arial, Helvetica, sans-serif;
	color:#333333;
	}

/* TITLES //////////////////////////////////////////////////////////////////////////// */

h1 {
	font:22px Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:-1px;
	color:#ba5b1a;
	padding-bottom:8px;
	}
	
h2 {
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000000;
	padding-bottom: 0px;
	}

.bg-contacts h1 {
	font:16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:-1px;
	color:#333333;
	padding-bottom:0px;
	}

/* NAVIGATION ///////////////////////////////////////////////////////////////////////// */

.menu-right {
	float:right;
	text-align:right;
	width:250px;
	height:196px;
	background-image:url(../images/bg-menu.jpg);
	background-repeat:no-repeat;
	background-position:right;
	}

.menu-right a {
	font-size:14px;
	color:#cc9900;
	text-decoration:none;
	margin:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	}

.menu-right a:hover {
	color:#ba5b1a;
	text-decoration:none;
	background-image:url(../images/plus.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:12px;	
	}

.menu-right .activeLink {
	color:#ba5b1a;
	text-decoration:none;
	background-image:url(../images/plus.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:12px;
	}

.menu-right p {	
	margin: 9px 0;
	}

.services-menu {
	float:right;
	text-align:left;
	width:105px;
	height:196px;
	}


/* FLOAT PROPERTIES ////////////////////////////////////////////////////////////////////////// */

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}

.clearfloat {
	display:block
	}		

	
	
#main_container #main-container #content .bottom-box strong {
	font-size: 16px;
}
