/****************************************************************/
/* 1. ASPECT GENERAL */
/****************************************************************/
body {
	background-color:#fffff;
	padding:0;
	padding-bottom:20px;
	margin:0;
	text-align:center;
	color:#1F1F1F;
	font-family:verdana;
}

div#page {
	width:1000px;
	margin:auto;
}

a {
	color:#63ACFA;
}

a:hover {
	color:#FF9933
}

img {
	border:0;
}

#identification{
	margin:auto;
	position:relative;
	background-image:url(bg.gif);
	background-repeat:no-repeat;
	background-position: center left;
	text-align:center;
	height:603px;
	width:850px;
}

#identification div {
	position:absolute;
    left: 50%;
    top: 50%;
    margin-top: -80px; /* moitié de la hauteur */
    margin-left: -115px; /* moitié de la largeur */
	height:160px;
	width:230px;
}

#pied {
	font-size:11px;
	font-style:italic;
}
/****************************************************************/
/* 2. MENU*/
/****************************************************************/
#menu {
	padding:20px 0 0 0;
}
#navigation {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	text-align: center ;
	}

#navigation li {
	display: inline ;
	margin-right: 4px ;
	color: #fff ;
	}

#navigation li a, #navigation li input{
	border:3px solid #F2F2F2;
	padding: 8px 15px;
	background: #F2F2F2 ;
	color: #B5B5B5 ;
	font-size:18px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	line-height: 1em ;
	text-align: center ;
	text-decoration: none ;
	-moz-border-radius:15px;
	}

#navigation li a:hover, #navigation li a:focus, #navigation li input:hover, #navigation li input:focus {
	background: #E5F5FF;
	color: #3DB1FF;
}

#navigation li a:active, #navigation li input.button:active {
	color: #003DF5;
}

/****************************************************************/
/* 2.5. ACCUEIL */
/****************************************************************/
#top li {
	float: left ;
	margin-right: 40px;
	font-size:12px;
	font-family:Verdana;

	}

#top li a {
	font-size:11px;
}

#top li a span {
	font-size:11px;
}
#top {
	margin:6px 0 0 25px;
	padding: 0 ;
	list-style: 0 ;
	}
/****************************************************************/
/* 3. BLOC*/
/****************************************************************/

fieldset.etape {
	border:0px;
	border:2px solid #D4D4D4;
	-moz-border-radius:15px;
	margin:20px 0 30px 0;
	padding-bottom:20px;
	background-image:url(bg6.gif);
	background-repeat:no-repeat;
	background-position: bottom right;
}

fieldset.etape legend {
	font-size:18px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	color: #FF6600
}

fieldset.etape legend span#etape1 {
	color:#005CB8;
}

fieldset.etape legend span#etape2 {
	color:#9933FF;
}

fieldset.etape legend span#etape3 {
	color:#FF004D;
}
fieldset.etape legend span#etape4 {
	color:#FF9933;
}
fieldset.etape legend span#galeries {
	color:#FFFF33;
}


/****************************************************************/
/* 4. RESSOURCE ETAPE 1 - forge graphique des icônes 32x32*/
/****************************************************************/

fieldset#etape1 div.ressource {
	float:left;
	border:1px solid #F2F2F2;
	background-color:#F7F7F7;
	-moz-border-radius:12px;
	width:200px;
	height:200px;
	padding:5px;
	margin:10px;
}

fieldset#etape1 div.ressource div.image {
	height:190px;
	width:200px;
	border:1px dashed #CFCFCF;
	background-image:url('fond_90_90.gif');
	line-height:0px;
	display: table-cell;
	vertical-align: middle;
}

*> fieldset#etape1  div.ressource div.image img, *> fieldset#etape2 div.ressource div.icone div.image img{ /* IE7 only */
	padding-top:0px;
}

/*fieldset#etape1 div.ressource div.ajouter {
	height:190px;
	width:200px;
	border:1px dashed #CFCFCF;
	display: table-cell;
	vertical-align: middle;
	background-color:#FFFFFF;
	font-size:11px;
	font-family:verdana;
	font-style:italic;
}*/

fieldset#etape1 div.ressource div.ajouter {
	width:200px;
	height:190px;
	line-height: 200px;
	margin: 0;
	color: fuchsia;
	font: italic 11px/190px verdana; /* permet de centrer le texte verticalement */
	border:1px dashed #CFCFCF;
	background-color:#FFFFFF;
}

