
html, body {
margin : 0;
padding : 0;
}
html {
background:#fff;
background : #fff url('imgs/fondtotal.jpg') repeat-x;
}
body {
font : 76% arial, sans-serif;
}
p {
margin : 0 10px 10px;
}
a:link {text-decoration: none;color:black;}
a:visited {text-decoration: none;color:black;}
a:active {text-decoration: none;color:black;}
a:hover {text-decoration: none;color:black;}
img {
border : 0;
}
.cadre_form{
	color: #009701;
	font-size: 14px;
}
.hide {
  display : none;
  }
.bleu {
  color : #30a0fa;
}
.droite {
float:right;
}
div#header {
/*margin-top : -40px;*/
height : 241px;
/*margin-left : -2px;*/
line-height : 241px;
margin-left: -1px;
background : #eee url('imgs/header2.jpg') no-repeat;
}
#video_envoyee{
	display: block;
	background: url('imgs/video_ok.jpg') no-repeat;
	line-height: 151px;
	height: 160px;
	width: 160px;
}
#new_vid{
	line-height: normal;
	padding-top: 65px;
	padding-left: 86px;
	color: white;
	font-weight: bold;
}
#lien_sommaire{
	position: absolute;
	margin-top: 15px;
	margin-left: 15px;
	line-height: 100px;
	height: 160px;
	width: 160px;
}
#full1gauche{
	position: absolute;
	margin-left: -172px;
	line-height: 100px;
	height: 216px;
	width: 170px;
}
#full1gauche:hover{
	cursor: pointer;
}
#full2gauche{
	position: absolute;
	margin-top: 217px;
	margin-left: -172px;
	line-height: 129px;
	height: 129px;
	width: 170px;
}
#full2gauche:hover{
	cursor: pointer;
}
#full3gauche{
	position: absolute;
	margin-top: 347px;
	margin-left: -172px;
	line-height: 95px;
	height: 95px;
	width: 170px;
}
#full3gauche:hover{
	cursor: pointer;
}
#full4gauche{
	position: absolute;
	margin-top: 443px;
	margin-left: -172px;
	line-height: 72px;
	height: 72px;
	width: 170px;
}
#full4gauche:hover{
	cursor: pointer;
}
#e_mail{
	position: absolute;
	color: white;
	font-size: 19px;
	margin-top: 100px;
	margin-left: 380px;
	height: 30px;
}
#e_mail:hover{
	cursor: pointer;
}
#lien_sommaire:hover{
	cursor: pointer;
}
#video_auth{
	cursor: pointer;
}


/*EDIT SANDRO 2010*/

#var_login{
  width: 100px;
}

#password{
  width: 100px;
}

#formulaire_action{
  margin-left: 20px;
}

#formulaire_login{
  margin-left: 20px;
}

#formulaire_action fieldset,legend{
  color: #008b0f;
  font-weight: bold;
}

#formulaire_login ul,li{
  text-decoration: none;
  list-style: none; 
}

#formulaire_recherche .submit{
  display: none;
}

#formulaire_recherche label{
  display: none;
}

/*EDIT SANDRO 2010*/



div#login {
	position: relative;
	color: #2D5B7F;
	font-weight: bold; 
	margin-left: 10px;
	height: 241px;
}
#login fieldset {
border: 0px solid #1192d3;
}
#login a:link {
	color: #4682B4;
}
#login a:visited {
color : #000;
}
#login a:hover {
color : #708090; 
}

/*************************************************/
/* Membre 					                                  */
/*************************************************/
#membre_modif{
	line-height: 30px;
	font-size: 16px;
	margin-left: 20px;
	margin-right: 50px;
	
}

#profil_adherent{
	width: 400px;
}

#membre_modif_titre{
	background: url('imgs/titre_membres.gif') no-repeat;
	line-height: 51px;
	margin-left: 80px;
	height: 51px;
	width: 280px;
}

#cle_profil{
	background-color: #1b77d2;
	color: white;
	font-weight: bold;
}

#contenu_profil:{
	background-color: white;
	color: black;
}

#contenu_profil:hover{
	background-color: #caec50;
	cursor: pointer;
}

#info_profil{
	color: #ff681c;
	margin-right: 45px;
	background: url('imgs/info2.jpg') no-repeat center center;
}

#fieldset_profil{
	color: #41a2d5 ;
	font-weight: bold;
}

