/*
** 
** eMee CSS
** By K20 for eMee and PC-Shows
**
*/


/*
** Structure générale
*/

body {	
	background-color: #F0F0F0; 
	font-family: verdana;
	color: #000;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0; 
}

a:link, a:active, a:visited { text-decoration: none; color : #3281B6; }
a:hover { text-decoration: underline; color : #296B98; }
div.clear { clear:both; }
.left { float:left; }
.right { float:right; }

h1
{
	text-decoration: none;
	border-left: solid medium #25638B;
	border-bottom:dashed thin #3D292A;
	font-size: 18px;
	color: #296B98;
	padding-left: 5px;
	width: 90%;
}

h2
{
	text-decoration: none;
	border-left: solid medium #25638B;
	border-bottom: dashed thin #3D292A;
	font-size: 18px;
	color: #296B98;
	padding-left: 15px;
	margin-left: 10px;
	width: 50%;
}


img { border: none; }

/* Menu principal */

#menu
{
	text-align: left;
	width: 950px;
	height: 64px;
	background-image: url('/images/menu.png');
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	padding-top: 12px;
}

#menu .accueil { margin: 0; padding: 0; margin-left : 308px; display:inline; }
#menu .realisations { margin: 0; padding: 0; margin-left : 15px; display:inline; }
#menu .contact { margin: 0; padding: 0; margin-left : 12px; display:inline;}

/*
** Contenu
*/

#header
{
	width: 950px ;
	height: 197px;
	margin: 0;
	padding: 0;
}

#header_top
{
	width: 950px ;
	height: 26px;
	background-image:url('/images/header_top.png');
	background-repeat:no-repeat;
	margin: 0;
	padding: 0;
}

#header_middle
{
	width: 950px ;
	height: 107px;
	background-image:url('/images/header.png');
	background-repeat:no-repeat;
	margin: 0;
	padding: 0;
}

#conteneur
{
	width: 950px ;
	height:auto;
	text-align: justify;
	margin: 0 auto ;
	background-image:url('/images/fond.png');
	background-repeat:repeat-y;
}

#middle
{
	width : 900px;
	height: auto;
	text-align: justify;
	padding: 5px 0 5px 20px;
}

.realisation
{
	float: left;
	background: #E8E8E8;
	border: 1px dashed #6C6C6C;
	padding: 8px;
	margin: 5px 5px 10px 5px;
	width: 90%
}

.realisation img
{
	float: left;
	margin: 5px;
}

/*
** Footer
*/

#footer 
{
	background-image:url('/images/footer.png');
	background-repeat: no-repeat;
	width: 950px;
	height: 86px;
	bottom: 0;
	text-align: center;
	clear: both;
}

#footer_conteneur
{
	padding-top: 45px;
	margin: 0 auto;
	font-weight: bold;
}

#footer_conteneur a { text-decoration: none; color : #FFF; }
#footer_conteneur a:hover { text-decoration: underline; color : #DDD; }

/*
** Autres
*/

.img_inline
{
	display: inline;
}

.input
{
	margin-bottom: 2px;
}

.button
{
	color: #333333;
	font-weight: bold;
	background-color: #D4D4D4;
	border: 1px solid #6C6C6C;
}

.button:hover
{
	color: #FFFCE6;
	font-weight: bold;
	background-color: #D4D4D4;
	border: 1px solid #6C6C6C;
}

.bordure
{
	height: 20px;
	padding: 20px;
	width: 600px;
	border-top:2px dashed #6C6C6C;
}

.to_centre
{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:auto;
}

.mini 
{ 
	margin: 0px auto 0px auto;
	width : 200px;
	height: 200px;
	border:none;
}

.searchlite
{
	font-weight: bold;
	color: #24272C;
	background-color: #A6AAB3;
}

.pub {
	text-align:left;
	border: thin solid #000000;
	background-color: #FFFFFF;
	width: auto;
}