
html {
	margin: 0;
	padding: 0;
}

body, table, td, p, input, textarea, select {
	font-family: Verdana, Arial, Helvetica ;
	font-size: 11px;
	color: #444444;
	text-align: left;
}

body {
	margin: 0;
	padding: 0;
	background: #ffffff url(../pics/bgtop.png) repeat-x ;
	text-align: center ;
}

img {
	border: 0px;
}

h1 {
	font-family: Helvetica;
	font-size: 28px ;
	font-weight: lighter;
	color: #0750fd;
	margin: 0 0 20px 0;
	padding: 0;
}

h2 {
	font-size: 20px ;
	font-weight: normal;
	font-style: italic;
}

a {
	color: #d84708 ;
}

a:hover {
	color: #f38607 ;
}

a.pdf {
	background: transparent url(../pics/pdf.gif) no-repeat center left ;
	padding-left: 22px ;
	line-height: 17px;
	display: block;
}

#main-wrap {
	width:804px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 5px;
	margin-top: 0px;
	padding: 1px 0; /*incoryable : c'est necessaire sinon ca deconne, on a une marge non souhaitee en haut. Parait que c'est normal : http://complexspiral.com/publications/uncollapsing-margins/ */
}

#header {
	float: left;
	width: 100%;
	height: 112px;
}

#header img {
	padding: 30px 0px 0px 35px;
}


#main-menu {
	float: left;
	width: 100%;
	height: 50px;
	background: transparent url(../pics/mmenu.png) repeat-x ;
	text-align: center ;
}

#main-menu span#left {
	float: left;
	width: 15px;
	height: 50px;
	background: transparent url(../pics/mmenuleft.png) no-repeat ;
}

#main-menu span#right {
	float: right;
	width: 15px;
	height: 50px;
	background: transparent url(../pics/mmenuright.png) no-repeat ;
}

#main-menu-content {
	float: left;
	width: 15px;
	height: 50px;
	padding-left: 30px;
	font-size: 12px;
	color: #ffffff ;
	font-weight: bold;
}

#main-menu-content ul {
	float:left;
	line-height:50px;
	list-style:none;
	margin:0;
	padding:0 10px 0 10px;
	width:700px;
}

#main-menu-content li {
	display:inline;
	padding:16px;
}

#main-menu-content li#select {
	background: transparent url(../pics/mmenuarrow.gif) no-repeat bottom center ;
}

#main-menu-content a {
	color: #e0e0e0 ;
	text-decoration: none;
}

#main-menu-content a:hover {
	color: #ffffff ;
	text-decoration: none;
}

#footer {
	float: left;
	width: 100%;
	height: 58px;
	background: #535353 url(../pics/footer.gif) no-repeat top center ;
	color: #ffffff ;
}

#footer a {
	color: #ffffff ;
	text-decoration: none;
	padding-right: 15px;
}

#footer a:hover {
	text-decoration: underline;
}

#footer div#menu {
	padding: 20px ;
	width: 550px;
	float: left;
}

#footer div#copy {
	float: right ;
	padding: 20px ;
	width: 150px;
	text-align: right ;
}

/* Standard Pages Specific */

#main-content {
	margin-top: 21px;
	float: left;
	width: 100%;
	background: transparent url(../pics/contbg.gif) repeat-y ;
}

#cont-head {
	background: transparent url(../pics/headshadow.gif) no-repeat bottom center ;
	float: left ;
	width:100% ;
	height: 105px ;
}

#cont-menu {
	float: left;
	width: 200px;
	height: 400px;
}

#cont-menu h1 {
	font-size: 20px ;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	margin: 20px 0 20px 0;
}

#cont-menu ul {
	float:left;
	line-height:26px;
	list-style:none;
	margin:0;
	padding:0;
	width:200px;
}

#cont-menu li {
	font-size: 10px;
	display:block;
	padding-left:12px;
	background: transparent url(../pics/cmenubg.gif) no-repeat ;
}

#cont-menu li#select {
	background: transparent url(../pics/cmenuselect.gif) no-repeat ;
	font-weight: bold;
	color: #071d85 ;
}

#cont-menu a {
	color: #444444 ;
	text-decoration: none;
}

#cont-menu a:hover {
	color: #071d85 ;
	text-decoration: none;
}

#cont-menu p {
	padding: 10px;
	line-height: 16px;
}

#cont-text {
	float: left;
	width: 564px;
	padding: 20px;
	text-align: justify ;	
}

