@charset "utf-8";

.fond_blanc h1{

	color:#666666;
	font-size:20px;
	font-weight:bold;
	
	padding-left:10px;
	margin-top:5px;
	margin-bottom:25px;
	
}

.fond_blanc h2{

	color:#666666;
	font-size:18px;
	font-weight:bold;
	
	padding-left:10px;
	margin-top:30px;
	margin-bottom:30px;
	
}

.fond_blanc h3{

	color:#666666;
	font-size:16px;
	font-weight:bold;
	
	padding-left:10px;
	margin:0 0 5px 0;
	
}

.fond_blanc a{
	
	color:#A3C22C;
	text-decoration:none;
	
	
}

.fond_blanc a:hover {
	
	
	text-decoration:underline;

}

.fond_blanc p {

	text-align:justify;
	width:630px;
	
	font: 1em/18px "Tahoma";

}

.aligner_centre p {

	text-align:center;
	width:630px;
	
	font: 1em/18px "Tahoma";

}

.fond_blanc p strong{


	color:#A3C22C;
	font-size:1.1em;

}

.fond_blanc label{

	color:#333333;
	line-height:24px;
	padding:3px 6px;
	font-size:17px;
	font-family:Verdana;


}

.fond_blanc input{

	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	-khtml-border-radius:4px 4px 4px 4px;
	
	background:#F8F8F8 none repeat scroll 0 0;
	border:2px solid #B2ED00;
	color:#333333;
	line-height:24px;
	padding:3px 6px;
	width:180px;
	
	font-size:20px;

}

.fond_blanc textarea{

	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	-khtml-border-radius:4px 4px 4px 4px;
	border-radius:4px 4px 4px 4px;
	
	background:#F8F8F8 none repeat scroll 0 0;
	border:2px solid #B2ED00;
	color:#333333;
	line-height:24px;
	padding:3px 6px;
	
	
	font-size:20px;

}



.fond_blanc ul.erreur{
	
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	-khtml-border-radius:4px 4px 4px 4px;
	border-radius:4px 4px 4px 4px;
	
	/*background-image:url('../images/error_48x48.png');
	background-position:center left;
	background-width:48px;
	background-height:48px;
	background-repeat:no-repeat;*/
	

	padding:1px 6px 2px;
	border-style:dashed;
	border-color:#FF4500;
	border-width:1px;
	
	color:#FF4500;
	text-decoration:none;
	width:40%;
	margin-left:auto;
	margin-right:auto;
	list-style-type:none;
}

.fond_blanc caption {
	
	color:#333333;
	line-height:24px;
	padding:3px 6px;
	font-size:17px;
	font-family:Verdana;
	
	
	
}

.fond_blanc table {
	
	width:90%;
	margin-left:auto;
	margin-right:auto;
	
	border-width:0px;
	border-color:#B2ED00;
	border-collapse:collapse;
	border-style:solid;
	
	text-align:center;
	
}

.fond_blanc thead {

	background-color:#B2ED00;
	color:#666;
	
	font-size:14px;
	
	/*border-bottom-color:#92ED00;
	border-bottom-style:solid;
	border-bottom-width:4px;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;*/


}

.fond_blanc tbody {

	background-color:#D8FF5F;
	font-size:13px;
	
}

.fond_blanc tbody tr:hover {
	background-color:#CAEF59;
}

.fond_blanc th,td {
	
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	padding:12px 10px;

}

.fond_blanc input.tableau{

	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	-khtml-border-radius:4px 4px 4px 4px;
	border-radius:4px 4px 4px 4px;
	
	background:#F8F8F8 none repeat scroll 0 0;
	border:2px solid #B2ED00;
	color:#333333;
	line-height:24px;
	padding:3px 6px;
	width:auto;
	
	font-size:20px;
	
	text-align:center;

}

strong{

	color:#B1ED00;
	font-size:16px;
	
	font-weight:bold;
	
}

div.pagination  {
	
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
	
}

.pagination a{
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	-khtml-border-radius:4px 4px 4px 4px;
	border-radius:4px 4px 4px 4px;
		
	background:#B2ED00 none repeat scroll 0 0;
	padding:10px;
	
	
	color:#666;
	text-decoration:none;
}

