
body {
	width: 80%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Franklin Gothic Book;
	background-color: #3F3E3E;
	/*border: 1px solid blue;*/
	min-width: 800px;
}

/* L'en-tête */
#en_tete {
	width: 760px;
	height: 70px;
	margin: auto;
	margin-left: 30px;
	margin-bottom: 10px;
	color: #FFEFEF;
	font-size: 2em;
}


.titleFord {
	color: #AAA8A8;
}

/* Le menu */
#menu {

	float: left;
	width: 220px;
	margin-left: 30px;
	margin-top: 30px;
	min-height: 400px;
}

.element_menu {
	text-transform:uppercase;
	margin-bottom: 10px;
	/*font-weight: bolder;*/
	letter-spacing:-1px;
}

.element_menu .series {
	list-style-type: none;
	margin: 0px; padding-left : 0px;
	margin-bottom: 5px;
	font-size: 1.5em;
	min-height: 300px;
	padding-left: 0px;
	line-height:25px;
}

.element_menu .series li {
	margin: 0px;
	padding-left: 0px;
	}

.element_menu .others {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	line-height:22px;
}

.element_menu .others li {
	margin: 0px;
	padding-left: 0px;
}

.element_menu a {
	color: #AAA8A8;
	text-decoration: none;
}

.indexCategories {
	font-size: 0.75em;
}

.titleParagraphe {
	
}

.element_menu_selected {
	color: #FFFFFF !important;
	text-decoration: none;
}

.element_menu a:hover {
	color: #D9D8D8;
}

/* Le corps de la page */
#corps {
	margin-left: 250px;
	margin-bottom: 5px;
	padding: 3px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #FFFFFF;
	overflow: auto;
	height: 430px;
}
#corps2{
	margin-left: 220px;
	margin-bottom: 5px;
	padding: 3px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #FFFFFF;
	overflow: auto;
	height: 800px;
}


#corps h1,#corps2 h1 {
	color: #B3B3B3;
	text-align: center;
}

#corps h2,#corps2 h2 {
	height: 30px;
	background-image: url("images/titre.png");
	background-repeat: no-repeat;
	padding-left: 30px;
	color: #B3B3B3;
	text-align: left;
}

#table_photo { /*	overflow: auto;*/
	padding: 0px;
	margin: 0px;
	max-height: 430px;
}

#table_photo2 { /*	overflow: auto;*/
	padding: 0px;
	margin: 0px;
	max-height: 780px;
}

#table_photo tr,#table_photo2 tr {
	padding: 0px;
	margin: 0px;
}

#table_photo td ,#table_photo2 td {
	margin: 0px;
}

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */
#pied_de_page {
	text-align: center;
	color: #B3B3B3;
	font-size: 0.8em;
	padding-top: 5px;
	font-weight: bold;
}

#pied_de_page p {
	padding: 0px;
}

#contact {
	padding: 0px;
	margin: 0px;
	margin-left: 220px;
	font-size: 1.8em;
	text-align: center;
	color: white;
}

#contact a {
	color: white;
}

#contact table {
	margin: auto;
}

#contact table td {
	padding-left: 40px;
	padding-right: 40px;
}

#contact .telNumber {
	font-size: 0.85em;
	letter-spacing: 1px;
}

.home {
	text-align: center;
	background-color: #3f3e3e !important;
}

.credits {
	padding-top: 10px !important;
	width: 60% !important;
	background-color: #3f3e3e !important;
	color: #AAA8A8 !important;
}

.creditsParagraphe {
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
}
