/********************************************************
CSS pour le site de Groupe Accueil
Création du css : Martin Durette
Date : Avril 2010
Une réalisation de Miss T Concept
********************************************************/


/********************************************************
	Styles de base 
********************************************************/
	body{margin:0; padding:0; font-family:Verdana, Geneva, sans-serif; font-size:12px;}
	a{outline:none}
	
	#contenant{margin:20px auto; width:915px;}
	#header{margin:0; padding:0; height:181px; width:915px; background:url(../images/header.png) top left no-repeat}
		#lang{position:absolute; margin:100px 0 0 670px;}
		#lang p{color:#0AA245; text-transform:uppercase}
		#lang a{color:#0AA245; text-decoration:none}
		#lang a:hover{color:#ffffff; text-decoration:underline}
		
	#menu{position:absolute; top:177px; margin:0 0 0 7px;border:0px solid #000; height:25px; width:915px;}
		
	#main{margin:0; padding:20px; min-height:901px; height:auto !important; height:861px; background:url(../images/bg-main.png) bottom left no-repeat}
	#main-accueil{margin:0; padding:20px 0 20px 50px; min-height:620px; height:auto !important; height:620px; background:url(../images/bg-accueil.png) bottom left no-repeat;}

	#left{float:left;}
		#button{margin:6px 0 0 0}
	#center{float:left; width:301px; margin:0 9px 0 5px;}
	
	#right{float:left; width:540px}
		#right p{color:#3F5657; line-height:150%; margin-top:0; padding-top:0}
		#right p.gestion, #right span.gestion{color:#0067ab; font-weight:bold}
		#right p.market, #right span.market{color:#D71249; font-weight:bold}
		#right p.entretient, #right span.entretient{color:#CFAD7E; font-weight:bold}
		#right p.finance, #right span.finance{color:#F7941E; font-weight:bold}
		#right p.services, #right span.services{color:#7FB539; font-weight:bold}
		#right p.contact, #right span.contact{color:#0AA245; font-weight:bold}
		
		a.linkcontact{color:#0AA245; text-decoration:underline}
		a.linkcontact:hover{color:#3F5657; text-decoration:underline}
		
	#footer{padding:10px 0 20px 0; text-align:right}
		#footer p{color:#3F5657; font-size:0.9em}
		#footer a{color:#3F5657; text-decoration:underline}
		#footer a:hover{color:#0AA245}

	#center-accueil{float:left; width:865px}
		#button-accueil{float:right; margin:0 0 5px 5px}

