#cont-text h1 {
	margin-top: 20px;
}

#cont-text p {
	padding: 0;
	padding-bottom: 15px ;
	margin: 0;
	text-indent: 30px;
	text-align: justify ;	
}

#cont-text strong {
	font-size: 12px;
	font-weight: normal ;
	font-style: italic;
	padding-bottom: 20px;
	color: #071d85 ;
	display: block;
}

#cont-text ul {
	margin-top: 10px ;
	padding-top: 0;
	margin-bottom: 5px ;
	padding-bottom: 0 ;
}

#cont-text li {
	padding-bottom: 10px ;
}

#cont-text li span {
	color: #0750fd ;
}

#cont-text h3 {
	padding: 4px;
	padding-left: 10px;
	margin: 0 ;
	font-size: 12px ;
	font-weight: bold;
	color: #071d85 ;
}

#cont-text h3.check {
	padding: 4px;
	padding-left: 30px;
	margin: 0 ;
	background: transparent url(../pics/mark1.gif) no-repeat ;
	font-size: 12px ;
	font-weight: bold;
}

#cont-text h4 {
	padding: 0;
	padding-bottom: 5px;
	margin: 0 ;
	font-size: 11px ;
	font-weight: bold;
}

#cont-bottom {
	float: left;
	width: 100%;
	background: transparent url(../pics/contbt.gif) no-repeat ;
	height: 50px;
}

div.up {
	float: right ;
	clear:both ;
	width: 65px;
	height: 16px;
	padding: 10px 0 10px 0 ;
	text-align: right;
}

div.up a {
	background: transparent url(../pics/up.gif) no-repeat center right;
	padding-right: 15px;
}

/* END Standard Pages Specific */

/* Home Page Specific */

#home-content {
	margin-top: 21px;
	float: left;
	width: 100%;
	background-color: #ededed ;
}

#home-content h2 {
	font-family: Helvetica;
	font-size: 20px ;
	font-weight: lighter;
	font-style: normal;
	color: #0750fd;
	margin: 0 0 20px 0;
	padding: 0;
}

#home-banner {
	float: left ;
	width: 100%;
	height: 178px ;
	background: transparent url(../pics/headhome.jpg) no-repeat ;
}

#home-moto {
	float: left ;
	padding: 45px 42px 0 42px;
	font-size: 24px;
	font-style: italic;
	color: #ffffff;
	width: 720px;
}

#home-moto span {
	text-align: center ;
	font-size: 22px;
	display: block;
	padding-top: 20px;
}

#home-content1 {
	float: left;
	width: 344px;
	padding: 20px;
	padding-right: 0px;
	text-align: justify ;	
	font-size: 12px;
}

#home-content2 {
	float: right;
	width: 420px;
	padding: 0px 20px 0px 0px;
}

#home-content3 {
	float: left;
	width: 362px;
	margin: 20px;
	margin-right: 0;
	padding-right: 20px;
	text-align: justify ;	
	/*background: transparent url(../pics/vsep.gif) repeat-y center right ;*/
}

#home-content3 img {
	float: left;
	margin: 0 10px 10px 0;
}

#home-content4 {
	float: right;
	width: 362px;
	margin: 20px;
	text-align: justify ;	
}

#home-content4 img {
	float: left;
	margin: 0 10px 10px 0;
}

#home-bottom {
	float: left;
	width: 100%;
	background: transparent url(../pics/homebt.gif) no-repeat ;
	height: 50px;
}

#home-hsep {
	float: left;
	width: 100%;
	background: transparent url(../pics/hsep.gif) no-repeat center center ;
	height: 15px;
}

/* End Home Page Specific */

/* Contact Us Page Specific */

fieldset {
	border: none ;
	border-top: 1px solid #cbcbcb ;
	float: left ;
	width: 100% ;
}

legend {
	font-size: 16px ;
	font-weight: normal;
	color: #0750fd;
	margin-left: 10px;
}

label {
	float: left ;
	width: 110px;
	margin-right: 15px;
	text-align:right ;
}

fieldset li {
	list-style: none ;
	float:left ;
	width: 100%;
}

input {
	color: #071d85;
}

input.button {
	color: #444444;
	font-weight: bold;
	text-align: center ;
	padding: 2px;
}

/* End Contact Us Page Specific */	

div.solution img {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #cbcbcb;
	padding: 2px;
}

div.imglist img {
	float: right;
	margin: 0 0 10px 10px;
	clear: right ;
}
