/*********************/
/****** COMMON *******/
/*********************/

/*******************/
/* Blocs container */
/*******************/
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
}
#container {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 25px;
	background-color: #3bcbdd;
}
#background {
	width: 800px;
	background: url(../images/common/bg_background.gif) repeat-y;
	background-color: #ffffff;
	float: left;
}

/***************/
/* Menu gauche */
/***************/
#left {
	width: 250px;
	float: left;
}
#left .logo {
	width: 230px;
	padding: 10px;
	border-bottom: 2px dotted #999999;
	float: left;
}
#left .login {
	width: 240px;
	height: 155px;
	padding: 10px 0 0 10px;
	float: left;
}
#left .login h3 {
	font-weight: bold;
	margin: 0 0 5px 0;
}
#left .login p {
	margin: 2px 0;
}
#left .login label {
	display: block;
	float: left;
	width: 80px;
	font-weight: bold;
	font-size: 11px;
	margin-top: 3px;
}
#left .login input.text {
	float: left;
	margin: 1px;
}
#left .login .links {
	width: 110px;
	margin: 15px 70px 5px 0;
	float: left;
	line-height: 1.2;
}
#left .login .links a {
	font-size: 11px;
	text-decoration: underline;
	color: #555555;
}
#left .login .submit {
	width: 41px;
	margin: 10px 0 0 0;
	float: left;
}
#left .login .submit input {
	width: 41px;
	height: 41px;
}
#left .login .connected {
	width: 230px;
	/* en attendant plus d'infos pour positionnt arc */
	height: 50px;
	float: none;
	clear: both;
}
#left .login .connected p.boutons {
	margin-top: 10px;
}
#left .login .connected a {
	color: #555555;
	text-decoration: underline;
	font-size: 11px;
}
#left #egift {
	width: 240px;
	height: 105px;
	padding: 10px 0 0 10px;
	float: left;
	border-top: 2px dotted #999999;
}
#left .menu {
	border-top: 2px dotted #999999;
	float: left;
}
#arc {
	margin: 20px 0 0 5px;
	width: 240px;
	height: 357px;
	float: left;
	padding-bottom: 20px;
}
Html>Body {
	margin: 20px 0 0 10px;
}
.arc {
	background: url(../images/common/arc.gif) top left no-repeat;
}
#arc p.btn1 {
	padding: 35px 0 0 80px;
}
#arc p.btn2 {
	padding: 73px 0 0 17px;
}
#arc p.btn3 {
	padding: 73px 0 0 80px;
}

/*****************/
/* partie droite */
/*****************/
#main {
	width: 545px;
	float: left;
}
#accroche {
	width: 545px;
	padding: 10px 0;
	font-weight: bold;
	color: #9cc400;
	text-align: center;
}
#accroche .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-bottom: 5px;
}
#accroche .subtitle {
	font-family: verdana;
	font-size: 12px;
}
#mainIntro {
	width: 525px;
	padding: 0 10px;
}
#mainIntro p {
	padding: 5px 0;
}
#mainIntro p a {
	text-decoration: underline;
	color: #555555;
}

/******************/
/** Bloc message **/
/* envoi mail... */
/******************/
#message {
	margin: 10px 0 0 20px;
}
#message h2 {
	margin-bottom: 10px;
}
#message h3 {
	margin-bottom: 5px;
}
#message p {
	margin-bottom: 10px;
}
#message .center {
	text-align: center;
}

/**********/
/* Footer */
/**********/
#footer {
	clear: both;
	float: none;
	padding: 20px 0 10px 0;
	text-align: center;
	margin-left: 200px;
}
#footer ul {
	width: 280px;
	list-style-type: none;
	margin: 0 auto 0 auto;
}
#footer li {
	float: left;
}
#footer li a {
	color: #555555;
	text-decoration: underline;
	font-size: 10px;
}
#footer p.vignettes {
	width: 90px;
	margin: 20px auto 0 auto;
}

/*******************/
/* Envoi email ami */
/*******************/
#sendFriendForm p {
	float: none;
	clear: both;
	margin: 10px 0;
}
#sendFriendForm p label {
	display: block;
	float: left;
	width: 150px;
}
#sendFriendForm .submit {
	text-align: center;
}
/****************/
/* Css communes */
/****************/
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
.hr {
	float: none;
	clear: both;
}
.hr hr {
	display: none;
}
.pageTitle {
	font-size: 20px;
	font-weight: bold;
}
.redFont, .color1 {
	color: #fe2d4c;
}
.orangeFont, .color5 {
	color: #ff8834;
}
.blueFont, .color10 {
	color: #3ccbdc;
}

.grayFont {
	color:#666666
}

.bold {
	font-weight:bold;
}
/* Formulaire */
form.inputBlueBorder input, form.inputBlueBorder select {
	border: 1px solid #3ccbdc;
}
form.inputBlueBorder input.inputNoBorder {
	border: 0;
}
form.inputBlueBorder input.inputButtonBorder {
	border: solid 1px  #555555;
	border-style: outset;
}
.inputXXLarge {
	width:400px;
}
.inputXLarge {
	width:250px;
}
.inputLarge {
	width:140px;
}
.inputMedium {
	width:80px;
}
.inputSmall {
	width:40px;
}
.inputXSmall {
	width:20px;
}
.mandatory {
	color: inherit !important;
	color: #ff7d22;
}
.mandatory:after {
	color: #ff7d22;
	content: " *";
}
.error {
	color: #f71020;
	background-color: #ffcfd1;
}
p.error {
	height: expression(this.scrollHeight > 45 ? "auto" : "45px" );
	padding-left: 50px;
	background: url(../images/common/warning.gif) top left no-repeat;
}
Html>Body p.error {
	height: auto;
	min-height: 45px;
}
span.errors {
	display: block;
	height: expression(this.scrollHeight > 45 ? "auto" : "45px" );
	padding-left: 50px;
	background: url(../images/common/warning.gif) top left no-repeat;
	color:#ff183b;
	margin-bottom: 10px; 
}
Html>Body span.errors {
	height: auto;
	min-height: 45px;
}
/* /Formulaire */
