@charset "utf-8";
/* ---------------------------------   AUTRES   -------------------------------------------*/

/* POUR EMPECHER QUE LES DS SOIENT VISIBLES AU CHARGEMENT */

.SpryHiddenRegion {
	visibility: hidden;
}

/* -----------------------------------   ESPACE PERSO   ---------------------------------------*/

/* INDEX */
#indexEspacePerso {
      width:742px;
	  font-family:'Arial', sans-serif;
	  font-size:12px;
	  overflow:hidden;
	  min-height:800px;
}

/*TABBED PANELS*/

#indexEspacePerso .VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 35px;;
	min-height: 800px;
	position: relative;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	margin-top:30px;
}

#indexEspacePerso .VTabbedPanels .TabbedPanelsTabGroup img{
    border:none;
	height:90px;
}

#indexEspacePerso .VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	cursor:pointer;
	height:95px;
}

#indexEspacePerso .VTabbedPanels .TabbedPanelsTabHover {
}

#indexEspacePerso .VTabbedPanels .TabbedPanelsTabHover img{
	margin-left:-40px;
}

#indexEspacePerso .VTabbedPanels .TabbedPanelsTabSelected {
}

#indexEspacePerso .VTabbedPanels .TabbedPanelsTabSelected img {
	margin-left:-80px;
}

#indexEspacePerso .VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	padding: 0px;
	width: 707px;
	min-height: 770px;
	overflow:hidden;
}

#indexEspacePerso .VTabbedPanels .TabbedPanelsContentGroup .ongletProfil{
}

#indexEspacePerso .VTabbedPanels .TabbedPanelsContentGroup .ongletAvis{
	 display:none;
}

#indexEspacePerso .VTabbedPanels .TabbedPanelsContentGroup .ongletArticle{
	 display:none;
}

#indexEspacePerso .VTabbedPanels .TabbedPanelsContentGroup .ongletVideo{
	 display:none;
}

#indexEspacePerso .VTabbedPanels .TabbedPanelsContentGroup .ongletImage{
	 display:none;
}

#indexEspacePerso .VTabbedPanels .TabbedPanelsContentGroup .ongletOption{
	 display:none;
}

#indexEspacePerso .VTabbedPanels .TabbedPanelsContentGroup #entete {
	  font-size:15px;
	  width:667px;
	  height:30px;
	  padding:0px 20px;
	  overflow:hidden;
	  text-align:center;
	  line-height:30px;
	  vertical-align:middle;
}

#indexEspacePerso .VTabbedPanels .TabbedPanelsContentGroup #entete .titre {
	   background-color:#FFFFFF;
	   padding:20px 10px 15px 10px;
	   font-weight:bold;
       text-transform:uppercase;
}

#indexEspacePerso .VTabbedPanels .TabbedPanelsContentGroup #entete .pseudo {
	  color:#EB7106;
	  text-transform:none;
}

#indexEspacePerso .VTabbedPanels .TabbedPanelsContentGroup .ongletProfil #entete{
	  background:url(../images/enteteEspacePersoProfil.png) repeat-y;
}

#indexEspacePerso .VTabbedPanels .TabbedPanelsContentGroup .ongletAvis #entete{
	  background:url(../images/enteteEspacePersoAvis.png) repeat-y;
}

#indexEspacePerso .VTabbedPanels .TabbedPanelsContentGroup .ongletArticle #entete{
	  background:url(../images/enteteEspacePersoArticle.png) repeat-y;
}

#indexEspacePerso .VTabbedPanels .TabbedPanelsContentGroup .ongletVideo #entete{
	  background:url(../images/enteteEspacePersoVideo.png) repeat-y;
}

#indexEspacePerso .VTabbedPanels .TabbedPanelsContentGroup .ongletImage #entete{
	  background:url(../images/enteteEspacePersoImage.png) repeat-y;
}

#indexEspacePerso .VTabbedPanels .TabbedPanelsContentGroup .ongletOption #entete{
	  background:url(../images/enteteEspacePersoOption.png) repeat-y;
}

#indexEspacePerso .VTabbedPanels .TabbedPanelsContentGroup #contenu {
   	border-left:solid 20px;
	padding:10px;
	min-height:770px;
	width:667px;
	float:left;
}

/*Couleur du bord gauche des panneaux*/

#indexEspacePerso .VTabbedPanels .TabbedPanelsContentGroup .ongletProfil #contenu {
    border-color:#FDDFC3;
}

#indexEspacePerso .VTabbedPanels .TabbedPanelsContentGroup .ongletAvis #contenu {
    border-color:#CBE5DD;
}

#indexEspacePerso .VTabbedPanels .TabbedPanelsContentGroup .ongletArticle #contenu {
    border-color:#FFF1CC;
}

