body
{
	width: 100%;
	margin: 0px;
	padding:0px;
	font-family:Arial,Helvetica,sans-serif;
	color: #444444;
	margin: auto;
	padding: auto;
}
#topHeader
{
	width: 1000px;
	height: 30px;
	color: white;
	background: black;
	padding-top: 6px;
}
#topHeader td
{
	color: white;
	font-size: 13px;
}
#generalImage
{
	background: url(../images/general_image_bg.jpg) no-repeat;
	width: 1000px;
	height: 457px;
}
#generalHomeContent
{
	background: url(../images/page_content_bg.jpg) no-repeat;
	width: 1000px;
	height: 504px;
}
#generalContent
{
	background: url(../images/page_content_bg2.jpg) no-repeat;
	background-color: #ECECEA;
	width: 1000px;
}
#generalContentText
{
	padding: 20px;
	padding-left: 250px;
	color: black;
	font-size: 13px;
	margin-right: 30px;
}
#generalContentText td
{
	font-size: 13px;
}
#generalContentText ul
{
	padding-right: 60px;
}
#generalContentText li
{
	list-style-type: none;
}
#generalContentText li:before
{
	content: "> ";
	font-weight:bold;
	font-size: 15px;
	color: #DC2A47;	
}
#footer1
{
	width: 1000px;
	height: 30px;
	background: #0A589D;
	color: white;
}
#logo
{
	position: relative;
	z-index: 1500;
	padding-top: 50px;
	padding-left: 50px;
}
#topMenu ul
{
	position: relative;
	z-index: 2000;
	padding: 0px;
	margin: 0px;
}
#topMenu ul li
{
	list-style-type: none;
	float: left;
	padding-top: 30px;
}
#topMenu ul li a
{
	color: white;
	font-size: 13px;
	font-weight: bold;
	margin-right: 15px;
	padding-top: 30px;
	text-decoration: none;
}
#topMenu ul li a:hover, #topMenu ul li a.active
{	
	background: url(../images/top_menu_bg_on.png) no-repeat;
}
#footerMenu ul
{
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
}
#footerMenu ul li
{
	list-style-type: none;
	float: left;
	font-size: 15px;
	padding-left: 15px;
	font-weight: bold;
}
#footerMenu ul li a
{
	color: white;
	text-decoration: none;
}
#footerMenu ul li a:hover
{
	color: white;
	text-decoration: underline;
}
img
{
	border: 0px;
}
a
{
	color: white;
	text-decoration: none;
}
a:hover
{
	color: white;
	text-decoration: underline;
}
h4
{
	font-size: 23px;
}
#generalContent a
{
	color: black;
}
input,textarea
{
	width: 285px;
	height: 30px;
	border: 1px solid #949494;
	padding: 5px;
}
#topDirectPaiement
{
	position: absolute;
	z-index: 1000;
	padding-left: 550px;
	padding-top: 170px;
}
#footer2 table td
{
	font-size: 11px;
}
#footer2 table td a
{
	line-height: 15px;
	text-decoration: none;
	color: #404241;
}
#footer2 table td a:hover
{
	text-decoration: underline;
}
#paiementBox
{
	background: url(../images/home_paiement_bg.png) no-repeat;
	width: 411px;
	height: 247px;
	text-align: left;
	z-index: 1;
}
#headerSolutionsPannel
{
	position: absolute;
	background: #DC2A47;
	width: 980px;
	margin-top: 70px;
	color: white;
	padding: 10px;
	z-index: 5000;
}
#headerSolutionsPannel table td
{
	color: white;
	font-size: 13px;
}
#solutionUl 
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#solutionUl li
{
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #c5c5c5;
	cursor: pointer;
	width: 100%;
}
#solutionUl li:hover,#solutionUl li:hover a
{
	background: white;
	color: #DC2A47;
	text-decoration: none;
}
#headerSolutionsPannel.show
{
	visibility: show;
}
#headerSolutionsPannel.hide
{
	visibility: hidden;
}