fieldset#etape1 div.ressource div.footer {
	font-size:9px;
	font-family:verdana;
	color:#D1D1D1
}
fieldset#etape1 div.ressource div.footer  img {
	cursor:pointer;
}
/****************************************************************/
/* 5. RESSOURCE  Etape 2 - forge graphique des ressources d'avatar 60x74 */
/****************************************************************/

fieldset#etape2 div.ressource {
	border:1px solid #F2F2F2;
	background-color:#F7F7F7;
	-moz-border-radius:12px;
	height:240px;
	padding:5px;
	margin:10px;
	clear:both
}

fieldset#etape2 div.ressource div.icone {
	float:left;
	height:240px;
	padding:15px;
}
fieldset#etape2 div.ressource div.icone div.image {
	width:200px;
	height:200px;
	border:1px dashed #CFCFCF;
	background-image:url('fond_90_90.gif');
	display: table-cell;
	vertical-align: middle;
}

fieldset#etape2 div.ressource div.liste_avatar {
	overflow: auto;
	width:700px;
	height:240px;
}

fieldset#etape2 div.ressource div.liste_avatar div.avatar {
	float:left;
	padding:18px 20px 0 20px;
}
fieldset#etape2 div.avatar div.image {
	width:200px;
	height:200px;
	margin:auto;
	border:1px dashed #CFCFCF;
	background-image:url('fond.gif');
	display: table-cell;
	vertical-align: middle;

}

fieldset#etape2 div.ressource div.ajouter {
	width:60px;
	height:120px; /*200 - 80 (padding-top) */
	border:1px dashed #CFCFCF;
	margin:0;
	padding:0;
	padding-top:80px;
	background-color:#FFFFFF;
	font-size:11px;
	font-family:verdana;
	font-style:italic;

}


fieldset#etape2 div.ressource div.liste_avatar div.avatar div.footer {
	font-size:9px;
	font-family:verdana;
	color:#D1D1D1;
	letter-spacing:-1px;
}

/****************************************************************/
/* 6. RESSOURCE  Etape 3 - forge statistique et textuelle */
/****************************************************************/

fieldset div.valide {
	background-image:url('button_ok.gif');
	background-repeat:no-repeat;
	background-position:90% 50%;
}
fieldset#etape4 div.ressource {
	border:1px solid #F2F2F2;
	background-color:#F7F7F7;
	-moz-border-radius:12px;
	height:400px;
	padding:5px;
	margin:10px;
	clear:both
}

fieldset#etape4 div.ressource div.icone {
	float:left;
	height:200px;
	padding:15px
}
fieldset#etape4 div.ressource div.icone div.image {
	height:190px;
	width:200px;
	border:1px dashed #CFCFCF;
	background-image:url('fond_90_90.gif');
	line-height:1px;
	display: table-cell;
	vertical-align: middle;
}

fieldset#etape4 div.ressource div.avatar {
	float:left;
	padding:18px 20px 0 20px;
}
fieldset#etape4 div.ressource div.avatar div.image {
	height:74px;
	width:60px;
	margin:auto;
	border:1px dashed #CFCFCF;
	background-image:url('fond.gif');
	position:relative;
}
fieldset#etape4 div.ressource div.avatar div.image img {
	position:absolute;
	left:0px;
}
fieldset#etape4   div.ressource div.liste_tableaux {
	overflow: auto;
	width:700px;
	height:400px;

}
fieldset#etape4 div.ressource div.liste_tableaux table {
	margin:5px;
	width:260px;
	height:380px;
	float:left;
	padding:10px;
	border-right:1px dashed #E6E6E6;
}

fieldset#etape4 div.ressource div.liste_tableaux table.ajouter {
	width:60px;
	vertical-align:middle;
	border:1px dashed #E6E6E6;
	font-style:italic;
	background-color:#FFFFFF;
}

fieldset#etape4 div.ressource div.liste_tableaux table td {
	font-family:verdana;
	font-size:11px;
}

