@charset "utf-8";
/* CSS Document *
/***************************************Copyright for Avignon Expertises automobiles ************************************************/ 

/***************************************All right reserved**************************************************************************/

/* Text justify --> all documents */
body{
	text-align:justify;
	/*background: #999 url(images/bg.png) repeat-x fixed top left;*/
	}
		
#menu{
	width:200px;
	margin-top:10px;
	float:left;
	margin-left:20px;
	color:#FFF;
	height:609px;
	-moz-border-radius: 30px 0px 0px 30px;
    border-radius: 30px 0px 0px 30px;
    behavior: url(PIE/PIE.htc);
	-webkit-border-radius:30px 0px 0px 30px;
	font-weight:bold;	
	}
	
#conteneur{
	min-width:900px;}	
#centre{
	margin-left:225px;
	margin-right:10%;
	margin-top:10px;
	min-width:600px;
	min-height:590px;
    -moz-border-radius: 0px 30px 30px 0px;
    border-radius: 0px 30px 30px 0px;
    behavior: url(PIE/PIE.htc);
	-webkit-border-radius:0px 30px 30px 0px;
	background-image:url(images/bg.png);
	background-color:#FFF;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-left:20px;
	text-align: justify;
	}

/* --------------------------------------------------------Using for all documents --------------------------------------------------*/
/* header including banner */
#header{
	margin-left:0px;
	height:210px;
	margin-right:5%;
	-moz-border-radius: 10px 10px 10px 10px;
	min-width:850px;
	}
/* link */
a:link{
	text-decoration:none;
	color: #000;
	}
a:visited{
	text-decoration:none;
	color: #000;
	}
a:hover{
	text-decoration:none;
	color: #03F;
	}
/* Only used in the main page*/
#centre_accueil{
	margin-top:5px;
	padding:10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px; 
	background-color:#FFF;
}
#centre_accueil:a:link{
	color:#000;}
/*style of title 1*/
#t1{
	color: #14356B;
	font-size:1.3em;
	font-weight:bold;
	padding:20px;
	text-align:center;
	font-family:Arial;
	text-transform:uppercase;

	}	
/*style of title 2*/
#t2{
	color: #14356B;
	font-size:1em;
	text-align:left;
	padding:10px;
	font-family:arial;
	font-weight:bold;
	text-transform:uppercase;
	}	
/* All pages excluding main page */	

/* All pages */	
#footer{
	margin-top:20px;
	margin-right:10%;
	margin-left:240px;
	}
/*-------------------------------------------------- Specific for each page--------------------------------------------------*/	

#presentation{
	background-position:right;
	background-image:url(images/gauche/presentation.png);
	height:170px;
	position:absolute;
	background-repeat:no-repeat;
	}

#tournees_et_permanences{
	background-position:right;
	background-image:url(images/gauche/tournees_et_permanences.png);
	height:170px;
	background-repeat:no-repeat;
	}
#jours_passage{
	background-position:right;
	background-image:url(images/gauche/jours_passage.png);
	height:170px;
	background-repeat:no-repeat;
	}
#partenaires{
	background-position:right;
	background-image:url(images/gauche/partenaires.png);
	height:170px;
	background-repeat:no-repeat;
	}
#procedures{
	background-position:right;
	background-image:url(images/gauche/procedures.png);
	height:170px;
	background-repeat:no-repeat;
	}