#indexEspacePerso .VTabbedPanels .TabbedPanelsContentGroup .ongletVideo #contenu {
    border-color:#CFD5E2;
}

#indexEspacePerso .VTabbedPanels .TabbedPanelsContentGroup .ongletImage #contenu {
    border-color:#F6EAE3;
}

#indexEspacePerso .VTabbedPanels .TabbedPanelsContentGroup .ongletOption #contenu {
    border-color:#CFD1D2;
}

/*Couleur des bords du loading*/

#indexEspacePerso .ongletProfil #contenu #chargement .infos{
    border-color:#EC7205;
}

#indexEspacePerso .ongletAvis #contenu #chargement .infos{
    border-color:#CBE5DD;
}

#indexEspacePerso .ongletArticle #contenu #chargement .infos{
    border-color:#FDC700;
}

#indexEspacePerso .ongletVideo #contenu #chargement .infos{
    border-color:#B4CCD4;
}

#indexEspacePerso .ongletImage #contenu #chargement .infos{
    border-color:#F6EAE3;
}

#indexEspacePerso .ongletOption #contenu #chargement .infos {
    border-color:#CFD1D2;
}

/* NAVIGATION (commune a tous les onglets) */

#indexEspacePerso .navigation{
     height:20px;
	 font-size:12px;
	 text-align:center;
	 background-color:#FFFFFF;
	 padding-top:5px;
}

#indexEspacePerso .navigation a{
	 display:inline-block;
	 margin-left:2px;
	 margin-right:2px;
	 text-decoration:none;
	 color:#000000;
}

#indexEspacePerso .navigation a:hover{
	 color:#EB7106;
}

#indexEspacePerso .navigation span{
	 display:inline-block;
	 margin-left:2px;
	 margin-right:2px;
	 color:#CCCCCC;
}

#indexEspacePerso .navigation span.actuel{
   font-weight:bold;
}

#indexEspacePerso .navigation span.actuel,
#indexEspacePerso .navigation a:hover {
   color:#EB7106;
}

/*chargement Elements communs*/

#indexEspacePerso #chargement {
	font-size: 12px;
	color:#FFFFFF;
	text-align:center;
	background:url(../images/transparentGris50.png) repeat;
	width:667px;
	height:800px;
	position:relative;
	z-index:1;
}

#indexEspacePerso #chargement .infos{
	color:#000000;
	background-color:#FFFFFF;
    text-align:center;
	border:double 3px #EB7106;
	width:200px;
	height:25px;
	padding:5px 0px;
	margin:0px 235px;
	position:relative;
	z-index:1;
	top:150px;
}

#indexEspacePerso #chargement .infos span{
   	font-size: 11px;
    position:relative;
	z-index:1;
	top:-7px;
}


/* MON PROFIL */

#indexEspacePerso #monProfil{
}

#indexEspacePerso #monProfil .entete{
    height:40px;
    padding:5px;
}

#indexEspacePerso #monProfil .entete a{
    background-color:#EC7205;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding:10px;
	float:right;
}

#indexEspacePerso #monProfil .entete a:hover{
    background-color:#FFFFFF;
	color:#EC7205;
}

#indexEspacePerso #monProfil .aucunAvis { 
	text-align:center;
	font-style:italic;
}

#indexEspacePerso #monProfil #monStatut {
}

#indexEspacePerso #monProfil #monStatut .blocEntete,
#indexEspacePerso #monProfil #mesInfos .blocEntete { 
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:solid 1px #EC7205;
	border-top:solid 1px #EC7205;
	margin-bottom:20px;
	clear:left;
}

#indexEspacePerso #monProfil #monStatut .blocEntete .titreEntete,
#indexEspacePerso #monProfil #mesInfos .blocEntete .titreEntete  { 
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
	background:url(../images/enteteEspacePersoProfil.png) repeat-y;
	height:18px;
	padding:2px 0px 2px 0px;
}

#indexEspacePerso #monProfil #monStatut .blocAvatar{
   width:122px;
   height:200px;
   margin-right:10px;
   overflow:hidden;
   float:left;
}

#indexEspacePerso #monProfil #monStatut .blocAvatar img{
   width:120px;
   border:solid 1px #EC7205;
}

#indexEspacePerso #monProfil #monStatut .ligne{
}

#indexEspacePerso #monProfil #monStatut .ligne .intitule{
   font-weight:900;
}

/*infos sup*/

#indexEspacePerso #monProfil #mesInfos {
}

#indexEspacePerso #monProfil #mesInfos .blocEntete { 
	margin-top:20px;
}

#indexEspacePerso #monProfil #mesInfos .ligne{
   margin-left:132px;
}

#indexEspacePerso #monProfil #mesInfos .ligne .intitule{
   font-weight:900;
}


/* MES AVIS */

#indexEspacePerso #mesAvis{
}

