html, body {
	height: 100%;
}

div#global {
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	position: relative;
}

div#header {
	float: left;
	width: 749px;
	padding-top:10px;
}

/* CSS content */
#center {
	padding-bottom: 30px; 
	overflow: auto;
}

.content {
	float: left;
	margin-left: 15px;
	margin-top: 8px;
}

/* CSS Accueil */
div#content-accueil {

}

div#content-accueil-first {
	margin-top: 23px;
	margin-left: 56px;
}

div#content-accueil-second-left {
	float: left;
	width: 260px;
	margin-left: 42px;
}

div#content-accueil-second-right img {
	margin-top: 50px;
}

div#content-accueil-second-right {
	float: left;
	margin-left: 25px;
}

/* CSS Gamme Citroën */
table#gamme-citroen-table {
	margin-left: 60px;
	width: 555px;
	border-collapse: collapse;
}

table#gamme-citroen-table tr td {
	width: 50%;
}

.gamme-citroen-title {
	margin-top: 1em;
	margin-bottom: .4em;
}

.gamme-citroen-desc {
	font-size: .75em;
}

/* CSS Occasions */
table#occasions-table {
	margin-left: 60px;
	border-width: 0em;
}

table#occasions-table tr td {
	border-width: .1em;
	border-style: dotted;
	padding: .8em;
}

table#desc-vehicle-table {
	margin-left: 10px;
	border-width: 0em;
}

table#desc-vehicle-table tr td {
	border-width: .1em;
	border-style: dotted;
	padding: .8em; 
}

.title-desc-vehicle-table { 
	font-weight: bold;
	text-align: center;
}

.content-desc-vehicle-table { 
	width: 190px;
	text-align: center;
}

#one-vehicle-desc {
	margin-left: 30px;
	width: 400px;
	float:left;
}

#one-vehicle-photos {
	width: 300px;
	float:left;
}

.vehicle-photo {
	margin-left: 45px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#back-to-list {
	float: left;
	width: 100%;
	text-align: center;
}

/* CSS Services */
#text-bloc-services {
	margin-left: 42px;
	width: 550px;
}

/* CSS Contact */
#bloc-contact-form {
	width: 395px;
	margin-left: 42px;
	float: left;
}

#bloc-contact-coordonnees {
	margin-left: 33px;
	float: left;
}

/* CSS Accès */
#access-card {
	margin-left: 60px;
	width: 650px;
}

.title {
	color: #626a6c;
}

/* CSS Roulez-Vert */
#text-content-roulez-vert {
	width: 430px;
	float: left;
}

#signature-roulez-vert {
	text-align: right;
	margin-right: 85px;
}

#images-content-roulez-vert {
	float: left;
	width: 280px;
	margin-top: 5px;
}

/* CSS Menu */
#menu {

}

#menu li {
	display: inline;
	color: #ffffff;
	background: #c7c7c7;
	padding: 3px 7px;
	margin-right: -2px;
	
}

#menu li:hover {
    background-color: #999999;
}

#menu li a {
	text-decoration: none;
	color: #ffffff;
}

/*-------------Mini-CSS pour se localiser quand on est sur page actuelle---------------*/
#accueil #nav-accueil, 
#gamme-citroen #nav-gamme-citroen, 
#occasions #nav-occasions, 
#services #nav-services, 
#contact #nav-contact, 
#acces #nav-acces,
#roulez-vert #nav-roulez-vert, 
#liens #nav-liens { 
	/* declarations to style the current state */
	text-decoration: none;
	background: #999999;
} 
/*-----------Fin Mini-CSS pour se localisé quand on est sur page actuelle-------------*/

/* CSS Footer */
div#footer {
	position: absolute;
	width: 100%;
	bottom: 4px;
	
	font-size: .9em;
	color: #626a6c;
	}

/* top and bottom 0, left and right 10px */
img { 
	margin: 0 10px; 
 }

.bloc-center {
	margin-left: auto;
	margin-right: auto;
}

.text-center {
	text-align: center;
}