/********************************************/
/* PAGINATION RUBRIQUE                      */
/********************************************/




#nbr_page{
	/*vertical-align: text-bottom;*/
	position : relative;
	color : #005d92;
	float : left;
	margin-bottom : 20px;
	margin-top : 10px;
	margin-left : 20px;
	font-size : 100%;
}
#nbr_page span{
	/*vertical-align: text-bottom;*/
	font-size: 200%;
	color:#ffaa01;
}
#pagination{
font-size : 150%;
background : #edf2f5;
width : 400px;
padding : 5px;
}
#pagination a, #pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

#pagination a:hover, #pagination a:active{
border: 1px solid #2b66a5;
color: #fff;
background-color:#ffaa01;
}


/***************************************************************/
/*      STAR RATING                                            */
/***************************************************************/
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(imgs/star.gif) left -1000px repeat-x;
}
.star-rating .popular {
	background: url(imgs/popular.gif) left -1000px repeat-x;
	}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a, 
.star-rating .popular{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	
.star-rating .popular{
	z-index:1;
	background-position: left center;
}	
/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	/*display:inline-block;*/
	vertical-align: middle;
}

/* smaller star */
.small-star{
	width:50px;
	height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
	background-image: url(imgs/star_small.gif);
	line-height: 10px;
	height: 10px;
}
/*************************************************/
/* tag a la dailymotion                          */
/*************************************************/
.tag_couleur_1{	color : #a1c301;}

.tag_couleur_2{	color:  #0180c3;}

.tag_couleur_3{	color:  #f98201;}

.tag_taille_1{	font-size: 110%;}

.tag_taille_2{	font-size: 130%;}

.tag_taille_3{	font-size: 90%;}

.tag_epaisseur_1{     font-weight:500;}

.tag_epaisseur_2{     font-weight:300;}

.tag_epaisseur_3{     font-weight:700;}
/*************************************************/
/* news ticker en jquery                         */
/*************************************************/
#newscontent {
	margin-left : 50px;
	margin-top : 40px;
	height : 50px;
}
.sommaire {
	background : #fff url('imgs/news.gif') no-repeat;
	}
.chaine1{
	background : #fff url('imgs/chaine1.jpg') no-repeat;
}
.chaine2{
	background : #fff url('imgs/chaine2.jpg') no-repeat;
}
.chaine3{
	background : #fff url('imgs/chaine3.jpg') no-repeat;
}
.chaine4{
	background : #fff url('imgs/chaine4.jpg') no-repeat;
}
.newsticker {
		color : white;
        list-style-type: none;
        /*border: 1px dashed #fff;*/
        /*background: #0f81c0;*/
        padding: 5px;
        margin-left: 20px;
        /*margin-top : 35px;*/
        width : 340px;
        text-align : center;
}
#news a {
/*margin-left: 20px;*/
color : #fff;
font-weight : bold;
font-size : 100%;
}
/*************************************************/
/*  Gallerie maison                              */
/*************************************************/
#gallery { 
width: 100%; /* the width of the thumbnail block */
text-align: center; 
margin: 0 auto;
margin-left: 35px; 
background-color: #fff;
} 
#gallery ul li { 
list-style: none; 
float: left; 
} 
#cadre {
width : 160px;
height : 280px;
margin : 15px;
} 

#cadre a {
color : #005d92;
font-weight : bold;
font-size : 100%;
}

#cadre cite {
color : #005d92;
font-style : italic;
font-size : 70%;
padding-left : 5px;
}

#cadre span {
font-size: 150%;
color :#ffaa01;
}

#thumb_article{
	margin-left: 5px;
}

#contour_article_full1{
	color: #ffb919;
	height: 270px;
	border: 1px #ffb919 solid;
	-moz-border-radius:5px;
	margin: 0px;
	padding: 0px;
}

#descriptif_article_full1{
	background-color: #FFF3D7;
	width: 160px;
	height: 115px;
}

#soustitre_article_full1{
	color: #ffb919;
	font-size: 16pt;
	margin-left: 5px;
}

#contour_article_full2{
	color: #90C908;
	height: 270px;
	border: 1px #90C908 solid;
	-moz-border-radius:5px;
	margin: 0px;
	padding: 0px;
}

#descriptif_article_full2{
	background-color: #E2F0C0;
	width: 160px;
	height: 115px;
}