#indexEspacePerso #mesAvis .entete{
  font-size:11px;
  height:40px;
  padding:5px;
}

#indexEspacePerso #mesAvis .entete a{
    font-size:12px;
	background-color:#009179;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding:10px;
	float:right;
}

#indexEspacePerso #mesAvis .entete a:hover{
    background-color:#FFFFFF;
	color:#009179;
}

#indexEspacePerso #mesAvis #colonneGaucheAvis,
#indexEspacePerso #mesAvis #colonneDroiteAvis{
	width:333px;
	min-height:700px;
	float:left;
}

#indexEspacePerso #mesAvis #colonneGaucheAvis {
	border-right:solid 1px #CBE5DD;
}

#indexEspacePerso #mesAvis #colonneGaucheAvis .entete, 
#indexEspacePerso #mesAvis #colonneDroiteAvis .entete{ 
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
	border-top:solid 1px #CBE5DD;
	border-bottom:solid 1px #CBE5DD;
	height:18px;
	margin-bottom:10px;
}

#indexEspacePerso #mesAvis #colonneGaucheAvis #listeAvis { 
    padding:5px;
}

#indexEspacePerso #mesAvis #colonneGaucheAvis #listeAvis #blocUnique{ 
    width:313px;
	border-bottom:solid 1px #CBE5DD; 
	padding-bottom:30px;
	margin-bottom:10px;   
}

#indexEspacePerso #mesAvis #colonneGaucheAvis #listeAvis .aucunAvis,
#indexEspacePerso #mesAvis #colonneDroiteAvis #listeAttente .aucunAvis,
#indexEspacePerso #mesAvis #colonneDroiteAvis #listePref .aucunAvis{ 
	text-align:center;
	font-style:italic;
}

#indexEspacePerso #mesAvis #colonneGaucheAvis #listeAvis .titre,
#indexEspacePerso #mesAvis #colonneDroiteAvis #listeAttente .titre,
#indexEspacePerso #mesAvis #colonneDroiteAvis #listePref .titre{ 
	
}

#indexEspacePerso #mesAvis #colonneGaucheAvis #listeAvis .titre a{ 
    text-decoration:none;
	color:#000000;
	font-weight:900;
}

#indexEspacePerso #mesAvis #colonneGaucheAvis #listeAvis .titre a:hover,
#indexEspacePerso #mesAvis #colonneDroiteAvis #listeAttente .titre a:hover,
#indexEspacePerso #mesAvis #colonneDroiteAvis #listePref .titre a:hover{ 
    color:#EB7106;
}

#indexEspacePerso #mesAvis #colonneGaucheAvis #listeAvis .note,
#indexEspacePerso #mesAvis #colonneDroiteAvis #listeAttente .note,
#indexEspacePerso #mesAvis #colonneDroiteAvis #listePref .note{ 
    color:#009179;
}

#indexEspacePerso #mesAvis #colonneGaucheAvis #listeAvis .date{ 
     font-style:italic;
	 font-size:11px;
}

#indexEspacePerso #mesAvis #colonneGaucheAvis #listeAvis .texte{ 
     padding-top:10px;
	 padding-bottom:10px;
	 font-size:12px;
}

#indexEspacePerso #mesAvis #colonneGaucheAvis #listeAvis .edit { 
	text-align:right;
	padding-right:10px;
}

#indexEspacePerso #mesAvis #colonneGaucheAvis #listeAvis .edit a{ 
    text-decoration:none;
	color:#1F6895;
	font-size:11px;
}

#indexEspacePerso #mesAvis #colonneGaucheAvis #listeAvis .edit a:hover{ 
	color:#EB7106;
}

#indexEspacePerso #mesAvis #colonneDroiteAvis #mesAttentes, 
#indexEspacePerso #mesAvis #colonneDroiteAvis #mesPrefs {
min-height:350px;
}

#indexEspacePerso #mesAvis #colonneDroiteAvis #listeAttente,
#indexEspacePerso #mesAvis #colonneDroiteAvis #listePref { 
    padding:5px;
	margin-left:20px;
	min-height:200px;
}

#indexEspacePerso #mesAvis #colonneDroiteAvis .titre a{ 
    text-decoration:none;
	color:#000000;
}

#indexEspacePerso #mesAvis #colonneDroiteAvis .frame { 
	text-align:right;
	padding-right:10px;
	margin-bottom:20px;
	margin-top:10px;
}

#indexEspacePerso #mesAvis #colonneDroiteAvis .frame a{ 
    text-decoration:none;
	color:#1F6895;
	font-size:11px;
}

#indexEspacePerso #mesAvis #colonneDroiteAvis .frame a:hover{ 
	color:#EB7106;
}

/* MES ARTICLES */

#indexEspacePerso #mesArticles{
}

