@charset "UTF-8";
/* CSS Document */
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{
	margin-bottom:20px
}
div.left {
	float:left;
	display:block;
	clear:none;
}
.text_right {
	text-align:right;
}
/**** user_options ****/
#user_options {
	position:absolute;
	background:#FFF;
	padding:15px 10px;
	top:0;
	right:0;
}
#user_options a {
	color:#333
}
#language_selector {
	float:right;
	clear:both;
}
span.user_welcome {
	font-weight:bold;
	color:#333;
	padding-right:4px;
}
a.user_option {
	padding:4px 4px 4px 25px;
}
a#user_login {
	background:url(/assets/images/common/key.png) top left no-repeat;
}
a#user_register {
	background:url(/assets/images/common/reg.png) top left no-repeat;
}
a#user_profile {
	background:url(/assets/images/common/profile.png) top left no-repeat;
}
a#user_logout {
	background:url(/assets/images/common/logout.png) top left no-repeat;
}
/**** /user_options ****/

/**** user forms ****/
.wlpeMessageText {
	color:#FF0000;
	font-weight:bold;
}
/**** /user forms ****/
/**** footer ****/
#footer {
	clear: both;
	height: auto;
 }
#footer	a:link,  
#footer a:visited, 
#footer a:active {
	color:#2d2d2d; 
	text-decoration:none;
}
#footer a:hover{
	color:#BD1220;
	text-decoration:underline;
}
#footer span:before{
	content:"  |  ";
}
#footer .footer_divider {
	display:block;
	position:relative;
	width:300px;
	padding:10px;
}/*
#footer .rborder {
	border-right:1px solid #111;
}
#footer .lborder {
	border-left:1px solid #aaa;
}*/
#footer h3 {
	color:#333;
	padding:5px;
	border-right:0 solid #EEE;
	border-bottom:1px solid #565656;
}
/*social media*/
.social_media{
	font-size:21px;
	list-style: none;
	margin-top: -10px;
	padding: 0;
}
.social_media li{
	margin: 0;
	padding: 10px 0 5px 0;
}

.social_media .fb {
	display: block;
	height:33px;
	background-image: url("../images/common/fb.png");
	background-repeat: no-repeat;
	padding: 15px 0 0 58px;
}
.social_media .tw { 
	display: block;
	height:33px;
	background-image: url("../images/common/twitter.png");
	background-repeat: no-repeat;
	padding: 15px 0 0 58px;
}
.social_media .lin { 
	display: block;
	height:33px;
	background-image: url("../images/common/in.png");
	background-repeat: no-repeat;
	padding: 15px 0 0 58px;
}
.social_media .yt { 
	display: block;
	height:33px;
	background-image: url("../images/common/yt.png");
	background-repeat: no-repeat;
	padding: 15px 0 0 58px;
}
/**** /footer ****/


/**** corpo ****/
#corpo {
	clear: both;
	height: auto;
	padding:10px 0;
 }
#corpo a:link,  
#corpo a:visited, 
#corpo a:active {
	color:#2d2d2d; 
	text-decoration:none;
}
#corpo a:hover{
	color:#BD1220;
	text-decoration:underline;
}
#corpo span:before{
	content:"  |  ";
}
#corpo ul {
	list-style:none;
	display:inline
}
#corpo ul li {
	list-style:none;
	display:inline;
}
#corpo ul li a {
	padding:2px;
}

/**** /corpo ****/

/* content */
#content {
	min-height:250px;
}

/* page division */
#sidebar2 {
	float:right;
	width: 210px;
	padding-left:5px;
	margin-left:2px;
	background: url("../images/common/dot-bg.png") top left repeat-y;
}

/*  BreadCrumbs  */
#breadcrumbs{
	margin:0 0 10px 0;
}

/* PageTypes */
#container{
	display: block;
	text-align: left;
	margin: 0px auto;
	border: 0px solid blue;
	min-width: 780px;
	max-width: 990px;
	/*_width /**//*: 990px; */   /* MODIFICATION A.B 09.05.05 */
	background-color: #fff;
	color: #333;
}
/* only IE mac will see this */
*>html #container {w\idth : 990px;}/*ie mac*/