#soustitre_article_full2{
	color: #90C908;
	font-size: 16pt;
	margin-left: 5px;
}

#contour_article_full3{
	color: #fd5816;
	height: 270px;
	border: 1px #fd5816 solid;
	-moz-border-radius:5px;
	margin: 0px;
	padding: 0px;
}

#descriptif_article_full3{
	background-color: #FFE0D3;
	width: 160px;
	height: 115px;
}

#soustitre_article_full3{
	color: #fd5816;
	font-size: 16pt;
	margin-left: 5px;
}

#contour_article_full4{
	color: #1fa9f4;
	height: 270px;
	border: 1px #1fa9f4 solid;
	-moz-border-radius:5px;
	margin: 0px;
	padding: 0px;
}


#descriptif_article_full4{
	background-color: #DEEEF7;
	width: 160px;
	height: 115px;
}

#soustitre_article_full4{
	color: #1fa9f4;
	font-size: 16pt;
	margin-left: 5px;
}

#contour_article_rech{
	color: #1fa9f4;
	height: 270px;
	border: 1px #1fa9f4 solid;
	-moz-border-radius:5px;
	margin: 0px;
	padding: 0px;
}

#descriptif_article_rech{
	background-color: #DBE2E2;
	width: 160px;
	height: 115px;
}

#soustitre_article_rech{
	color: #1fa9f4;
	font-size: 16pt;
	margin-left: 5px;
}

#soustitre_article{
	font-size: 16pt;
}

#titre_gallerie_article{
	font-size: 13pt;
}

#star_align{
	margin-left: 45px;
}

/*************************************************/
/* CADRE DE FIN LISTE                            */
/*************************************************/
#fin {
border : 2px dotted #000;
/*margin-top : 900px;*/
}

/*************************************************/
/* une lightbox maison                           */
/*************************************************/
#overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:90;   
    background-color:#000;
    -moz-opacity: 0.8;
    opacity:.80;
    /*filter: alpha(opacity=80);*/
    }
#overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
    }


.lightbox{
    width:400px;
    background:#ddd;
    padding:10px;
    border:2px solid #eee;
}

#close{
    position:absolute;
    top:-5px;
    right:-5px;
    cursor:pointer;
}

/************************************************/
/* LES BULLE CSS JAVASCRIPT                     */
/************************************************/
div.bubble {
	width: auto;
	font-size: 0.75em;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url('imgs/tip.gif') no-repeat 20px 0;
	font-style: normal;
}



/************************************************/
/* navigation                                   */
/************************************************/

#nav, #nav ul {
float : left;
/*position : absolute;*/
list-style : none;
padding : 0;
margin-top : -55px;
margin-left: 100px;
}
#nav li {
float : left;
padding : 0;
margin-left : -15px;
}
/******************************************************/
/* MODIFICATION FORMULAIRES                           */
/******************************************************/
#recherche {
   width: 80%;
   padding: 1px;
   border: 1px solid #666;
   font-family: Verdana;
   font-size: 11px;
   margin-top : 35px;
   margin-left : 10px;
}

#arianne {
	clear : both;
	padding : 5px 2px;
	/*margin-bottom : 10px;*/
	margin-left : 0px;
	/*margin-right : 180px;*/
	/*margin-top : 40px;*/
	/*width: 466px;*/
	/*height: 75px;*/
	background : url('imgs/recherche.jpg') no-repeat;
}
#mot ul{
float : left;
list-style : none;
padding : 0;
}
#mot li {
float : left;
padding : 0;
margin-left : 5px;
list-style : none;
}

div#container1 {
position : absolute;
background :  url('imgs/fondprincip.gif') repeat-y;
/*width : 880px;*/
}
div#container2 {
height:750px;
width : 880px;
background : url('imgs/fond.jpg') -1px no-repeat;

}
div#content p {
line-height : 1.4;
}


div#titre {
/*background :  url('imgs/titrefond2.gif') repeat-x;*/
/*padding : 10px;*/
height : 50px;

}
div#titre h1 {
color: #19394d;
/*margin-top : 15px;*/
padding-top : 5px;
padding-left: 20px;
background: #fff url('imgs/titrefond.jpg') no-repeat;
font-family: Verdana, Lucida, Sans-Serif;
/*text-align: center;*/
font-size : 150%;
}
div#titrelogo {
position: absolute;
background: url('imgs/logofullmini.gif') no-repeat;
background-position: right;
height: 41px;
width : 41px;
margin-left : 465px;
margin-top : -35px;
}