#indexEspacePerso #mesArticles .entete{
  font-size:11px;
  height:40px;
  padding:5px;
}

#indexEspacePerso #mesArticles .entete a{
    font-size:12px;
	background-color:#FDC700;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding:10px;
	float:right;
}

#indexEspacePerso #mesArticles .entete a:hover{
    background-color:#FFFFFF;
	color:#FDC700;
}

#indexEspacePerso #mesArticles #listeArticles { 
    padding:5px;
	min-height:400px;
}

#indexEspacePerso #mesArticles #listeArticles .aucunAvis{ 
	text-align:center;
	font-style:italic;
}

#indexEspacePerso #mesArticles #listeArticles #blocUnique{ 
	padding-top:15px; 
	padding-bottom:15px;
	border-top:solid 2px #FDC700;
	border-bottom:solid 2px #FDC700; 
}

#indexEspacePerso #mesArticles #listeArticles #blocUnique #gauche{ 
    width:120px;
	height:220px;
	overflow:hidden;
	margin-right:10px;
	float:left;
	 
}

#indexEspacePerso #mesArticles #listeArticles #blocUnique #gauche .blocImage{ 
    width:120px;
	overflow:hidden;
}

#indexEspacePerso #mesArticles #listeArticles #blocUnique #droite{ 
	height:220px;
	overflow:hidden;
}

#indexEspacePerso #mesArticles #listeArticles #blocUnique #droite .titre { 
	font-weight:900;
}

#indexEspacePerso #mesArticles #listeArticles #blocUnique #droite .sujet { 
	margin-bottom:10px;
}

#indexEspacePerso #mesArticles #listeArticles #blocUnique #droite .sujet a{ 
	text-decoration:none;
	color:#000000;
}

#indexEspacePerso #mesArticles #listeArticles #blocUnique #droite .sujet a:hover { 
	color:#EB7106;
}

#indexEspacePerso #mesArticles #listeArticles #blocUnique #droite .date { 
	font-size:11px;
	font-style:italic;
}

#indexEspacePerso #mesArticles #listeArticles #blocUnique #droite .visite { 
	font-size:11px;
}

#indexEspacePerso #mesArticles #listeArticles #blocUnique #droite .note { 
	font-size:11px;
	color:#FF0000;
}

#indexEspacePerso #mesArticles #listeArticles #blocUnique #droite .commentaire a{ 
    text-decoration:none;
	color:#1F6895;
	font-size:11px;
}

#indexEspacePerso #mesArticles #listeArticles #blocUnique #droite .commentaire a:hover{ 
	color:#EB7106;
}

#indexEspacePerso #mesArticles #listeArticles #blocUnique #droite .texte { 
    margin-top:20px;
	height:6em;
	margin-bottom:20px;	
}

#indexEspacePerso #mesArticles #listeArticles #blocUnique .edit { 
	width:200px;
	float:left;
}


#indexEspacePerso #mesArticles #listeArticles #blocUnique .edit a{ 
    text-decoration:none;
	color:#1F6895;
	font-size:12px;
}

#indexEspacePerso #mesArticles #listeArticles #blocUnique .edit a:hover{ 
	color:#EB7106;
}

#indexEspacePerso #mesArticles #listeArticles .separation{ 
	margin-top:5px;
	margin-bottom:5px; 
	height:20px;
	background-color:#FDC700;
}


/* MES VIDEOS */

#indexEspacePerso #mesVideos{
}

#indexEspacePerso #mesVideos #depassement{
    font-size:12px;
	border: double 3px #B4CCD4;
	font-weight:bold;
	text-align:center;
}

#indexEspacePerso #mesVideos #depassement span{
	padding:10px;
}

#indexEspacePerso #mesVideos .entete{
  font-size:11px;
  height:40px;
  padding:5px;
}

#indexEspacePerso #mesVideos .entete a#upload{
    font-size:12px;
	background-color:#CFD5E2;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	padding:10px;
	float:right;
}

#indexEspacePerso #mesVideos .entete a#upload:hover{
    background-color:#FFFFFF;
	color:#5E86AC;
}

#indexEspacePerso #mesVideos .entete a#reparVideo{
	color:red;
	text-decoration:none;
	font-weight:bold;
}

#indexEspacePerso #mesVideos .entete a#reparVideo:hover{
	color:#EB7106;
}


#indexEspacePerso #mesVideos #colonneGaucheVideos,
#indexEspacePerso #mesVideos #colonneDroiteVideos{
	width:333px;
	min-height:400px;
	float:left;
}

#indexEspacePerso #mesVideos #colonneGaucheVideos {
	border-right:solid 1px #B4CCD4;
}

