body {
	background-image: url('../images/design/bg.png');
}
#site {
	margin: auto;
	text-align:justify;
	padding: 0em 2em 0em 2em;
	font-family:Arial, Helvetica, sans-serif;
	color: #000080;
	font-size: small;
}
#head{
	background-position: top;
	font-size: small;
	height: 220px;
	width:  100%;
	background-repeat:no-repeat;
}
#body{
	font-size: small;
	padding: 5px 30px 0px 30px;
	background-repeat:repeat-y;	
	font-size: small;
}
#foot{
	background-position: bottom;
	height: 85px;
	text-align:center;
	background-repeat:no-repeat;	
}
#menu{
	width:100%;
	height: 85px;
	display: block;
}
.partie_info{
	float:left;
	font-size: small;
	text-align: justify;

	padding:10px 10px 10px 10px;
	border: 1px solid #b09963;
	background-color:#eae4d3;
	margin-bottom:10px;
}
.cadre_contenu{
	font-size: small;
	text-align: justify;
	background:#f3f3f3;
	padding:10px 10px 10px 10px;
	border: 1px solid #b09963;
	background-image: url('../images/design/fond_cadre.png');
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom:10px;
}
.partie_info, .cadre_contenu{
	border-radius: 10px;  					/* CSS3 */
	-moz-border-radius: 10px;				/* Pour Firefox */
	-webkit-border-top-right-radius: 10px;	/* Safari, Chrome et autres navigateurs webkit-based */
	-khtml-border-radius: 10px;				/* Konqueror et autres khtml-based browsers */
	/* Rien pour IE ou Opera, mais j'en ai rien à foutre. */
}
p {
	margin-bottom:2px;
	padding-bottom:2px;
}
.cadre_livre, .formulaire_client {
	background-color:#eae4d3;
	border: 1px solid #b09963;
	padding: 10px;
	margin-top:15px;
}

.formulaire_client {
	width: 600px;
	margin-left: 150px;
}
/* formulaire */
.msg_et_champ {
	margin-bottom: 6px;
}
.add_msg_left {
	float: left;
	width: 250px;
	text-align: left;
	margin-top: 2px;
	padding-left: 10px;
	height: 23px;
}

.add_msg_right {
	text-align: left;
	height: 25px;
}
.add_text_left {
	float: left;
	width: 250px;
	text-align: left;
	margin-top: 2px;
	padding-left: 10px;
	height: 100px;
}

.add_text_right {
	text-align: left;
	height: 112px;
}
.input.i_text {
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 1em;
	border: 1px solid #757575;
	width: 250px;
}
.champ {
	width: 320px;
}
.champ_max {
	width: 100%;
}
a:link {color: #a08953; text-decoration:none;}
a:visited {color: #a08953; text-decoration:none;}
a:hover {color:#666666; text-decoration:none;}

