

* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../img/bkg_via-internet.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
h4 {
text-align:left;
font-size:30px;
}
#wrapper {
	width: 100%;
	clear: both;
	color: #333;
	background-attachment: scroll;
	background-color: #FFF;
	background-image: url(../img/bg-main-top.gif);
	background-repeat: repeat-x;
	background-position: left 280px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	height: 900px;
}
#header {
	width: 940px;
	height: 151px;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
}
#navigation {
 
 width: 940px;
 color: #333;
 padding: 0px;
background-image: url(../img/bg-main-top.gif);
	background-repeat: repeat-x;
	background-position: left top;
 margin-left:auto;
	margin-right:auto;
 
}
#leftcolumn { 
 color: #333;

 background: #FFF;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: auto;
 width: 235px;
 float: left;
}
#leftmiddle { 
 color: #333;

 background: #FFF;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: auto;
 width: 235px;
 float: left;
}
#rightmiddle { 
 color: #333;
 
 background: #FFF;
 margin: 0px 0px 0px 0px;
  padding: 0px;
 height: auto;
 width: 235px;
 float: left;
}
#rightcolumn { 
 color: #333;

 background: #FFF;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: auto;
 width: 235px;
 float: left;
}
#footer2 {
	width: 100%;
	clear: both;
	color: #333;
	background-attachment: scroll;
	background-color: #FFF;
	background-image: url(../img/bg-main-top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}
#footer {
	width: 920px;
	color: #333;
	margin-right:auto;
	margin-left:auto;
	font-size: 14px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFF;
	background-image: url(../img/bg-main-top.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer p{
	color: #333;
	margin-right:auto;
	margin-left:auto;
	font-size: 14px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#header2 {
	width: 920px;
	clear: both;
	color: #E61212;
	margin: 0px;
	text-align: center;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #22A6D2;
	border-left-color: #ccc;
	background-color:#FFF;
}
ul#topnav {
	margin: 0; padding: 0;
	
	width: 940px;
	list-style: none;
	font-size: 1.1em;
	margin-left:auto;
	margin-right:auto;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 44px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }
ul#topnav a.home {
	width: 78px;
	background-image: url(../img/nav_accueil.png);
	background-repeat: no-repeat;
}
ul#topnav a.products {
	width: 286px;
	background-image: url(../img/nav_landing.png);
	background-repeat: no-repeat;
}
ul#topnav a.sale {
	width: 218px;
	background-image: url(../img/nav_vialaboutique.png);
	background-repeat: no-repeat;
}
ul#topnav a.community {
	width: 164px;
	background-image: url(../img/nav_viainternet.png);
	background-repeat: no-repeat;
}
ul#topnav a.store {
	width: 194px;
	background-image: url(../img/nav_contact.png);
	background-repeat: no-repeat;
}


ul#topnav li .sub {
	position: absolute;
	top: 44px;
	left: 0;
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	background-color: #a9a9aa;
	background-image: url(../img/sub_bg.png);
	background-repeat: repeat-x;
}
ul#topnav li .row {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #272425;

}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size:12px;
	background-image: url(../img/navlist_arrow.png);
	background-repeat: no-repeat;
	background-position: 5px 12px;
}
ul#topnav .sub ul li a:hover {
	color: #E8070D;
	background-position: 5px 12px;
}
.container {
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
}
#titlelp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	height: 30px;
	width: 225px;
	padding-left: 10px;
	padding-top: 20px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 5px;
}

#footerend {
	margin-top:25px;
	background-attachment: scroll;
	background-color: #E1E1E1;
	background-image: url(../img/bg-footer-top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	height: 200px;
}
#footercontent {
	width: 920px;
	color: #333;
	margin-right:auto;
	margin-left:auto;
	font-size: 14px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}
#footer2 {
	width: 100%;
	clear: both;
	color: #333;
	background-attachment: scroll;
	background-color: #FFF;
	background-image: url(../img/bg-main-top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}