#indexEspacePerso #mesVideos #colonneGaucheVideos .entete, 
#indexEspacePerso #mesVideos #colonneDroiteVideos .entete{ 
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
	border-top:solid 1px #B4CCD4;
	border-bottom:solid 1px #B4CCD4;
	height:18px;
	margin-bottom:10px;
}

#indexEspacePerso #mesVideos #colonneGaucheVideos #listeVideos{ 
    padding:5px;
}

#indexEspacePerso #mesVideos #colonneGaucheVideos #listeVideos .aucunAvis,
#indexEspacePerso #mesVideos #colonneDroiteVideos #listeVideos .aucunAvis{ 
	text-align:center;
	font-style:italic;
}

#indexEspacePerso #mesVideos #colonneGaucheVideos #listeVideos #blocUnique,
#indexEspacePerso #mesVideos #colonneDroiteVideos #listeVideos #blocUnique{ 
    width:313px;
	border-bottom:solid 1px #B4CCD4; 
	padding-bottom:30px;
	margin-bottom:5px;   
}

#indexEspacePerso #mesVideos #colonneGaucheVideos #listeVideos #blocUnique .blocImage,
#indexEspacePerso #mesVideos #colonneDroiteVideos #listeVideos #blocUnique .blocImage { 
    width:100px;
	height:75px;
	overflow:hidden;
	float:left;
	margin-right:10px;
	margin-top:5px;
	
}

#indexEspacePerso #mesVideos #colonneGaucheVideos #listeVideos #blocUnique .blocImage img,
#indexEspacePerso #mesVideos #colonneDroiteVideos #listeVideos #blocUnique .blocImage img{ 
    border:none;
	
}

#indexEspacePerso #mesVideos #colonneGaucheVideos #listeVideos .titre,
#indexEspacePerso #mesVideos #colonneDroiteVideos #listeVideos .titre{ 
    font-weight:900;
}

#indexEspacePerso #mesVideos #colonneGaucheVideos #listeVideos .titre a,
#indexEspacePerso #mesVideos #colonneDroiteVideos #listeVideos .titre a { 
    text-decoration:none;
	color:#000000;
	font-weight:900;
}

#indexEspacePerso #mesVideos #colonneGaucheVideos #listeVideos .titre a:hover,
#indexEspacePerso #mesVideos #colonneDroiteVideos #listeVideos .titre a:hover{ 
    color:#EB7106;
}

#indexEspacePerso #mesVideos #colonneGaucheVideos #listeVideos .sujet,
#indexEspacePerso #mesVideos #colonneDroiteVideos #listeVideos .sujet { 
	margin-bottom:10px;
}

#indexEspacePerso #mesVideos #colonneGaucheVideos #listeVideos .sujet a,
#indexEspacePerso #mesVideos #colonneDroiteVideos #listeVideos .sujet a{ 
    text-decoration:none;
	color:#000000;
}

#indexEspacePerso #mesVideos #colonneGaucheVideos #listeVideos .sujet a:hover,
#indexEspacePerso #mesVideos #colonneDroiteVideos #listeVideos .sujet a:hover{ 
    color:#EB7106;
}

#indexEspacePerso #mesVideos #colonneGaucheVideos #listeVideos .note,
#indexEspacePerso #mesVideos #colonneDroiteVideos #listeVideos .note{ 
    color:#009179;
}


#indexEspacePerso #mesVideos #colonneGaucheVideos #listeVideos .date,
#indexEspacePerso #mesVideos #colonneDroiteVideos #listeVideos .date { 
	font-size:11px;
	font-style:italic;
}

#indexEspacePerso #mesVideos #colonneGaucheVideos #listeVideos .visite, 
#indexEspacePerso #mesVideos #colonneDroiteVideos #listeVideos .visite { 
	font-size:11px;
}

#indexEspacePerso #mesVideos #colonneGaucheVideos #listeVideos .note,
#indexEspacePerso #mesVideos #colonneDroiteVideos #listeVideos .note  { 
	font-size:11px;
	color:#FF0000;
}

#indexEspacePerso #mesVideos #colonneGaucheVideos #listeVideos .commentaire a, 
#indexEspacePerso #mesVideos #colonneDroiteVideos #listeVideos .commentaire a{ 
    text-decoration:none;
	color:#1F6895;
	font-size:11px;
}

#indexEspacePerso #mesVideos #colonneGaucheVideos #listeVideos .commentaire a:hover,
#indexEspacePerso #mesVideos #colonneDroiteVideos #listeVideos .commentaire a:hover{ 
	color:#EB7106;
}

#indexEspacePerso #mesVideos #colonneGaucheVideos #listeVideos .texte { 
	min-height:2em;
	margin:20px 0px;
}

#indexEspacePerso #mesVideos #colonneGaucheVideos #listeVideos .edit,
#indexEspacePerso #mesVideos #colonneDroiteVideos #listeVideos .edit  { 
	width:150px;
	height:20px;
	float:left;
}


