/* Feuille de style globale pour le site simt24.org */

/* Fonts */
@font-face{
	font-family:neo;
 	src:url("../fonts/NeoSansStd Regular.eot");
}
@font-face{
	font-family:neo;
	src:url(http://:/) format("No-IE-404"),	url("../fonts/NeoSansStd Regular.otf") format("opentype");
}
@font-face{
	font-family:calibri;
 	src:url("../fonts/Calibri.eot");
}
@font-face{
	font-family:calibri;
	src:url(http://:/) format("No-IE-404"),	url("../fonts/Calibri.ttf") format("truetype");
}

/* Tags */
body{
	color:#333;
	background:#fff;
	margin:0;
	padding:0;
	font-size:14px;
	font-family:calibri,arial,sans;
}
table{
	width:100%;
	border-collapse:collapse;
}
table *{
	padding:2px;
}
table input,
table textarea{
	border:1px solid #e3dbd3; /*#e0dcd8*/
}
table input:focus,
table textarea:focus{
	border:1px solid #724b28; /*#634f3d*/
}
th{
	text-align:left;
}
strong{
	color:#724b28;
}
a{
	color:#724b28;
}
:active,
:-moz-focusring{
  outline: none;
}
hr{
	background:#724b28;
	border:none;
	height:1px;
}

/* Page */
#page{
}

/* Header */
#header{
	width:100%;
	background:#724b28;
}
#header .container_12{
	background:url(/images/entete.png) no-repeat top right;
	height:133px;
}
#header h1#logo{
	float:left;
	margin:0;
	padding:0;
}
#header h1#logo a{
	display:block;
	background-image:url(/images/logo.png);
	width:198px;
	height:106px;
}
#header h1#logo a span{
	display:none;
}

/* Wrapper (sidebar + menu) */
#wrapper{
	background:url(/images/ombre_header.png) repeat-x;
	padding-top:5px;
}

/* Sidebar */
/*#sidebar #actualites{
	position:relative;
	width:200px;
	height:300px;
	margin:20px 0;
	cursor:pointer;
	background:#eee;
	border:1px solid #ccc;
}*/
#sidebar .actualites{
	position:relative;
	width:180px;
	margin:20px 0;
	background:#e3dbd3;
	/* CSS 3.0 */
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px;
}
#sidebar .actualites h2,
#sidebar .actualites h3{
	margin:10px 0;
}
#sidebar .actualites h2{
	font-size:2.4em;
}
#sidebar .actualites h2 a,
#sidebar .actualites h3 a{
	text-decoration:none;
}
#sidebar .actualites ul{
	margin:10px 0 10px 15px;
	padding:0;
}

/* Menu */
#menu{
	margin:20px 0;
	padding:0;
	position:relative;
	z-index:1000;
}
#menu li{
	list-style-type:none;
	width:100%;
	margin:0 0 5px;
}
#menu a{
	color:#fff;
	text-decoration:none;
	display:block;
	width:188px;
	height:26px;
	line-height:26px;
	padding:2px 5px;
	font-size:1em;
	font-weight:bold;
	background:url(/images/boutons.png) no-repeat 0 -30px;
}
#menu a:hover,
#menu a.hover,
#menu a#actif{
	background-position:0 0;
}
#menu ul{
	position:absolute;
	margin:-30px 0 -2px 200px;
	visibility:hidden;
	z-index:5;
	padding:0;
	background:#724b28;
	/* CSS 3.0 */
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#menu ul li a{
	background:none;
	line-height:normal;
	font-weight:normal;
	height:auto;
}