#footer {
	width: 920px;
	color: #333;
	margin-right:auto;
	margin-left:auto;
	font-size: 14px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFF;
	background-image: url(../img/bg-main-top.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer p {
	color: #333;
	margin-right:auto;
	margin-left:auto;
	font-size: 14px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.credits {
color: #333;
	margin-right:auto;
	margin-left:auto;
	
	text-align: center;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size:11px;
}
#partnerscontainer {
	
	background-color:#23282C;
background-repeat:repeat;
border-top:1px solid #999999;
color:#333333;
height:500px;
margin-bottom:0;
width:100%;
}
#partners {
	width: 948px;
	color: #333;
	margin-right:auto;
	margin-left:auto;
	font-size: 14px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}
#partnersleft {
color:#333333;
float:left;
height:300px;
margin:10px 5px 5px 0;
padding:10px;
width:205px;
}
#partnersleftmiddle {
color:#333333;
float:left;
height:300px;
margin:10px 5px 5px 0;
padding:10px;
width:205px;
}
#partnersrightmiddle {
color:#333333;
float:left;
height:300px;
margin:10px 5px 5px 0;
padding:10px;
width:205px;
}
#partnersright {
color:#333333;
float:left;
height:300px;
margin:10px 5px 5px 0;
padding:10px;
width:205px;
}
.titre-partenaires {
color:#FFFFFF;
font-family:"Arial Black",Gadget,sans-serif;
font-size:2.89em;
font-weight:bold;
padding-bottom:15px;
padding-top:10px;
}
.services {
background-image:url(../img/services.png);
background-position:right center;
background-repeat:no-repeat;
color:#1B9ECC;
font-size:1.7em;
font-weight:bold;
line-height:2.8em;
margin-bottom:0.4em;
padding-left:0;
text-decoration:none;
width:90%;
}
.formation {
background-image:url(../img/formation.png);
background-position:right center;
background-repeat:no-repeat;
color:#CFCF00;
font-size:1.7em;
font-weight:bold;
line-height:2.8em;
margin-bottom:0.4em;
padding-left:0;
text-decoration:none;
width:100%;
}
.outils {
background-image:url(../img/marketing.png);
background-position:right center;
background-repeat:no-repeat;
color:#E40808;
font-size:1.7em;
font-weight:bold;
line-height:2.8em;
margin-bottom:0.4em;
padding-left:0;
text-decoration:none;
width:100%;
}
.agences {
background-image:url(../img/agence.png);
background-position:right center;
background-repeat:no-repeat;
color:#94E5F3;
font-size:1.7em;
font-weight:bold;
line-height:2.8em;
margin-bottom:0.4em;
padding-left:0;
text-decoration:none;
width:100%;
}


/*#partners p {
	color: #333;
	margin-right:auto;
	margin-left:auto;
	font-size: 14px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}*/
a:link {
font-size: 11px;
color:#1B9DCF;
text-decoration:underline;
}
a:hover {
font-size: 11px;
color:#E4070E;
text-decoration:underline;
}
a:active {
font-size: 11px;
color:#1B9DCF;
text-decoration:underline;
}
a:visited {
font-size: 11px;
color:#E4070E;
text-decoration:underline;
}
.connexestitle  {
color:#E00814;
font-size:1.2em;
font-weight:bold;
line-height:12px;
list-style-type:disc;
margin-bottom:0;
padding-top:10px;
text-align:justify;
text-decoration:underline;
}
.col-partenaires-contact  {
background:none repeat scroll 0 0 #EFEFEF;
color:#2E2A28;
display:block;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
margin-left:10px;
padding:10px;
width:250px;
}
.col-partenaires  {
color:#2E2A28;
display:block;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
padding-left:10px;
width:410px;
}
.col-partenaires-thumb  {
color:#2E2A28;
display:block;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
padding-left:0;
width:220px;
}