#indexEspacePerso #mesVideos #colonneGaucheVideos #listeVideos .edit a, 
#indexEspacePerso #mesVideos #colonneDroiteVideos #listeVideos .edit a{ 
    text-decoration:none;
	color:#1F6895;
	font-size:12px;
}

#indexEspacePerso #mesVideos #colonneGaucheVideos #listeVideos .edit a:hover, 
#indexEspacePerso #mesVideos #colonneDroiteVideos #listeVideos .edit a:hover{ 
	color:#EB7106;
}


#indexEspacePerso #mesVideos #colonneGaucheVideos #listeVideos .echec,
#indexEspacePerso #mesVideos #colonneDroiteVideos #listeVideos .echec  { 
	width:150px;
	height:20px;
	float:left;
}


#indexEspacePerso #mesVideos #colonneGaucheVideos #listeVideos .echec a, 
#indexEspacePerso #mesVideos #colonneDroiteVideos #listeVideos .echec a{ 
    text-decoration:none;
	color: #FF0000;
	font-size:12px;
	font-weight:900;
}

#indexEspacePerso #mesVideos #colonneGaucheVideos #listeVideos .echec a:hover, 
#indexEspacePerso #mesVideos #colonneDroiteVideos #listeVideos .echec a:hover{ 
	color:#333333;
}

#indexEspacePerso #mesVideos #colonneGaucheVideos #listeVideos .separation{ 
	margin-top:2px;
	margin-bottom:5px; 
	height:5px;
	border-top:solid 10px #B4CCD4; 
	border-bottom:solid 1px #B4CCD4; 
	width:313px;
}

#indexEspacePerso #mesVideos #colonneDroiteVideos #listeVideos .separation{ 
	margin-top:2px;
	margin-bottom:5px; 
	height:5px;
	border-top:solid 10px #FFFFFF; 
	border-bottom:solid 1px #B4CCD4; 
	width:313px;
}

#indexEspacePerso #mesVideos #colonneDroiteVideos #listeVideos{ 
    padding:5px;
	margin-left:10px;
	min-height:400px;
}

#indexEspacePerso #mesVideos #colonneDroiteVideos #listeVideos .commentaire{ 
	height:25px;
}
/* MES IMAGES */


#indexEspacePerso #mesImages{
}

#indexEspacePerso #mesImages #depassement{
    font-size:12px;
	border: double 3px #F6EAE3;
	font-weight:bold;
	text-align:center;
}

#indexEspacePerso #mesImages #depassement span{
	padding:10px;
}

#indexEspacePerso #mesImages .entete{
  font-size:11px;
  height:40px;
  padding:5px;
}

#indexEspacePerso #mesImages .entete a{
  font-size:12px;
   background-color:#F6EAE3;
   color:#000000;
   text-decoration:none;
   font-weight:bold;
   padding:10px;
   float:right;
}

#indexEspacePerso #mesImages .entete a:hover{
    background-color:#FFFFFF;
	color:#DAAC95;
}

#indexEspacePerso #mesImages .aucunAvis { 
	text-align:center;
	font-style:italic;
}



/* pour diaporama */
#indexEspacePerso #mesImages #listeImages {
	margin-top:10px;
}

#indexEspacePerso #mesImages #listeImages #infos {
	color:#043882;
	overflow:hidden;
}

#indexEspacePerso #mesImages #listeImages #infos .numerotationPage {
	float:left;
	width:300px;
	text-align:left;
	padding-left:15px;
}

#indexEspacePerso #mesImages #listeImages #infos .numerotationImage {
	float:left;
	width:337px;
	text-align:right;
}

#indexEspacePerso #mesImages #listeImages #conteneur {
    width:664px;
	overflow:hidden;
	padding-left:10px;
	min-height:400px;
}

#indexEspacePerso #mesImages #listeImages #conteneur #blocImage {
    width:120px;
	background-color: #000000;
	height:90px;
	border: solid 1px #F6EAE3;
	margin:4px;	
	display:block;
	float:left;
	overflow:hidden;
	text-align:center;
}

#indexEspacePerso #mesImages #listeImages #conteneur #blocImage img {
	border:none;
}

#indexEspacePerso #mesImages #listeImages #conteneur a#blocImage:hover {
	border-color:#EB7106;
}


/* EDIT PROFIL */

#indexEspacePerso #editProfil{
}

#indexEspacePerso #editProfil .entete{
  font-size:11px;
  height:40px;
  padding:5px;
}

#indexEspacePerso #editProfil .entete a{
   font-size:12px;
   background-color:#CFD1D2;
   color:#FFFFFF;
   text-decoration:none;
   font-weight:bold;
   padding:10px;
   float:right;
}

#indexEspacePerso #editProfil .entete a:hover{
    background-color:#FFFFFF;
	color:#CFD1D2;
}

