*{
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/patern.png);
	background-repeat: repeat;
	width: 900px;
	margin: auto;
	padding-bottom: 10px;
}
img {
	border: 0px;
	display: block;
}
a
{
	color: white;
	text-decoration: underline;
}
a:hover
{
	color: #00aadd;
	text-decoration: underline;
}

/*En-tête du site web*/
#headerGauche {
	background-image: url(../images/headerGaucheAccueil.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 274px;
	width: 545px;
}
#headerGaucheTarif {
	background-image: url(../images/headerGaucheTarif.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 274px;
	width: 545px;
}
#headerGaucheCompagnie
{
	background-image: url(../images/headerGaucheCompagnie.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 274px;
	width: 545px;
}
#headerGaucheContact
{
	background-image: url(../images/headerGaucheContact.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 274px;
	width: 545px;
}
#headerGaucheEquipe
{
	background-image: url(../images/headerGaucheEquipe.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 274px;
	width: 545px;
}
#headerGaucheInstallation
{
	background-image: url(../images/headerGaucheInstallation.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 274px;
	width: 545px;
}
#headerGaucheSecurite
{
	background-image: url(../images/headerGaucheSecurite.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 274px;
	width: 545px;
}
#headerDroit {
	background-image: url(../images/headerDroit.gif);
	background-repeat: no-repeat;
	height: 274px;
	width: 355px;
	margin-top: -274px;
	margin-left: 545px;
}

/*Section logo*/
#logo {
	height: 69px;
	width: 175px;
	padding-left: 20px;
	margin-top: -69px;
}

/*Section du contenu et menu*/
#center {
	margin-top: auto;
	width: 900px;
	min-height: 470px;
	background-image: url(../images/asphalte.png);
}

/*Menu cote de page*/
#menuCote {
	padding-left: 10px;
	padding-top: 10px;
	height: 460px;
	width: 200px;
	font: 1em "Trebuchet MS", sans-serif;
}
#menuCote a, span {
	color: #ffffff;
	text-decoration: none;
}
#menuCote a:hover, a:focus, a:active {
	text-decoration: underline;
}
.enTeteMenu {
	background-image: url(../images/menu2.png);
	background-repeat: no-repeat;
	height: 32px;
	color: #ffffff;
	font-size: 1.4em;
	padding-top: 8px;
	padding-left: 10px;
	font-weight: bold;
}
.lienMenu {
	background-image: url(../images/lienMenu.png);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 10px;
	padding-top: 5px;
}
.dessousMenu
{
	background-image: url(../images/flags.gif);
	background-repeat: no-repeat;
	height: 101px;
	width: 200px;
	margin-top: 35px;
}

/*Contenu du site web*/
#contenu {
	color: white;
	margin-left: 220px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 25px;
	min-height: 410px;
	margin-top: -470px;
	font: 0.8em verdana, arial;
	text-align: justify;
}
#contenu a
{
	color: #ffcc22;
	text-decoration: underline;
}
#contenu a:hover, a:focus, a:active 
{
	color: #00aadd;
}
#contenu p{
	font-size: 1em;
}
#contenu h2
{
	font-family: "Trebuchet MS", sans-serif;
}
#contenu table
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	text-align: center;
	border: 1px solid white;
	border-collapse: collapse;
}
#contenu td
{
	height: 30px;
	border: 1px solid white;
}
.contenuEquipe
{
	float: left;
	width: 50%;
	text-align: justify;
	line-height: 20px;
}
.photoEquipe
{
	padding-left: 20px;
	float: left;
	padding-top: 7px;
}
.contenuSecurite
{
	float: left;
	width: 65%;
	text-align: justify;
	line-height: 20px;
}
.photoSecurite
{
	padding-left: 40px;
	float: left;
}
.photoInstallations
{
	padding-left: 40px;
	float: left;
}
.contenuInstallations
{
	float: left;
	width: 60%;
	text-align: justify;
	line-height: 20px;
}
.contenuCompagnie
{
	float: left;
	line-height: 20px;
	width: 60%;
}
.photoFrancis
{
	float: left;
	padding-left: 40px;
}
.center
{
	text-align: center;
}
.centerGras
{
	text-align: center;
	font-weight: bold;
}
.gras
{
	font-weight: bold;
	font-size: 1.8em;
	color: red;
	text-transform: uppercase;
}
.photoKarting {
	margin: auto;
}
#google
{
	float: left;
	width: 50;
	margin-top: 0px;
	margin-left: 20px;
}
#google iframe
{
	width:380px;
	height:380px;
	border: none;
}
#google a
{
	float: right;
}
#contact
{
	float: left;
	text-align: center;
	width: 38%;
	margin-top: 100px;
	margin-left: -10px;
}
.tel
{
	text-decoration: underline;
}
#bottom  {
	color: #ffffff;
	font-size: 0.8em;
	text-align: right;
}