.pagination a:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#D8FF5F none repeat scroll 0 0;

}

.pagination strong {

	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	-khtml-border-radius:4px 4px 4px 4px;
	border-radius:4px 4px 4px 4px;
	
	background:#fff none repeat scroll 0 0;
	
	border-width:1px;
	border-color:#B2ED00;
	border-collapse:collapse;
	border-style:solid;

	padding:10px;
	
	
	color:#666;
	text-decoration:none;

	font-family:Tahoma,Verdana,Geneva,sans-serif;
	font-size:12px;
	font-weight:normal;
}


ul.parrain {
	/*background: url('../images/arbo/vline.png') repeat-y;*/
	margin-left: 20px;
	padding: 0;
	
	list-style-type:none;
}

.parrain li {

	/*background:url("../images/user.png") left top no-repeat;*/
	/*background: url('../images/arbo/node.png') no-repeat;*/
	
	padding-left:20px;
	
}

ul.filleuls {

	
	background: url('../images/arbo/vline.png') repeat-y 25px center;
	
	margin: 0px 0px 0px 10px;
	padding-left: 20px;
	list-style-type:none;
	
}

.filleuls li {
	/*background:none;*/
	
	background: url('../images/arbo/node.png') no-repeat 5px 0px;
	margin-top: 10px;
	/*padding-top:5px;*/
}

.filleuls li.last {

	background: url('../images/arbo/lastnode.png') no-repeat 5px 0px;

}

ul.petit_filleuls {
	
	background: url('../images/arbo/vline.png') repeat-y 25px center;
	
	list-style-type:none;
	padding-left: 20px;
	
	margin:5px 0 5px 10px;
	
}



.petit_filleuls li {

	background: url('../images/arbo/node.png') no-repeat 5px center;

}


ul.favoris {

	padding-left:20px;
	margin: 50px 0;
	list-style-type:none;

}

ul.favoris li{

	background:url("../images/favourite.png") left top no-repeat;
	
	margin:10px 0;
	padding-left:24px;
	height:22px;

}

span.fav_desc {

	
	position:absolute;
	

}

span.fav_pseudo {

	position:absolute;
	left:480px;

}

a.fav_url {


	position:absolute;
	left:560px;
	
	background:none;

}



a.fav_del {


	position:absolute;
	left:610px;
	
	background:none;

}

/******************************  MON COMPTE  *******************************/
div#monpseudo {
	
	margin:20px 0 5px 85px;
	
	color:#B2ED00;
	font-size:20px;
	font-weight:bold;
	
}


div#cadrephoto {

	margin: 0 20px 20px 20px;
	
	
	width:630px;
	height:200px;

}

div#cadrephoto img {
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	-khtml-border-radius:4px 4px 4px 4px;
	border-radius:4px 4px 4px 4px;
	
	
	border:solid 3px #B2ED00;
	
	width:200px;
	height:150px;
	
	position:absolute;

}


div#photochange {

	position:absolute;
	left:270px;

	padding-top:10px;
	text-align:center;
}

ul.infos  {

	list-style-image:url(../images/v_puces.png);

}

ul.infos  li {

	margin-bottom:8px;


}

.fond_blanc ul#tweets {

	list-style: none;
	padding-left: 0px;

}

.fond_blanc ul#tweets li {
	margin-right: 10px;
	margin-bottom: 5px;
}

.fond_blanc ul#tweets li a{

	/*background-color: #fff;*/
	color:#A3C22C;
	font-weight: lighter;

}

.fond_blanc ul#tweets li strong{

	/*background-color: #fff;*/
	color:#A3C22C;
	font-size:1.0em;
	font-family: Verdana;
	
	font-style: italic;
	font-weight: lighter;
	text-align: justify;
}

.fond_blanc ul#tweets li strong a{
	text-decoration: underline;
}

.fond_blanc .sobre {
	background-color: #fff;
	
}

.fond_blanc .sobre:hover {
	background-color: #fff;
	text-decoration: underline;
	color:#A3C22C;
	
}