#indexEspacePerso #editProfil #monStatut {
}

#indexEspacePerso #editProfil #monStatut .blocEntete,
#indexEspacePerso #editProfil #mesInfos .blocEntete { 
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:solid 1px #CCCCCC;
	border-top:solid 1px #CCCCCC;
	margin-bottom:20px;
	clear:left;

	
}

#indexEspacePerso #editProfil #monStatut .blocEntete .titreEntete,
#indexEspacePerso #editProfil #mesInfos .blocEntete .titreEntete  { 
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
	background:url(../images/enteteEspacePersoOption.png) repeat-y;
	height:18px;
	padding:2px 0px 2px 0px;
}

#indexEspacePerso #editProfil #monStatut #titre{
	border-bottom:solid 15px #EC7205;
	margin-bottom:10px;
	margin-top:20px;
	clear:left;
}

#indexEspacePerso #editProfil #monStatut #titre span{
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:700;
	background-color:#EC7205;
	padding:5px;
}

/* avatar */

#indexEspacePerso #editProfil #monStatut .blocAvatar{
   width:122px;
   height:200px;
   margin-right:10px;
   margin-left:20px;
   overflow:hidden;
   float:left;
}

#indexEspacePerso #editProfil #monStatut .blocAvatar .actuel{
   text-transform:uppercase;
   font-weight:500;
   text-align:center;
}

#indexEspacePerso #editProfil #monStatut .blocAvatar img{
   width:120px;
   border:solid 1px #EC7205;
}

#indexEspacePerso #editProfil #monStatut .ligne{
}

#indexEspacePerso #editProfil #monStatut .ligne .intitule{
   font-weight:900;
}

#indexEspacePerso #editProfil #monStatut #formAvatar{
   text-align:center;
   background:url(../images/flecheFormProfil.png) 50px 50% no-repeat;
   float:left;
   width:515px;
   height:200px;
}

#indexEspacePerso #editProfil #monStatut #formAvatar .choixImage{
    margin-top:70px;
	margin-bottom:20px;
   
}

#indexEspacePerso #editProfil #monStatut #formAvatar a {
    background-color:#EC7205;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:500;
	padding:8px;
	text-transform:uppercase;

}

#indexEspacePerso #editProfil #monStatut #formAvatar a:hover {
    background-color:#FDDFC3;
	color:#666666;
}

#indexEspacePerso #editProfil #monStatut #formAvatar .champ {
	margin-bottom:20px;
}

#indexEspacePerso #editProfil #monStatut #formAvatar .boutonValid input{
    background-color:#EC7205;
	color:#FFFFFF;
}

#indexEspacePerso #editProfil #monStatut #formAvatar .boutonValid input:active {
    background-color:#FDDFC3;
	color:#666666;
}

#indexEspacePerso #editProfil #monStatut #formAvatar #reponse_post_avatar {
}

#indexEspacePerso #editProfil #monStatut #formAvatar #reponse_post_avatar span{
	color:#EC7205;
	font-weight:bold;
}

/* mail */

#indexEspacePerso #editProfil #monStatut .blocMail{
   width:192px;
   height:100px;
   margin-right:10px;
   margin-left:0px;
   overflow:hidden;
   float:left;
}

#indexEspacePerso #editProfil #monStatut .blocMail .actuel {
   text-transform:uppercase;
   font-weight:500;
   margin-bottom:10px;
   margin-top:20px;
   margin-left:30px;
}

#indexEspacePerso #editProfil #monStatut .blocMail .mailActuel {
   height: 4em;
   text-align:left;
   padding-left:10px;
}

#indexEspacePerso #editProfil #monStatut .formMail{
   background:url(../images/flecheFormProfil.png) 0px 50% no-repeat;
   float:left;
   width:365px;
   height:120px;
   padding-left:50px;
}

#indexEspacePerso #editProfil #monStatut .formMail .actuel {
   text-transform:uppercase;
   font-weight:500;
   margin-top:5px;
}

#indexEspacePerso #editProfil #monStatut .formMail .champMail input{
   width:250px;
}

#indexEspacePerso #editProfil #monStatut .formMail .champMail .textfieldRequiredMsg, 
#indexEspacePerso #editProfil #monStatut .formMail .champMail .textfieldInvalidFormatMsg,
#indexEspacePerso #editProfil #monStatut .formMail #reponse_post_mail span {
    color:#EC7205;
	font-weight:bold;
	border:none;
}
 
#indexEspacePerso #editProfil #monStatut #formMail .boutonValid input{
    background-color:#EC7205;
	color:#FFFFFF;
}

#indexEspacePerso #editProfil #monStatut #formMail .boutonValid input:active {
    background-color:#FDDFC3;
	color:#666666;
}



/* pass */

