/*****************************
VISUAL TEAM
Webmaster:SQUALL
Webdesigner:SQUALL
Codé:le 6 Mars 2008 par DESIGN FRANCE (Ryku)
*****************************/

/* Propriété du corps 
---------------------------------------------------*/
body { cursor:url(../img/arrow.png), auto; width:1024px;  background-color:#333333;  font-family: Verdana, Arial, serif, sans-serif; font-size:11px; color:#FFFFFF; margin:auto;  } 

#global { background-image:url(../img/background.jpg); background-repeat:repeat-y; width:1024px; margin:auto; }

textarea{
border:1px inset #1A1A1A;
background:#292929;
color:#FFFFFF;
padding: 3px;
margin: 5px;
font-size: 8pt;
} 

select {
border:1px inset #292929;
background:#353535;
color:#FFFFFF;
padding: 3px;
margin: 5px;
font-size: 8pt;
}

textarea:hover {
cursor:url(../img/hand.png), auto;
border:1px inset #292929;
background:#303030;
color:#FFFFFF;
}

select:hover {
cursor:url(../img/hand.png), auto;
background:#303030;
border:1px inset #292929;
background-color:white;
color:#FFFFFF;
}

input {
margin: 3px;
border:1px inset #1A1A1A;
background:#292929;
cursor:pointer;
color:#FFFFFF;
}

input:hover {
cursor:url(../img/hand.png), auto;
border:1px inset #292929;
background:#303030;
color:#FFFFFF;
}
/* Global du design
---------------------------------------------------*/
.avatar
{
	float: left;
	text-align:center;
	margin:6px;
	margin-right:12px;
}
/* Header + Newsandco
---------------------------------------------------*/
#header { background-image:url(../img/header.jpg); width:1024px; height:248px; margin:auto; }
#annonce{top: 7px; font-size:11px; font-family: 'Century Gothic', Arial, Verdana, serif;  text-transform: uppercase;  float: left; width: 500px; height: 12px; position: relative; left: 122px;}
#annonce a {color:#FFFFFF;text-decoration: none;}
#annonce  a:hover {cursor:url(../img/hand.png), auto; color: #FF0F0F; text-decoration: none;}
#main { 	background: transparent url(../img/main.png) no-repeat; width:1024px; height:54px; margin:auto; }
/* Contenu de la page
---------------------------------------------------*/
#contenu { float:right; width:600px; margin-right:110px; margin-top:0px; }

.case {
width:144px;
color: #FFFFFF;
float: left;
margin: 0px 20px 10px 27px;
text-align: center;
border: dotted 0px #FFFFFF;
background: #292929;
}

.case a {
color: #FFFFFF;
text-decoration: none;
}

.case a:hover {
cursor:url(../img/hand.png), auto;
	text-decoration: none;}


.case img {
border: dashed 0px #FFFFFF;
text-decoration: none;
}

/* Propriété du menu
---------------------------------------------------*/
#menu { width:200px; margin-top:0px;float:left;font-size:11px;margin-left:110px; }
#menu a { color:#FFFFFF; text-decoration:none; font-size:11px;  }
#menu a:hover { cursor:url(../img/hand.png), auto; text-decoration: none; color:#FF297D; font-size:11px; }
#menu_main {
text-align: left;
padding-top: 4px;
color:#FF297D; 
font-size: 22px;font-family: 'Century Gothic', Verdana, Arial, serif; text-transform: uppercase; 
	}
.menu_mid {
		background: transparent url(design/menu_mid.gif) repeat-y;
		text-align:left;
		padding:5px;
	}
	
	.menu_bottom {
		background: transparent url(design/menu_bottom.gif) no-repeat;
		padding: 3px;
	}
/* Pied de page 
---------------------------------------------------*/
#footer { background-image:url(../img/footer.jpg); width:1024px; height:81px; clear:both; margin:auto; }
#pub{padding-top: 25px; margin-left: 0px;}
#pub a {
color: #FFFFFF;
text-decoration: none;}
#pub a:hover { cursor:url(../img/hand.png), auto;
color: #FF297D;
text-decoration: none;}

/* Propriété Blocks
---------------------------------------------------*/
h1 { font-family: 'Arial black', Arial, serif; font-weight: normal; font-size: 24px; margin-bottom: 10px; }

.news_block { font-size: 11px; color: #FFFFFF; margin: 0px 0px 5px 0px; padding: 3px;  background: #000000;}
.news {text-align : justify;}


.news_block a {
color: #FFFFFF;
text-decoration: none;}

.news_block a:hover { cursor:url(../img/hand.png), auto;
color: #FF297D;
text-decoration: none;}

.news_contenu {
-moz-border-radius:10px; 
border: solid 1px #3A3A3A;  
background-color:#292929;
overflow: auto;
margin: 0px; padding:6px 6px 6px 6px;
  }

.Style2 {font-size: 22px; font-family: 'Century Gothic', Verdana, Arial, serif; text-transform: uppercase; color: #FFFFFF; text-align: left; padding: 3px; }
	
.Style2  a {
color: #FFFFFF;
text-decoration: none;}

.Style2 a:hover { cursor:url(../img/hand.png), auto;
color: #FF297D;
text-decoration: none;}

img.news{		height: auto;
width: auto;
padding: 1px;
border: 0px solid #000000;}

img.texte-droite{	height: 7px;
width: 4px;
border:none;}

	div#tooltipDiv {
padding: 3px;
border: solid 1px #3A3A3A;
display: none; /*white-space: nowrap;*/
background: #292929;
color: #FFFFFF;
font: 9px Verdana, Arial, Helvetica, sans-serif;
text-align: center;
position: absolute;
left: 0;
top: 0;
z-index: 1000;
text-transform:capitalize;
   filter: alpha(opacity=85);
   -moz-opacity: .85; 
}