@charset "utf-8";
/* CSS Document */


body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
img {
	border:0px;
	}

#Container {
	position: relative;
	width: 900px;
	margin: 0 auto;
	min-height: 800px;
}
.Header {
	height: 120px;
	width: 100%;
	margin: 0 0 20px 0;/*background: url(http://www.cmie.fr/css/images/Logo_Ingienerie_prevention.png) no-repeat;*/
}
.TitreHeader {
	float: right;
	min-width: 350px;
	min-height: 100px;
	max-width: 500px;
	max-height: 110px;
	background-color: #999999);
	text-align: center;
	color: rgba(255,255,255,1);
	font-size: 1.5em;
	padding: 10px 20px;
	border-radius: 20px;
}
.TitreHeader p {
	margin: 0;
	padding: 0;
}
.TexteEntete {
	min-height: 60px;
	border: 1px solid #000;
	border-radius: 20px;
	/* [disabled]background-color: rgba(102,204,0,1);
 */
	padding: 0 10px;
	/* [disabled]text-align: center;
*/
}
.MainContent {
	clear: both;
}
h1 {
	font-style: italic;
	/*color:#3D3C3C;*/
	color:#FFF;
	margin: 20px 10px 20px 20px;
	background-color:#999999;
	padding: 5px 5px 5px 15px;
	border-radius: 10px;
}
.Container_ico {
	width: 280px;
	height: 40px;
	float: right;
	margin: 32px 0 20px 0;
	border: 3px solid #999999;
	border-radius: 12px;
	padding: 5px 10px;
	background: #FFF;
}
.Container_ico img {
	cursor: pointer;
	margin-left: 60px;
}
.ContentGauche {
	width: 550px;
	float: left;
	min-height: 500px;
	padding: 10px 0 0 0;
}
.ContentDroite {
	width: 300px;
	float: right;
	min-height: 500px;
	padding-top: 20px;
}
.BlocGauche {
	position: relative;
	min-height: 40px;
	/*background-color: rgba(153,153,153,1);*/
			/*color: rgba(255,255,255,1);*/
	font-size: 1em;
	padding: 20px 20px 20px 40px;
	margin: 20px 0;
	width: 400px;
	float: right;
	border-radius: 10px;
	box-shadow: 3px 3px 3px #666;
}
.BlocGauche p {

	text-align: justify;
}
.BlocGauche h2 {
	font-size: 1.2em;
	color: #3D3C3C;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	margin: -54px 6px 0 0;
	padding: 5px 10px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	width: 390px;
}
.BlocGaucheDescrComp {
	min-height: 60px;
	border: 1px solid #999999;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	padding: 10px;
	margin: -24px 8px 30px 0;
	float: right;
	clear: both;
	width: 390px;
	font-size: 0.8em;
}
.BlocGaucheDescrComp p {
	font-size: 1em;
	text-align: justify;
}
.BlocGaucheImg {
	position: absolute;
	top: -10px;
	left: -80px;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	background-color: #FFFFFF;
	border: 3px solid #999999;
	box-shadow: 3px 3px 3px #666;
}
.BlocGaucheImg img {
	border-radius: 50px;
}
.BlocDroite {
	border: 3px solid #999999;
	border-radius: 10px;
	margin: 0 0 30px 0;
	font-size: 0.8em;
	min-height: 80px;
	padding: 0 10px;
}
.BlocDroite ul li {
	padding-right: 10px;
}
.BlocDroite h2 {
	background-color: #999999;
	margin: -15px 80px 0 20px;
	border-radius: 6px;
	font-size: 1em;
	color: #FFFFFF;
	padding: 0px 10px;
	line-height: 30px;
	box-shadow: 3px 3px 3px #666;
}
.DispoSeances, .QuestionsSuggestions {
	width: 480px;
	float: right;
	margin: 20px 0 20px 0px;
	border: 3px solid #999999;
	border-radius: 10px;
	font-size: 0.8em;
	padding: 30px 10px 10px 10px;
}
.DispoSeances a {
	text-decoration:none;
	color: #FFF;
	border: 1px solid #6F8BBA;
	border-radius: 5px;
	padding:2px 5px;
	background: url(../images/bg_haut_de_page.png) -22px 0 no-repeat;	
	}
.DispoSeances a:hover {
	background: url(../images/bg_haut_de_page.png) -22px -12px no-repeat;	
	}
.T_DispoSeances thead th {
	background-color: #999999;
	line-height: 24px;
	color: #FFF;
}
.T_DispoSeances td {
	line-height: 24px;
}
.DispoSeances h2, .QuestionsSuggestions h2 {
	background-color: #999999;
	margin: -50px 0px 20px 65px;
	border-radius: 6px;
	font-size: 1.2em;
	color: rgba(255,255,255,1);
	padding: 0px 10px;
	line-height: 30px;
	box-shadow: 3px 3px 3px #666;
	text-align: center;
}
.QuestionsSuggestions ul li {
	margin: 0 0 10px 0;
}
.Footer {
	width: 100%;
	clear: both;
	font-size: 0.7em;
	min-height: 60px;
	border-top: 1px solid #000;
	border-radius: 20px;
	padding: 0 12px;
	text-align: center;
}