#indexEspacePerso #editProfil #monStatut .blocPass{
   width:122px;
   height:100px;
   margin-right:10px;
   margin-left:20px;
   overflow:hidden;
   float:left;
}

#indexEspacePerso #editProfil #monStatut .blocPass  input{
   width:115px;
}

#indexEspacePerso #editProfil #monStatut .blocPass .actuel {
   text-transform:uppercase;
   font-weight:500;
   text-align:center;
   margin-bottom:20px;
   margin-top:10px;
}

#indexEspacePerso #editProfil #monStatut .formPass{
   background:url(../images/flecheFormProfil.png) 50px 50% no-repeat;
   float:left;
   width:415px;
   height:120px;
   padding-left:100px;
}

#indexEspacePerso #editProfil #monStatut .formPass .actuel {
   text-transform:uppercase;
   font-weight:500;
   margin-top:5px;
}

#indexEspacePerso #editProfil #monStatut .formPass .champPass input{
   width:250px;
}

#indexEspacePerso #editProfil #monStatut .formPass #valid_pass span,
#indexEspacePerso #editProfil #monStatut .formPass #valid_repass span, 
#indexEspacePerso #editProfil #monStatut .formPass #reponse_post_pass span {
    color:#EC7205;
	font-weight:bold;
	border:none;
}

#indexEspacePerso #editProfil #monStatut #formPass .boutonValid input{
    background-color:#EC7205;
	color:#FFFFFF;
}

#indexEspacePerso #editProfil #monStatut #formPass .boutonValid input:active {
    background-color:#FDDFC3;
	color:#666666;
}

/* sign */

#indexEspacePerso #editProfil #monStatut .blocSign{
}

#indexEspacePerso #editProfil #monStatut .blocSign #signModif{
   display:block;
}

#indexEspacePerso #editProfil #monStatut .blocSign #signModif .bloc {
   margin-bottom:5px;
}

#indexEspacePerso #editProfil #monStatut .blocSign #signModif .bloc div#signok{
   font-size:11px;
   border:solid 1px #EC7205;
   padding:5px;
}

#indexEspacePerso #editProfil #monStatut #signModif .bloc div#signok p{
	margin:0px;
	padding:0px;
}

#indexEspacePerso #editProfil #monStatut .blocSign #signModif .action {
	width:650px;
	overflow:hidden;
}

#indexEspacePerso #editProfil #monStatut .blocSign #signModif .action a{
    background-color:#EC7205;
	color:#FFFFFF;
	text-decoration:none;
	padding:5px;
	float:right;
	margin-right:10px;
}

#indexEspacePerso #editProfil #monStatut .blocSign #signModif .action a:hover{
    background-color:#FDDFC3;
	color:#666666;
}

#indexEspacePerso #editProfil #monStatut .blocSign #signModif .action input{
    background-color:#FFFFFF;
	color:#EC7205;
	padding:1px; 
	display:none;
	float:right;
}

#indexEspacePerso #editProfil #monStatut .blocSign #signModif .action  input:active {
    background-color:#EC7205;
	color:#666666; 
}

/*INFOS PERSO */

#indexEspacePerso #editProfil #mesInfos #formInfos{

}

#indexEspacePerso #editProfil #mesInfos .blocEntete { 
	margin-top:20px;
}

#indexEspacePerso #editProfil #mesInfos #formInfos .ligne{
  clear:left;
  margin-top:5px;
  margin-bottom:5px;
}

#indexEspacePerso #editProfil #mesInfos #formInfos .ligne .intitule{
   width:220px;
   margin-right:10px;
   float:left;
   font-weight:900;
   overflow:hidden;
}

#indexEspacePerso #editProfil #mesInfos #formInfos .ligne .champ{
}

#indexEspacePerso #editProfil #mesInfos #formInfos .ligne .champ input{
    width:350px;
}
#indexEspacePerso #editProfil #mesInfos #formInfos .ligne .champ textarea{
    width:350px;
	font-family:'Arial', sans-serif;
	font-size:13px;
}

#indexEspacePerso #editProfil #mesInfos #formInfos #reponse_post_infos {
    color:#EC7205;
	font-weight:bold;
	border:none;
	text-align:center;
}


#indexEspacePerso #editProfil #mesInfos #formInfos #validFormInfos {
    text-align:right;
	background:url(../images/enteteEspacePersoOption.png) repeat-y;
	height:25px;
	padding:2px 0px 2px 20px;
	margin-bottom:20px;
	margin-top:20px;
}


#indexEspacePerso #editProfil #mesInfos #formInfos #validFormInfos  input{
    background-color:#EC7205;
	color:#FFFFFF;
}

#indexEspacePerso #editProfil #mesInfos #formInfos #validFormInfos input:active {
    background-color:#FDDFC3;
	color:#666666;
}