/* Content */
#content{
}
#content h1{
	font-family:neo;
	font-size:1.6em;
	margin:20px 0;
	border-bottom:1px solid #724b28;
	clear:both;
}
#content h1 a{
	text-decoration:none;
}
#content h1 a:hover{
	color:#724b28;
}
#introduction{
	margin:20px 0;
	font-size:1.2em;
}
#introduction p{
	margin-bottom:0px;
}
#introduction img{
	border:1px solid #724b28;
	margin:0 10px  10px 0;
	float:left;
}
#introduction ul{
	margin:20px 0 0 190px;
}
#content h2{
	font-family:neo;
	font-size:1.3em;
}
.colonne1{
	width:100%;
}
.colonne2{
	float:left;
	width:45%;
	margin-right:20px;
}
.colonne3{
	float:left;
	width:30%;
	margin-right:20px;
}
.separateur{
	clear:both;
	height:0;
	font-size:0;
}
.rubrique{
	float:left;
	width:340px;
	height:160px;
	padding:5px;
	/* CSS 3.0 */
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#content .rubrique h2{
	margin:5px 0 0 0;
}
.rubrique p{
	margin:5px 0 5px 0;
}
.rubrique img{
	float:left;
	margin:0 5px 0 0;
	border:1px solid #724b28;
}
.rubrique a{
	display:none;
}
#content .rubrique.hover{
	cursor:pointer;
	background-color:#c5de89;
}
.riche{
	margin:0 0 10px 0;
}
.riche th{
	border-bottom:1px solid #724b28;
	padding:2px;
}
.riche th a{
	text-decoration:none;
	float:right;
	margin:-16px 0 0 0;
}
.riche .pair{
	background-color:#c5de89;
}
.riche td{
	padding:3px;
}
.riche .lien th{
	background-image:url(/images/pdf.gif);
	background-repeat:no-repeat;
	border:0;
	padding:0 0 0 25px;
}
.riche .hover *{
	color:#ffffff;
	background-color:#0280bb;
	cursor:pointer;
}
.important{
	padding:0 0 5px 0;
}
.important strong{
	color:#dc282f;
}
.cadre{
	border:1px solid #000000;
}
.gauche{
	float:left;
	margin-right:10px;
}
.droite{
	float:right;
	margin-left:10px;
}

/* Footer */
#footer{
	text-align:center;
	clear:both;
	width:100%;
	background-color:#724b28;
	padding:10px 0;
	margin:10px 0 0;
	color:#fff;
}
#footer a{
	color:#fff;
}
#footer ul.menu{
	margin:10px 0 20px;
	padding:0;
}
#footer ul.menu li{
	display:inline;
	margin:10px;
}
#footer address{
	font-style:normal;
}

/* Print */
@media print{
	#header{
		height:auto;
	}
	#header #logo{
		background-image:none;
		margin:0;
		width:100%;
		height:auto;
	}
	#header #logo span{
		display:block;
		font-size:1.5em;
	}
	#enteteFlash,
	#menu{
		display:none;
	}
	#content{
		width:100%;
	}
}

/* Fiches conseil */
ul.fiches{
	list-style:none;
	padding:0;
	margin:0 0 10px 0;
	width:100%;
}
ul.fiches li{
	clear:left;
	float:left;
	width:100%;
}
ul.fiches li.pair{
	background-color:#c5de89;
}
ul.fiches li a{
	float:left;
	width:100%;
	padding:2px 0;
	display:block;
	text-decoration:none;
}
ul.fiches li a:hover{
	color:#fff!important;
	background:#724b28;
}
ul.fiches li a span{
	float:left;
	display:block;
	padding:3px;
}
ul.fiches li a span strong{
	background:url(/images/pdf.gif) no-repeat;
	border:0;
	padding:0 0 0 25px;
}
ul.fiches li a:hover span strong{
	color:#fff;
}
#services-entreprisesfiches-conseils ul.fiches span{
	width:30%;
}

/* Page d'accueil */
#accueil #content{
}
#accueil .flash#carte{
	position:relative;
	z-index:1;
	width:700px;
	height:630px;
}
#accueil .flash#carte h1{
	background-image:none;
	margin:40px 0 0 70px;
}
#accueil .flash#carte p{
	margin:10px 0 0 70px;
}

/* Page Actualités */
ul a em{
	color: #888;
}
.flash#produits_chimiques{
	width:640px;
	height:480px;
}
.encadre{
	padding-left:20px;
	width:620px;
	line-height:82px;
	font-size:1.2em;
	font-weight:bold;
	height:65px;
	line-height:65px;
	border:1px solid #724b28;
	opacity:0.7;
	cursor:pointer;
}
.encadre:hover{
	opacity:1;
}
.encadre a{
	text-decoration:none;
}
.encadre img{
	float:right;
	border:none;
}
#pandemie_grippale{
	background:url(/images/pandemie_grippale.jpg) no-repeat;
	width:270px;
	height:190px;
	cursor:pointer;
	padding:60px 20px 0 300px;
}
#pandemie_grippale h2{
	color:#fff;
	font-size:2.2em;
}
#pandemie_grippale p{
	text-align:right;
}
#pandemie_grippale p a{
	color:#fff;
	text-decoration:none;
}
.actu{
    font-size: 1.5em;
    border: 1px solid #724b28;
    padding: 10px;
    margin-bottom: 20px;
}
.actu h2{
    font-size: 1.5em!important;
}

/* Quizz */
.flash#quizz{
	width:700px;
	height:520px;
}

/* Page Notre équipe */
/*#qui-sommes-nousnotre-equipe table{
	white-space:nowrap;
}*/