.fond_blanc p.error {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	
	background: url("http://img.createsend.com/img/emails/icon_warning.gif") no-repeat scroll 5px center #F1FAFE;	
	border: 1px solid #DAE3EA;
	
	margin:5px auto;
	padding: 10px 5px 10px 40px;
	
	width: 300px;

	text-align: center;
	color:#000;
	font:1.1em Verdana;

}

div#footer_bl {

	text-align:center;
}

div#footer_bl a {

	background:none;
	font:12px Tahoma,Verdana,Geneva,sans-serif;
	color:gray;
	
}


div.messages {

	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
	

	background:#B2ED00 none repeat scroll 0 0;
	padding:10px;
	
	
	width:80%;
	margin:auto;
	
	font:12px Verdana,Geneva,sans-serif;
	
}

div.messages_date{
	
	text-align:right;
	color:gray;
}

ul {

	list-style-type:none;
	text-align:left;

}


ul strong {

	color: #A3C22C;
    font-size: 1.1em;
}

ul li {

	margin-bottom: 10px;

}

#actions li a:hover {

	text-decoration: none;

}

#actions li .pseudo {

    color: #A3C22C;
    font-size: 16px;
    font-weight: 700;
    left: 10px;
    margin-top: 10px;
    
    position: relative;
    bottom: 20px;

}

#actions li .description {


    left: 10px;
    margin-top: 10px;
    
    position: relative;
    bottom: 20px;

}

#actions li .date {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	
	
	position:absolute;
	right:20px;
	
	background: #BFBFBF;
	padding:6px;
	
	
	font:12px Verdana,Geneva,sans-serif;
	
	color: #FFF;
	text-align: center;

}

#actions li .date strong {
	font:14px Tahoma;
	font-weight: bold;
	color:#fff;
	
	text-shadow: 0px 1px 2px #666;
}

div.achat_box{
	
	width:480px;
	height:100px;
	
	margin:auto;

background-color:#ffffff;
border-width:2px;
border-color:#999999;
-moz-border-radius:15px;
-webkit-border-radius:15px;
border-radius:15px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow:inset 0px 0px 3px #000000;
-webkit-box-shadow:inset 0px 0px 3px #000000;
box-shadow:inset 0px 0px 3px #000000;
/*Inner elements should not cover inner shadows*/
/*Chrome renders inset shadows incorrectly with border-radius*/
/*IE 7 AND 8 DO NOT SUPPORT INSET SHADOWS*/
background-image: -moz-linear-gradient(top, #b2ed00, #91c000);
background-image: -webkit-gradient(linear, center top, center bottom, from(#b2ed00), to(#91c000));
background-image: -o-linear-gradient(top, #b2ed00, #91c000);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2ed00', endColorstr='#91c000');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2ed00', endColorstr='#91c000')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: linear-gradient(top, #b2ed00, #91c000);
-moz-background-clip: padding-box;
-webkit-background-clip: padding-box;
background-clip: padding-box;
/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/


}

div.achat_box_nbre{

	width:120px;
	height:80px;
	
	background-color:#ffffff;
	
	left: 10px;
	top: 9px;
	position: relative;
	
	float:left;
	padding-top: 5px;
	
	
	background-color:#ffffff;
border-width:0px;
border-color:transparent;
-moz-border-radius:15px 0px 0px 15px;
-webkit-border-radius:15px 0px 0px 15px;
border-radius:15px 0px 0px 15px;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
-moz-box-shadow:inset 0px 0px 5px #000000;
-webkit-box-shadow:inset 0px 0px 5px #000000;
box-shadow:inset 0px 0px 5px #000000;
/*Inner elements should not cover inner shadows*/
/*Chrome renders inset shadows incorrectly with border-radius*/
/*IE 7 AND 8 DO NOT SUPPORT INSET SHADOWS*/


}

div.achat_box_details{
	width:340px;
	height: 82px;
	
	position:relative;
	float: left;
	
	left: 20px;
	top: 9px;
	
	
	font-size: 130%;
	text-shadow: 1px 1px 2px #000;
	color:#FFF;
}



.achat_box_details ul{
	/*list-style-type: square; j'arrive pas a changer la couleur des puces.. */

	padding:0;
	margin:5px 0 0 0;
}

.achat_box_details li{


	font-size: 80%;
	text-shadow:none;
	color:#000;
	
	margin-bottom: 2px;	
}
