@charset "utf-8";
/* CSS Fous d'Anim version 7.0
   réalisée par cé
   contact@fousdanim.org 
   
   page defidefous */

/* marges et fond de page */
body {
	background-color:#691397;
	margin:0;
 }
 
@font-face{ /* typo pour les titres */
    font-family : "fousdani_slab";
    src : url('../fousdani_slab.ttf');
}
/* declaration des contenants généraux */
#page_generale {
	background-color:#FFF;
	width:960px;
	font:12px/1.3 Georgia, "Times New Roman", Times, serif;
	color:#000;
	margin-left:auto;
	margin-right:auto;
}

/* barre de menu superieure, les classes amènent l'interaction */
#gros_menu {width:960px;height:190px; background-color:#E9F4C9;}
#gros_menu a {display:block; width:240px;height:190px;}
#gros_menu img{	border:0;}
.gm_actif {background-color:#691397;}
.gm_second {background-color:#CFE789;}
.gm_tierce {background-color:#DFEFAE;}
.gm_quarte {background-color:#E9F4C9;}
.gm_tierce:hover:after { z-index:5;margin:0;content:'';display:block;width:24px;height:10px;background: url(../images_interface/fleche_bas_vert1.png); position:relative ; left:116px; }
.gm_tierce, .gm_quarte, .gm_second, .gm_actif {	width:240px;	height:190px;	float:left;}
.gm_actif {background-image:url(../images_interface/defis_roll_blanc_alpha.png);background-position: bottom center;}
.gm_second {background-image:url(../images_interface/festivals_roll_blanc_alpha.png);}
.gm_tierce {background-image:url(../images_interface/forum_roll_blanc_alpha.png);}
.gm_quarte {background-image:url(../images_interface/fousdanim_roll_blanc_alpha.png);}
.gm_second:hover, .gm_tierce:hover, .gm_quarte:hover {background-color:#b7db4c; background-position: bottom center;}
.gm_actif:hover {background-position: top center;}
/*.gm_second:hover:after, .gm_quarte:hover:after { z-index:5;
	margin:0;content:'';display:block;width:24px;height:10px;background: url(../images_interface/fleche_bas_vert1.png); position:relative ; left:116px;
}*/


/* menu secondaire avec le forum et le dernier défidéfous */
#ligne_secondaire { /* contenant principal */
	width: 960px;
	height: 120px;
}
#welcome { 	width: 460px;
	float:left;
	padding:10px;
	line-height:1.2em;
	color:#691397;
	font-style:italic;
	background-color:#fff;float:left;}

#welcome a:link, #welcome a:visited { font-style:italic;text-decoration:none; color:#000; border-bottom:1px dotted #000;}
#welcome a:hover, #welcome a:active {border-bottom:0;}

#forum_reprise { /* reprise des titres des derniers posts du forum */
	height: 120px;
	background-color:#DFEFAE;
	width:475px;
	padding:0 5px 5px 0;
	margin:0;
	float:left;
}
#forum_reprise img {margin-right:2px;}
#forum_reprise ul {padding-left:20px}
#forum_reprise li{ /* tronquer les titres des posts du forum s'ils dépassent*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:1em;
	font-style:italic;
	line-height:17px;
	color:#769606;
}
#forum_reprise strong {font-style:normal; font-weight:normal}
.forum_lien:link , .forum_lien:visited, .forum_lien:active  {
	color: #500e73;
	text-decoration:none;
	border-bottom:1px dotted #691397;
	font-style: normal;
}
.forum_lien:hover {
	border-bottom:1px solid;
	color:#000;
}
/************ styles du contenu *****************/
#contenu_contenu {float:left;  padding:35px 0;}
#interface {clear:both; width:960px;}
#interface p {padding:10px}
#interface h1 a:link, #interface h1 a:visited {text-decoration:none; color:#691397;}
#interface h1 a:hover, #interface h1 a:active {color:#500e73;}
.violet_rollover {padding:10px}
.violet_rollover:hover {background-color:#f0e7f5;}
#interface img {margin:5px 5px 5px 0}
#interface p a:link, #interface p a:visited {	
	text-decoration:none;
	color:#691397;
	border-bottom:1px dotted #691397;
	background-image:url(../images_interface/fleche_lien.png);
	background-position: 0px 2px;
	background-repeat:no-repeat;
	padding-left:12px;
}
#interface p a:hover, #interface p a:active {
	border-bottom:1px solid #c3a1d5;
	background-image:url(../images_interface/fleche_lien_hover.png);
}
#creation {width:680px;padding:20px;}
#creation h3 {color:#769606; font-style:italic; font-size:14px; margin:10px 0 5px 0; padding:0;}


.defidefous_contenant {float:left;width:240px; margin-bottom:15px;}
.defidefous {  /*vignette défidéfous */
	width:240px;
	height:180px;
}

.defidefous_info { /* informations au rollover */
color:#691397;	width:220px; height:160px;padding:10px; font-size:1em;text-overflow: ellipsis; line-height:1.4em}
.defidefous_info h1 { word-wrap: break-word;letter-spacing:-0.08em; line-height:0.8em;margin:5px 0;color:#691397; font-family:"fousdani_slab", serif; text-transform:uppercase; font-size:2em; letter-spacing:-0.02em}
.defidefous_info h2 { margin:0 0 6px 0;color: #769606; font-family: Georgia, "Times New Roman", Times, serif; font-size:1.5em; font-style: italic; font-weight: bold;letter-spacing:-0.06em}
.defidefous_info h3 { margin:0 0 2px 0;color: #769606; font-size:0.85em; font-style: normal; font-weight: normal}
.defidefous_info a:link, .defidefous_info a:visited { color:#691397;text-decoration:none; border-bottom:dotted 1px #691397}
.defidefous_info a:hover, .defidefous_info a:active { border-bottom:solid 1px #c3a1d5;}


/******************** colonne outils ***********************/
#colonne_outils {
	overflow: hidden;
	width: 240px;
	float:left;
	font-style:italic; 
	text-overflow: ellipsis;
	background-color:#f0e7f5;
}
#colonne_outils h1 { /*font-family:"fousdani_slab", serif; text-transform:uppercase;*/letter-spacing:-0.08em; color:#cfe789; font-size:1.4em; line-height: 1.1em; margin:0 5px 0 0; font-weight:bold}
#colonne_outils h1:first-letter {text-transform:uppercase}
#colonne_outils img a { border:0}
#liens_outils {width:200px; color:#000; line-height:1.5em; font-size: 0.85em; padding : 20px 5px 0 20px;}
#liens_outils a { margin-right:4px;color:#691397;text-decoration:none; border-bottom:1px dotted #c3a1d5; background-image:url(../images_interface/fleche_lien.png);	background-position: 0px 2px;	background-repeat:no-repeat;	padding-left:12px; font-size:1.3em}
#liens_outils a:hover { border-bottom:1px solid #691397; background-image:url(../images_interface/fleche_lien_hover.png);	background-position: 0px 2px;	background-repeat:no-repeat;	padding-left:12px;}
#liens_outils h1 {margin:10px 0 4px -5px; font-size:1.35em; font-style:normal; letter-spacing:-0.04em; color:#000; font-weight:normal}

.lien_fleche_violet { padding-top:10px; margin:0; font-style:italic; text-align:left; background-color:#c3a1d5; font-size:1em; line-height:45px; color:#691397}
.lien_fleche_violet img {border:0;margin:0 10px 0 20px; vertical-align:middle}
.lien_fleche_violet::after {margin:0;content:'';display:block;width:24px;height:10px;background: url(../images_interface/fleche_bas_violet2.png); position:relative; top:10px ; left:116px; z-index:4;}

/******************** fin de page ****************************/
#footer {width:960px; height:340px; background-color:#b7db4c; color:#000;font-size:12px;line_height:13px; clear:both;}
#footer a:link, #footer a:visited{	text-decoration:none;
color:#000;
	border-bottom:1px dotted #000;
	background-image:url(../footer/fleche_lien_blck.png);
	background-position: 0px 1px;
	background-repeat:no-repeat;
	padding-left:12px;
}
#footer div {float:left; text-overflow:ellipsis;}
.footer_contenu {margin:20px 0 10px 0; width:220px; padding:0 10px;}
#footer a:hover, #footer a:active {
	border-bottom:0;
	background-image:url(../footer/fleche_lien_blck_hover.png);
}

.footer_ul {list-style:none; margin:0; padding:0;}
#footer li {padding:4px 0 0 0}