div#video {
margin-left : 40px;
}

div#description {
margin-left : 40px;
background : #fff url('imgs/basvid.gif') repeat-x;
width : 412px;
padding : 4px;
}

div#nbcoms {
background: url('imgs/titrefond.gif');
width : 412px;
padding : 4px;
}
div#nbcoms a:link {
color : #005d92;
}
div#nbcoms a:visited {
color : #fff
}
div#nbcoms a:hover {
color : #000; 
}

.date {
margin-right: 70px;
}

div#infos {
/*background: url('imgs/titrefond.gif');*/
width : 412px;
padding : 4px;
}

div#infos cite {
color : #005d92;
font-style : italic;
font-weight : bold;
border-left: 8px solid #005d92;
padding-left : 5px;
}

div#infos span {
font-size: 180%;
color :#ffaa01;
}



div#voircom {
width : 416px;
color : #005d92;
/*font-style : italic;*/
}
div#voircom span{
margin-left: 200px;
}
div#voircom a:link {
color : #005d92;
}
div#voircom a:visited {
color : #fff
}
div#voircom a:hover {
color : #000; 
}

div#plus {
position: absolute;
margin-left : 380px;
margin-top : -28px;
}
div#plus img:hover {
cursor : pointer;
}
div#wrapper {
float : left;
width : 700px;
margin-left : 174px;

}
div#content {
float : left;
width : 505px;
/*margin-right : 200px;*/

}
div#extra {
float : right;
width : 195px;
/*margin-left : 500px;*/
background: url('imgs/topmenudroite.jpg') no-repeat;

}
div#extra2 {
width : 180px;
margin-left : 10px;
margin-top : 100px;
margin-bottom: 50px;
text-align: center;
/*background : #fff url('imgs/fonddroite.gif') repeat-y;*/
}
div#extra2 h1 {
background : #fff url('imgs/titreextra.gif') repeat-x;
margin-top : 77px;
/*height : 30px;*/
margin-bottom : 20px;
}
.titreextra {
margin-left : 20px;
padding : 10px;
color: #17384c;
font-family: Verdana, Lucida, Sans-Serif;
/*text-align: center;*/
font-size : 80%;
}
div#pub {
background : #fff;
height : 110px;
width : 110px;
margin-bottom : 15px;
margin-left : 20px;
}

div#liste {
  padding-top: 30px;
}
div#liste ul {
margin-left : 0px;
}
div#liste li {
list-style-type : none;
}
div#liste p {

}
div#liste h4 {

}

div#liste img {
border : 0;
}
.puce {
margin-right : 15px;
}
.photo{
margin-left : 40px;
}

#urbanfreestyleart{
position: absolute;
background: url('imgs/ufa.png') no-repeat;
height: 54px;
line-height: 54px;
width: 150px;
margin-left: 20px;
margin-top: 320px;
cursor: pointer;
}

#staracnet:hover{
cursor: pointer;
}

/********************************************/

/*div#footer {
clear : left;
width : 100%;
}*/
div#footer {
background-color : #333;
color : #fff;
/*width : 100%;*/
clear : both;
margin-top : 20px;
}
div#footer p {
margin : 0;
padding : 5px 10px;
}
#footer ul {
/*float : right;*/
list-style : none;
padding : 0;
margin : 0;
background : #333;
}
#footer a {
display : block;
}

#footer li {
float : left;
padding : 0;
margin-left : 5px;
}



/***************************/
/*EDITION 29 AOUT 2010*/

#bloc_recherche_avancee{
  border: 1px solid #b2d4ed;
  margin: 10px;
  padding: 10px;
}

#selection_recherche_avancee{
  width: 100%;
  background-color: #b2d4ed;
  margin-bottom: 10px;
  color: white;
}

#entete_formulaire_recherche{
  color: #b2d4ed;
  text-align: right;
  margin-bottom: 10px;
}

#formulaire_recherche_avancee{
  clear: both;
}
#rubrique_rch,#date_rch,#mot-cle_rch{
  float:left;
  width: 30%;
  color: white;
  border-color: white;
  margin: 5px;
}