/*
	* File : general.css
	* Date : July 2009
	* Authors : M. LATARD
	* Project : Peritec Site Web
*/

body {
	font-family:"Trebuchet MS",Verdana,"Lucida Grande",Tahoma,Helvetica,Sans-Serif;
	font-size:80%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	/*background-color:#98BF13;*/
	background-color:#CCE69A;
	margin:0;
	/*margin:10px;*/
	/*background-image: url('../img/background.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;*/
	min-width:990px;
	height: 100%;
}

html {
	overflow-y:scroll;
	height:100%;
}

h1 {
	margin:0px;
	padding:0px;	
}

div {
	display:block;
	overflow:hidden;	
}


div#accueil {
	margin:0 auto;
	width:990px;
	height:761px;
	/*background-image: url('../img/accueil.jpg');
	background-repeat: no-repeat;
	background-position: top center;*/
}

a {
	outline:none;
	outline:0;
	border-style: none;
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

img {
	border:0px;
	outline:none;
	border-style: none;
}

div#header {
	margin:0 auto;
	width:990px;
	height:188px;
	/*background-color:#007829;*/
	background-color:#EFEFEF;
	border:1px solid #b2c987;
	border-top:none;
	border-bottom:none;
	background-image: url('../img/menu/menu_hover.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
}

div#menu {
	margin:0 auto;
	width:990px;
	height:30px;
	/*background-color:#0E7D2C;*/
	background-color:#EFEFEF;
	/*border:1px solid #A3CF4D;*/
	border-top:none;
	background-image: url('../img/menu.gif');
	background-repeat: no-repeat;
	background-position: center center;
	overflow:visible;
}

div.bouton_menu {
	
	/*background-color:#000000;*/
	/*border:1px solid #0E7D2C;
	border-bottom:none;*/
	/*float:left;*/
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	font-size:13pt;
	margin:5px 0px -5px 0px;
	position:relative;
	display:inline;
	top:5px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
	/*background-image: url('../img/spacer.gif');
	background-repeat: repeat-x;
	background-position: bottom;*/
	text-decoration:none;
}

div.bouton_menu:hover {
	cursor:pointer;
	text-decoration:underline;
}

div#menu1 {
	margin-left:92px;
	/*background-color:#87B235;*/
}
div#menu2 {
	margin-left:184px;
	/*background-color:#92BB42;*/
}
div#menu3 {
	margin-left:184px;	
	/*background-color:#9BC34F;*/
}

div#footer {
	margin:0 auto;
	width:990px;
	height:100px;
	background-color:#EFEFEF;
	border:1px solid #b2c987;
	border-top:none;
	/*border-bottom:none;*/
	/*background-image: url('../img/footer.gif');*/
	background-repeat: no-repeat;
	/*background-position: bottom center;*/
	background-image: url('../img/trait.gif');
	background-position: top center;
}

div#footer_text {
	color:#6F6F6F;
	font-size:7.5pt;
	text-align:center;
	position:relative;
	top:30px;
}

a.footer_lien {
	color:#6F6F6F;
	text-decoration:none;
}

a.footer_lien:hover {
	color:#6F6F6F;
	text-decoration:underline;
}

div#trait {
	float:left;
	margin:0;
	padding:0;
	width:990px;
	height:10px;
	/*background-color:#EFEFEF;*/
	background-image: url('../img/trait.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

div#header_left {
	float:left;
	margin:0;
	margin-top:35px;
	width:500px;
	height:30px;
	background-color:#0e7d2c;
	text-align:right;
}

div#header_text {
	float:right;
	background-color:#0e7d2c;
	color:#FFFFFF;
	text-align:right;
	font-weight: bold;
	font-size:12pt;
	padding:3px 5px 3px 0px;
}

div#header_right {
	float:right;
	margin:0 auto;
	width:500px;
	height:100px;
	background-color:#4e9a24;
	background-image: url('../img/logo.gif');
	background-repeat: no-repeat;
}

div#texte {
	margin-left:auto;
	margin-right:auto;
	width:890px;
	text-align:left;
	padding:10px;
	/*min-height:700px;*/
}

div#global {
	margin:0 auto;
	top:0px;
	width:990px;	
	/*background-color:#84AF32;*/
	background-color:#EFEFEF;
	border:1px solid #b2c987;
	border-top:none;
	border-bottom:none;
	/*background-image: url('../img/body.gif');
	background-repeat: no-repeat;
	background-position: center center;*/
	clear:both;
	padding-bottom:5px;
}

div#tableaux {
	margin-left:auto;
	margin-right:auto;
	width:890px;
	text-align:left;
	padding:10px;
	padding-bottom:15px;
	/*min-height:700px;*/
}

div#tableau_environnement,
div#tableau_risquesetsecurite,
div#tableau_inspection,
div#tableau_procede {
	/*position:absolute; */
	margin:10px;
	float:left;
	background-color:#EFEFEF;
	width:200px;
	height:450px;
	border: 1px solid #98C012;
	cursor:pointer;
	-moz-border-radius:10px;
}

/*div#tableau_environnement:hover,
div#tableau_risquesetsecurite:hover,
div#tableau_inspection:hover,
div#tableau_procede:hover {
    background:#CCE69A;
}*/

