/* TOUT */
* {
	font-family: Arial, Helvetica, sans-serif;
}

blockquote {
	width: 500px;
	padding: 20px;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	border: 1px solid #eeeeee;
	/* background-color: #ffffff; */
	background-color: #FFFFE1;
	background-repeat: no-repeat;
	background-image: url(../images/elements/bg_blockquote.gif);
}

a img {
	border: 0;
}

blockquote {
	width: 500px;
	padding: 20px;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	border: 1px solid #eeeeee;
	/* background-color: #ffffff; */
	background-color: #FFFFE1;
	background-repeat: no-repeat;
	background-image: url(../images/elements/bg_blockquote.gif);
}

.clear {
	clear: both;
}

/* BOX */

.box {
	width: 			500px;
	padding: 		10px;
	font-size:		14px;
	margin-left: 	auto;
	margin-right: 	auto;
	margin-bottom: 	10px;
}

.box img {
	width: 25px;
	margin-right: 10px;
	vertical-align: middle;
}

.error {
	border: 			1px solid red;
	background-color: 	#FFC5C5;
}

.warning {
	background-color: 	#FFFFE1;
	border: 			1px solid #CECECE;
}

.valid {
	background-color: 	#ccff99;
	border: 			1px solid green;
}

/* BODY */

body {
	background-color: #1F1F1F;
	background-image: url("../images/elements/bg.gif");
}

/* CONTENT */
#content {
	width: 				90%;
	min-width:			900px;
	overflow: 			hidden;
	margin-left: 		auto;
	margin-right: 		auto;
	padding-bottom: 	10px;
	background-color: 	#FFFFFF;
}

#content h1 {
	float:			left;
	width: 			200px;
	margin-top: 	0;
	margin-left: 	10px;
	margin-bottom:	0px;
	overflow:		auto;
	color: 			#7DBE0B;
	border-bottom: 	2px solid #7DBE0B;
}

#content h2 {
	margin-left: 	20px;
	margin-bottom: 	0px;
}

/* HEADER */

#header {
	width: 					98%;
	height: 				180px;
	margin-left: 			10px;
	margin-right: 			10px;
	background-color: 		#494949;
	background-position: 	right;
	background-repeat: 		no-repeat;
	background-image: 		url("../images/elements/ban_d.jpg");
}

/* CONTENU */

#contenu {
	overflow: auto;
}

#contenu a {
	color: 				#CC0066;
	cursor: 			pointer;
	cursor: 			hand;
	font-weight: 		bold;
	text-decoration: 	none;
}

#contenu a:hover {
	color: 				#663366;
	text-decoration: 	underline;
}

/* MENU VERTICAL ET HORIZONTAL */

#bas, #haut {
	width: 				90%;
	min-width:			900px;
	overflow: 			auto;
	margin-left: 		auto;
	margin-right: 		auto;
	background-color: 	white;
}

#menu_h_ul {
	margin: 			0;
	padding: 			0;
	height: 			50px;
	overflow: 			hidden;
	background-image: 	url("../images/elements/fond_menu.gif");
	background-position:center bottom;
}

#ombre_menu_h {
	height: 				33px;
	background-position: 	bottom;
	background-repeat: 		repeat-x;
	background-image: 		url("../images/elements/ombre_menu_h.jpg");
}

#ombre_menu_b {
	height: 				33px;
	background-position: 	bottom;
	background-repeat: 		repeat-x;
	background-image: 		url("../images/elements/ombre_menu_b.jpg");
}

#menu_v {
	width: 				190px;	
	float: 				left;
	margin-top: 		2px;
	padding:			10px;
	margin-left: 		10px;
	margin-right: 		10px;
	background-color: 	#EEEEEE;
	-moz-border-radius-topleft: 		5px;
	-moz-border-radius-topright: 		5px;
	-moz-border-radius-bottomleft: 		5px;
	-moz-border-radius-bottomright: 	5px;
}

#login {
	font-size: 12px;
}

#menu_v li {
	width: 			90%;
	list-style: 	none;
	border-bottom: 	1px dashed #444444;
}

#menu_v a {
	color: 				#CC0066;
	font-size: 			12px;
	text-decoration: 	none;
}

#menu_v a:hover {
	color: 				#663366;
	text-decoration: 	underline;
}

#menu_v li .arrow {
	color: #EEEEEE;
}

#menu_v li:hover .arrow {
	color: #CC0066;
}

#menu_h_ul .menu_over {
	padding-top: 15px;
}

#menu_h_ul li {
	float: 			left;
	height: 		50px;
	display: 		block;
	list-style: 	none;
	padding-left: 	25px;
	padding-right: 	25px;
}

#menu_h_ul li:hover {
	cursor: 			pointer;
	cursor: 			hand;
	background-image: 	url("../images/elements/fond_menu.gif");
	background-repeat: 	repeat-x;
	background-position:center center;
}

#menu_h_ul li.on {
	background-image: 	url("../images/elements/fond_menu.gif");
	background-repeat: 	repeat-x;
	background-position:center top;
}

#menu_h_ul a {
	color: 				white;
	font-size: 			16px;
	font-weight: 		bold;
	text-decoration: 	none;
}

/* FOOTER */

#footer {
	width: 				90%;
	min-width:			900px;
	font-size: 			11px;
	margin-left: 		auto;
	margin-right: 		auto;
	text-align: 		center;
	background-color: 	#FFFFFF;
	border-top:			1px dashed black;
}

#footer a {
	color: 				#CC0066;
	text-decoration: 	none;
}

#footer a:hover {
	color: 				#663366;
	text-decoration: 	underline;
}

#footer #cards {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}

#footer .cards {
	float: left;
	width: 50px;
	height: 30px;
	background-image: url(../images/cards/all.png);
}

#footer #AMERICAN_EXPRESS {
	background-position: 100px 0px;
}

#footer #VISA {
	background-position: 50px 0px;
}

#footer #VISA_ELECTRON {
	background-position: 0px 90px;
}

#footer #BANCONTACT {
	background-position: 100px 90px;
}

#footer #MAESTRO {
	background-position: 50px 90px;
}

#footer #CARTE_BLEUE {
	background-position: 0px 60px;
}

#footer #SOLO {
	background-position: 100px 60px;
}

#footer #VIREMENT {
	background-position: 50px 60px;
}

#footer #TELEPHONE {
	background-position: 0px 30px;
}

#footer #SMS {
	background-position: 100px 30px;
}

/* InfoBulle */

.tip {
	width: 			139px;
	z-index:		5;
	text-align: 	center;
	font-family: 	tahoma,arial;
	background: 	transparent url("../images/infoBulle/bubble.png") no-repeat scroll center;
}

.tip-top {
	width: 			139px;
	height: 		10px;
	background: 	transparent url("../images/infoBulle/bubble.png") no-repeat scroll left top;
}
.tip-title {
	color:			#5BDBF1;
	font-size: 		12px;
	font-weight: 	bold;
	padding-left: 	5px;
	padding-right: 	5px;
}
.tip-text {
	color: 			#FFFFFF;
	font-size: 		10px;
	padding-top: 	5px;
	padding-left: 	5px;
	padding-right: 	5px;
}
.tip-bottom {
	width: 			139px;
	height: 		10px;
	background: 	transparent url("../images/infoBulle/bubble.png") no-repeat scroll left bottom;
}
