@charset "utf-8";

/************************************************************************
*
*  © 2004 - 2011 - Du Soleil dans la Cuisine
*  All rights reserved
*  Designed & Edited by VISONNEAU Maxime <maxime.visonneau at dsdlc.fr>
*
*************************************************************************//

body {
	background-color:#F6A63D;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.Titre {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6F2323;
	font-size: 22px;
}
.Texte {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #841617;
	font-size: 18px;
}

.Impression {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #841617;
	font-size: 18px;
	font-style:italic;
	text-align: justify;
	padding-left:20px;
	padding-right:20px;
}

.NomClient {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6F2323;
	font-size: 17px;
	text-align:right;
	padding-right:35px;
	
}

.PageNumber {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6F2323;
	font-size: 14px;
	text-align: justify;
	padding-right:35px;
	
}

.text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #841617;
	font-size: 18px;
}

.Titre2 {
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #900;
	font-size: 17px;
	padding-left:10px;
}

.input {
	font-size:12pt;
	font-weight:bold;
	background-color:#900;
	border-color:#FC0;
	border-width:1px;
	color:#FC0;
	border-style:solid;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}

.field {
	font-size:12pt;
	font-weight:bold;
	background-color:#900;
	border-color:#FC0;
	border-width:1px;
	color:#FC0;
	border-style:solid;
}

.msgTxt {
	font-size:14pt;
	font-weight:bold;
	color:#FC0;
}

.YellowCalibri {
	font-family: Calibri;
	font-size: 13px;
	color: #FFCC33;
	font-weight: bold;
}

#message
{
	position:absolute ;
	left:30%;
	top:45%;
	width:40%;
	height:40%;
	z-index: 100;
}

#full{
	height:100%;
}

#message table
{
	border-style:solid;
	border-width:1px;
	border-color:#FC0;
	background-color:#900;
	width:100%;
	height: 100px;
	text-align:center;
}