div.tableau_header {
	height:30px;
	/*background-color:#FFFFFF;*/
	text-align:center;
	color:#16582d;
	font-weight: bold;
	font-size:13pt;
	/*border-bottom: 1px solid #98C012;*/
	padding-top:10px;
	text-decoration:underline;
}

ul {
	/*margin-left:-15px;*/
	width:150px;
	text-align:left;
}

li {
	margin-left:-25px;
	margin-bottom:3px;
	/*list-style-image:url('../img/puce.gif');*/
	padding-left:20px;
	background:url('../img/puce.gif') no-repeat left 7px;
	list-style-position: outside;
	list-style:none;
	
}

div.left_side {
	width:415px;
	float:left;
}

div.right_side {
	width:415px;
	float:right;
}

div.bottom_side {
	/*width:415px;*/
	clear:both;
}

p {
	margin-top:7px;
}

div#texte p {
	text-align:justify;	
}

p.sous_p {
	margin-top:-10px;
	margin-left:30px;
}

div#texte p.titre {
	font-weight: bold;
	font-size:13pt;
	color:#84AF30;
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;
}

div#texte ul {
	width:370px;
}

div#presentation_identite {
	margin-top:10px;
	float:left;
}

div#presentation_groupe {
	margin-top:10px;
	float:right;
}

div#presentation_organisation {
	margin-top:10px;
	clear:both;
}

div#presentation_identite img,
div#presentation_groupe img,
div#presentation_organisation img {
	margin-bottom:10px;
}

/*div#references_environnement {
	-moz-border-radius:5px;
	border:1px solid #4E9A24; 
}

div#references_risques {
	-moz-border-radius:5px;
	border:1px solid #4E9A24; 
}

div#references_inspection {
	-moz-border-radius:5px;
	border:1px solid #4E9A24; 
}

div#references_procede {
	-moz-border-radius:5px;
	border:1px solid #4E9A24; 
}*/

div#references_environnement table,
div#references_risques table,
div#references_inspection table,
div#references_procede table {
	/*-moz-border-radius:5px;
	border:1px solid #4E9A24; */
	margin-bottom:50px;
	width:880px;
}

div#references_environnement td,
div#references_risques td,
div#references_inspection td,
div#references_procede td {
	border-bottom:1px solid #4E9A24; 
}

img.img_menu, img.img_menu_change {
	margin:0px;
	padding:0px;
	border:none;
	float:left;
}

div#texte_presentation {
	-moz-border-radius:5px;
	border:1px solid #98C012;
	padding:10px 20px 10px 20px;
}

div#lieu1, div#lieu2, div#carte {
	float:left;
	font-size:9pt;
	line-height:12px;
	margin:20px;	
}

span.texte_lieu {
	font-weight: bold;
	color:#98C012;
}

div.contact {
	float:left;
	margin:5px;
	/*-moz-border-radius:10px;
	border:1px solid #98C012;*/
	padding:5px 10px 5px 10px;
}

img.titre {
	margin:20px 0px 0px -2px;
}

img.reference_titre {
	margin:5px 0px 5px -2px;
}

div.contact_groupe {
	width:591px;
	margin:auto;
	padding:0px;
}

div.contact_groupe table{
	width:220px;
}

div.scrollable {  
	position:relative;
	overflow:hidden;
	/*width: 646px;	 
	height:300px;*/
}

div#retour {
	position:relative;
	float:right;
	font-weight:bold;
	font-size:11pt;
}

div#agences_groupe {
	width:550px;
	margin:auto;
	/*-moz-border-radius:10px;
	border:1px solid #98C012;*/
	padding:15px 15px 15px 15px;
}

div.agence {
	float:left;
	margin:5px;
	padding:15px 15px 0px 15px;
	text-align:center;
}

span.titre_contacts {
	font-weight:bold;
	font-size:18pt;
	display:block;
	text-align:center;
	color:#4E9A24;
}

div.agence table {
	width:235px;
	margin-top:5px;
}

img.separation {
	display:block;
	margin:auto;
	margin-bottom:10px;
}

div#references_inspection ul,
div#references_procede ul,
div#references_risques ul,
div#references_environnement ul {
	margin-top:5px;
	width:auto;
	margin-bottom:5px;
	padding-bottom:0px;
}

div#references_inspection li,
div#references_procede li,
div#references_risques li,
div#references_environnement li {
	margin-left:-20px;
	margin-bottom:0;
	padding-left:10px;
	background:url('../img/puce2.gif') no-repeat left 10px;
}

div#lienreference {
	padding-top:20px;
	clear:both;
	position:relative;
	display:block;
}

img.qtipclosebt {
	/*float:right;*/
	position:relative;
	top:-5px;
	right:-75px;
}

.qtip {
	margin-left:-150px;
	margin-top:-40px;
}

ul#menu, ul#menu ul {
  list-style-type:none;
  margin:0;
  padding: 0;
}


div#admin-content {
	margin:0 auto;
	width:896px;
	min-height:400px;
	text-align:left;
	padding-left:40px;
	padding-right:40px;
	padding-top:20px;
	padding-bottom:20px;
	clear:both;
}


