@charset "utf-8";
/* Site officiel Schermann 
*noir : 1a1e1f
*turquoise : 549299       ombrage : 6c7b7b
*jaune : ffec6d
* blanc : fdfbed 
*
*
*
*/

html {font-size:100%}

body {
	font: 0.625em/1em "Trebuchet MS", Arial, Helvetica, sans-serif; /* 1em = 10Px */
	margin :0;
	padding :0;
	color:#1a1e1f;
	background-color:#1a1e1f;
}

h1,h2,h3,h4 { font-family: 'Cabin',"Trebuchet MS", arial, serif;line-height:100%;  }

a:link,a:visited{
	text-decoration:none;
}

abbr{
	cursor:help;
}

/******* HEADER ********/
header{
	height:40px;
	width:100%;
	background:url(img/fond_header.jpg) #1a1e1f repeat-x;
    position: relative;
	border-bottom:solid 1px #dde4e5;
	display:block;
	
}

header nav{
	width:980px;
	height:100px;
	margin:0 auto;
	font-family: 'Cabin',"Trebuchet MS", arial, serif;
	font-size:1.6em;
	display:block;
	position:relative;
}

/***************************/
/******* ACCUEIL ********/
/***************************/
.content_accueil{
	width:980px;
	min-height:15px;
	position:relative;
	display:table;
	margin:0 auto;
}

/******* CONTENT ********/
#content{
	height:100px;
	width:100%;
	background:url(img/fond_content1.jpg) #a8b9b9 repeat-x;
	margin:0 auto;
	padding:0;	
}

 h1{
	font-size:7em;
	margin:0 auto 55px auto;
	padding:10px 0;
	text-shadow: 2px 1px 1px #b7cbcb;
	text-align:center;
}

h2{
	font-size:2.3em;
	color:#fdfbed;
	margin:0;
	padding:25px 20px;

}

h3{
	font-size:2em;
	color:#fdfbed;
	margin:15px 0;
	text-align:center;
}

a{
	color:#ffec6d;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
}

p{
	font-size:1.4em;
	color:#fdfbed;
	margin:0;
	padding:15px;
	line-height:110%;
	text-align:justify;
}

.gauche{
	display:table-cell;
	vertical-align:middle;
	width:400px;
	background:#272d2f;
}

.droite{
	display:table-cell;
	vertical-align:middle;
	background:#272d2f;
}