html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}
body {
	font-size: 76%;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	background-color: #010101;
	background-image: url("../images/applique_03.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #ababab;
	text-align: justify;
}

img {
	border: none;
}
a {
	color: #e84800;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.lienactif {
	color: #e89500;
	font-style: italic;
}

td.plat_libelle {
	width: 400px;
}
td.plat_prix {
	width: 60px;
	text-align: right;
	font-family: arial;
}
td.coordonnees_libelle {
	width: 150px;
	text-align: right;
	font-weight: bolder;
	padding-right: 15px;
}

ul {
	list-style: square;
}
table {
	font-size: 1.2em;
	clear: both;
}
.retour {
	width: 100%;
	text-align: right;
}

#main {
	position: relative;
	float: left;
	background-color: transparent;
	margin-left: 300px;
	width: 600px;
	padding-top: 20px;
}
* html body #main {
	margin-left: 150px;
}	

#header {
	position: relative;
	float: left;
	width: 100%;
	height: 100px;
	background-color: transparent;
}
#header img {
	float: right;
}
#header #header_adresse {
	float: right;
	text-align: right;
	padding-right: 40px;
	padding-top: 20px;
	font-family: "Comic Sans MS";
	background-color: transparent;
	width: 300px;
}
#header_adresse h1 {
	font-weight: normal;
	font-family: "Comic Sans MS";
	font-size: 1.6em;
	padding: 0;
	margin: 0;
	line-height: 1em;
}
#header_adresse p {
	margin: 0;
	padding: 0;
	padding-top: 5px;
}
#header_adresse img {
	padding: 5px;
}

#menu {
	position: relative;
	clear: both;
	float: left;
	width: 650px;
	height: 50px;
	background-color: transparent;
	font-variant: small-caps;
	font-size: 1.3em;
	text-align: left;
	padding-right: 0px;
}


#menu ul {
	list-style: none;
}
#menu li {
	display: inline;
	padding-right: 15px;
}
	
#corps {
	clear: both;
	position: relative;
	float: left;
	width: 100%;
	background-color: transparent;
	padding-top: 70px;

}
#corps h1 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-variant: small-caps;	
	color: #e89500;
	font-size: 1.5em;
}

#corps img {
	float: right;
	padding: 3px;
	background-color: #ababab;
	margin-left: 20px;
	margin-bottom: 20px;
}
#corps p {
	font-size: 1.2em;
}

#pied {
	clear: both;
	position: relative;
	float: left;
	width: 100%;
	text-align: right;
	margin-top: 40px;
	padding-bottom: 50px;
	font-style: italic;
	color: #e89500;
	border-top: 1px solid #ababab;
}

#pied ul {
	list-style: none;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 10px;
	right: 0;
}
#pied #flag {
	position: absolute;
	top: 10px;
	left: 10px;
}
#pied li {
	display: inline;
	padding-left: 15px;
}
#pied #copyright {
	position: absolute;
	top: 30px;
	right: 0;
	font-size: 0.9em;
	color: #ababab;
}
#pied #copyright a {
	color: #ababab;
}

/* PAGE CARTE */
.lemenu {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.lacarte {
	width: 470px;	
}

/* PAGE CONTACT */
label {
	width: 150px;
	text-align: right;
	clear: both;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	font-weight: bolder;
	font-size: 1.2em;
}
input {
	margin-top: 20px;
}
textarea {
	margin-top: 20px;
}
input.submit {
	clear: both;
	float: right;
	background-color: #e84800;
	color: #010101;
	border: 0;
	cursor: pointer;
}
.comment {
	float: left;
	position: relative;
	width: 100%;	
	text-align: center;
	color: #e89500;
	font-size: 1.4em;
	margin: 20px;
}

/* PAGE REFERENCES */
#references_commentaire {
	clear: both;
	font-style: italic;
}

#page_lien p {
	position: relative;
	float: left;
	display: inline;
	font-size: 1em;
	width: 430px;
	margin: 0;
	margin-top: 3px;
	margin-bottom: 10px;
}
#page_lien li {
	clear: both;
	margin-bottom: 12px;
	margin-top: 12px;
}
#page_lien .lien_image {
	float: left;
	position:relative;	
	
}

#page_lien .lien_descriptif {
	float: left;
	position: relative;
	width: 400px;
	margin-left: 10px;
}

#page_lien img {
	float: left;
	margin: 0;
	margin-bottom: 12px;
}

#logos_partenaires {
	clear: both;
	margin-top: 50px;
}
#logos_partenaires img {
	border: 0;
	padding: 5px;
	background-color: transparent;
	float: left;
}