#content{
	float:right;
	text-align:left;
	width:768px;
	padding-left:4px;
}

#sidebar{
	width:200px;
	float:left;
}

/* login box */
/* dialog box */
#dialog {
	display:none;
}
#dialog{
	background-color:rgb(243, 243, 243);
}
#dialog .info{
	font-style:italic;
}
#wlpeLogin, #wlpeUser{
	width:auto;
	background-color:rgb(243, 243, 243);
	text-align:center;
}
#wlpeLogin label,#wlpeUser label{
	font-weight:bold;
	float:left;
	clear:both;
	padding:5px;
	margin-bottom:10px;
}
#wlpeLogin select,
#wlpeUser select{
	padding:1px;
	margin-bottom:10px;
}
#wlpeLogin legend, #wlpeUser legend{
	clear:both;
	float:left;
	font-size:14px;
	font-weight:bold;
	padding:5px 5px;
}
#wlpeLogin input, #wlpeUser input{
	margin-bottom:10px;
}
#ui-dialog-title-wlpeLogin{
	color: rgb(189,18,32);
}

#wlpeLoginForm #wlpeLoginFieldset{
	text-align:center;
}

#wlpeMsg{
	color: rgb(189,18,32);
}
#wlpeProfilePhotoArea,
#wlpeUserProfileInput,
#wlpeNewPasswordArea,
#wlpeUserProfileCountry,
form.indent img  {
	clear:both;
}
/**** css ajax ****/
form.indent label,
form.indent input,
form.indent textarea,
form.indent select,
form.indent img{
	float:left;
	display:block;
}
form.indent label {
	text-align:left;
	margin-right: 5px;
}
form.indent input,
form.indent textarea,
form.indent select{
	clear:none;
	float:left;
	margin:5px 0px;
}
fom.indent.img{
	margin:5px 0px;
}
/* *** /css ajax *** */
/* *** downloads *** */
/* image page downloads-produits */
.mainImage {
	width:150px;
	height:auto;
	float:left
}
/* titre page downloads-produits */
.mainTitle { 
	width:355px;
	height:auto;
	float:left;
}
.mainTitle a, .mainTitle a:link,.mainTitle a:active, .mainTitle a:visited{
	font-size:12px;
	text-decoration:none;color:#BD1220;
}
.mainTitle a:hover{
	text-decoration:underline;
}
/* *** /downloads *** */
/**** search ****/
#search {
	width:160px;
	position:absolute;
	top:89px;
	right:0;
	float:right
}
#ajaxSearch_form {
	color: #444;
	width: auto;
}
#ajaxSearch_input {
	width: 110px;
	display: inline;
	height: 16px;
	border: 1px solid #ddd;
	border-left-color: #c3c3c3;
	border-bottom-color: #c3c3c3;
	border-top-color: #7c7c7c;
	border-right-color: #7c7c7c;
	margin: 0;
	padding: 2px;
	vertical-align: top;
}
#ajaxSearch_submit {
	display: inline;
	width:35px;
	height: 25px;
	line-height: 22px;
	background:url(/assets/images/common/go.png) top left no-repeat;
	border:none;
	cursor:pointer
}
#ajaxSearch_output {
	border: 1px solid #444;
	padding: 10px;
	background: #fff;
	display: block;
	height: auto;
	vertical-align: top;
}
.ajaxSearch_resultExtract {
	padding:5px 0;
}
.ajaxSearch_resultLink {
	font-weight:bold
}
#forumSearchLink{
	padding-top:10px;
	font-size:14px;
	font-weight:bold;
}
/* *** /search *** */
/* *** news *** */
div.rss {
	/*
	position:absolute;
	top:0;
	right:0;*/
}
.ditto_introText {
	margin-top:-10px;
	margin-bottom:10px;
}
/* *** /news *** */