fieldset#etape4 div.ressource div.liste_tableaux table td.fiche  {
	text-align:justify;
	font-style:italic;
	vertical-align:top;
	font-family: times new roman;
}
fieldset#etape4 div.ressource div.liste_tableaux table td.fiche ul {
	list-style-type: circle ;
	padding: 0;
	margin: 0;
}
fieldset#etape4 div.ressource div.liste_tableaux table td.fiche ul li {
 margin-left: 25px;
}
fieldset#etape4 div.ressource div.liste_tableaux table td.fiche div.nom {
	font-size:17px;
	text-align:center;
	font-weight:bold;
}

fieldset#etape4 div.ressource div.liste_tableaux table td.fiche div.description {
	font-size:13px;
	font-style:italic;
}

fieldset#etape4 div.ressource div.liste_tableaux table td.description div.niveau {
	font-style:italic;
	font-size:9px;
	font-family:verdana;
}

fieldset#etape4 div.ressource div.liste_tableaux table td.statistiques {
	width:80px;
	text-align:center;
	font-size:9px;
	letter-spacing:1px;
}
fieldset#etape4 div.ressource div.liste_tableaux table td.prix {
	width:40px;
	font-size:11px;
	text-align:center;
}
fieldset#etape4 div.ressource div.liste_tableaux table td.prix span {
	font-size:9px;
}

fieldset#etape4 div.ressource div.liste_tableaux table td.note {
	text-align:center;
	width:7px;
}
fieldset#etape4 div.ressource div.liste_tableaux table td.note img {
	cursor:pointer;
}
/****************************************************************/
/* 4. GALERIES */
/****************************************************************/
div.auteurs {
	padding-top:20px;
	padding-left:25px;
	width:200px;
	float:left;
	font-size:12px;
	font-family:verdana;
	color:#CFCFCF;
	line-height:18px;
}
/****************************************************************/
/* 5. RESSOURCE AFFICHAGE */
/****************************************************************/
fieldset.etape div.ressource_unique {
	margin:auto;
	text-align:center;
	width:90px;
}

fieldset.etape table#ressource  {
	margin:auto;
}

fieldset.etape table#ressource td.ressource_unique {
	padding:20px;
}

fieldset#etape1 table#ressource td.ressource_unique div.image {
	height:190px;
	width:200px;
	border:1px dashed #CFCFCF;
	background-image:url('fond_90_90.gif');
	display: table-cell;
	vertical-align: middle;
}

fieldset.etape div.auteur  {
	margin:15px;
	font-family:verdana;
	font-size:11px;
	font-style:italic;
	color:#BABABA;
}

fieldset.etape div.points {
	margin:10px;
	color:#FF8000;
	font-family:helvetica;
	font-size:18px;
	font-weight:bold;
	letter-spacing:3px;
}

fieldset.etape div.points span.deja {
	color:#E0E0E0;
	font-family:verdana;
	font-size:13px;
	font-style:italic;
	letter-spacing:2px;
}

fieldset.commentaires {
	border:0px;
	border:2px solid #D4D4D4;
	-moz-border-radius:15px;
	margin:20px 0 30px 0;
	font-family:verdana;
	font-size:12px;
	color:#919191;
}

fieldset.commentaires legend {
	font-size:18px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	color: #FF6600
}

fieldset.commentaire {
	border:2px solid #D4D4D4;
	-moz-border-radius:15px;
	margin:20px 0 30px 0;font-size:11px;
	font-family:verdana;
}

fieldset.commentaire_ecrire legend {
	font-size:18px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	color: #FF6600
}

div.bubble {
	width: auto;
	margin-bottom: 24px;font-size:11px;
	font-family:verdana;
	text-align:left;

}

div.bubble div.commentaire {
	-moz-border-radius:10px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
	margin: 10px 10px 0px 10px;
	padding: 10px;
	color : #333;
	font-size:13px;
	font-family:verdana;
}

div.bubble div.admin {
	border: 1px solid #9FBCFF;
	background-color: #F1F1FF;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 45px;
	top: 6px;
	background: transparent url(tip.gif) no-repeat 55px 0;
}

div.bubble cite.admin {
	background: transparent url(tip2.gif) no-repeat 55px 0;
}

