﻿/* Global */
body {
	height:100%;
	color:rgb(152,110,105);
	background-color:#3c0202;
	background: url(../img/machine_ravioli_fond.gif) no-repeat;
	/*background: url(machine-ravioli_v1/img/machine_ravioli_fond.gif);
	/*background-repeat: repeat-x;
	background-position: bottom;
	margin:0 auto;*/
}


#global {
	width: 700px;
	margin: 0 auto;
}

a {text-decoration:none; color:rgb(62,2,2);}
a:hover{color:rgb(204,90,0);}
a:active, a:focus{color:rgb(180,0,0);}

em{letter-spacing:2.5px; word-spacing:3px;}

/* En-tte */
#entete {padding-top: 10%;}
#logo {padding-right:28px;}
#image {text-align:center;}
#corps {
	text-align:center;
	margin-left: 15%;
	margin-right: 15%;
}
#corps p{text-align:justify;}
#pied{color:rgb(62,2,2);}