/****************************************************************/
/* 7. AJOUTER RESSOURCE */
/****************************************************************/
fieldset.ajouter {
	border:2px solid #D4D4D4;
	-moz-border-radius:15px;
	margin:20px 0 30px 0;
	font-family:verdana;
	font-size:13px;
	text-align:justify;
	color:#3D3D3D;
	padding:20px;
	background-image:url(bg4.gif);
	background-repeat:no-repeat;
	background-position: bottom right;
}

fieldset.ajouter legend {
	font-size:18px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	color: #FF8000
}


fieldset.ajouter div.icone {
	height:180px;
	padding:15px;
	width:95px;
	margin:auto;
}
fieldset.ajouter div.icone div.image {
	height:90px;
	width:90px;
	border:1px dashed #CFCFCF;
	background-color:#FFFFFF;
	display: table-cell;
	vertical-align: middle;
}




div.row {
	border-top: 2px solid #E4E4E4;
	margin-top:10px;
	width:700px;
	margin:auto;
}

div.label {
	float				: left;
	width				: 120px;
	font-weight: bold;
	padding-top: 7px;
}

div.input {
	float				: left;
	margin-left : 6px;
	padding-top: 4px;
}
div.row div.info {
	font-size:10px;
	width				:150px;
	font-style: italic;
	font-weight:normal;
	float				: left;
	padding-top: 4px;
	padding-left:10px;
	color:#595959  ;
}

div.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 0pt;
	line-height: 0pt;
	height: 1px;
}


form {
	padding: 0px;
	margin: auto;
}
input.field, textarea, select {
	width:350px;
	font-family: Verdana, sans-serif;
	border: 1px solid #E3E3E3;
	border-left: 3px solid #E3E3E3;
	padding: 2px;	font-size: 11px;
}
textarea:focus {
	border-color: #A3A3A3;
}
input {
	background : #ffffff url(input-blanc.gif) repeat-x 0 100%;
	letter-spacing:1px;
	padding:2px;
	border: solid 1px #848484;
	color:#6C6754;
	font-size: 11px;
	margin:1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #545454;
}

input.button {
	border: 1px solid #eeeeee;
	background : #ffffff url(input-blanc.gif) repeat-x 0 100%;
	padding: 2px;
	font-size: 11px;;
	font-weight: bold;
	font-family: verdana;
	color:#545454;
}
input:focus {
	background : #ffffff url(input-or.gif) repeat-x 0 100%;
	}

input.button:hover, input.button:focus, input.sbutton:hover, input.sbutton:focus {
	background : #ffffff url(input-or.gif) repeat-x 0 100%;
}


fieldset.erreur {
	border:2px solid #D4D4D4;
	-moz-border-radius:15px;
	margin:20px 0 30px 0;
	font-family:verdana;
	font-size:13px;
}

fieldset.erreur legend {
	font-size:18px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	color: #FF3D3D
}
/****************************************************************/
/* 7. PROFIL */
/****************************************************************/

fieldset.profil {
	border:0px;
	border:2px solid #D4D4D4;
	-moz-border-radius:15px;
	margin:20px 0 30px 0;
	text-align:left;
	font-family:verdana;
	font-size:13px;
	padding:20px;
	color:#545454;
}

fieldset.profil legend {
	font-size:18px;
	font-family:"Trebuchet MS";
	font-weight:bold;
	color: #FF3366
}

/****************************************************************/
/* 8. ???? */
/****************************************************************/
div.formulaire {
	font-size:11px;
	font-family:verdana;
	text-align:left;
}

div.r {
	background-color:#FFE5E5
}
fieldset.admin table.ressource {
	margin:auto;
}

fieldset.admin table.ressource td {
	vertical-align:top;
}


fieldset.admin table.ressource div.icone {
	float:left;
	height:120px;
	padding:15px
}
fieldset.admin table.ressource div.icone div.image {
	height:90px;
	width:90px;
	border:1px dashed #CFCFCF;
	background-image:url('fond_90_90.gif');
	display: table-cell;
	vertical-align: middle;
}

fieldset.admin table.ressource div.avatar {
	float:left;
	padding:18px 20px 0 20px;
}
fieldset.admin table.ressource div.avatar div.image {
	height:74px;
	width:60px;
	margin:auto;
	border:1px dashed #CFCFCF;
	background-image:url('fond.gif');
	position:relative;
}
fieldset.admin table.ressource div.avatar div.image img {
	position:absolute;
	left:0px;
}