/* ------------------
Puissance-Zelda v7
Cette CSS gère les éléments additionnels de l'accueil.
--------------------*/

div.une {
	float: left;
	width: 130px;
	padding-bottom: 5px;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	text-align: center;
	background: #deedf3;
	color: #000;
	margin-bottom: 20px;
}

div.une img {
	border: 0;
}

div.une a {
	font-family: 'Trebuchet MS';
	font-size: 14px;
	font-weight: bold;
	color: #215e8b;
	text-decoration: none;
}

div.une a:hover {
	text-decoration: underline;
}

div#accueilTwitter {
	color: #fff;
	background: #215e8b;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}

div#accueilTwitter a {
	color: #fff;
}

div#accueilTwitter p,div#accueilTwitter ul {
	margin: 0;
	padding: 0;
}

#twitter ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 20px;
}

#twitter p {
	line-height: 15px;
}

div.accueilNews {
	background: #deedf3;
	padding: 10px;
	margin-bottom: 20px;
}

div.accueilNews h2 {
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #000;
	display: inline;
}

div.accueilNews h2 a {
	color: #215e8b;
	text-decoration:none;
}

div.accueilNews a {
	font-weight: bold;
}

div.accueilNews a:hover, div.accueilNews h2 a:hover {
	text-decoration: underline;
}

div#accueilNews {
	background: url(/design/img/accueil/news.jpg);
	width: 279px;
	height: 511px;
	float: right;
	margin-top: -40px;
	padding-top: 135px;
	padding-left: 30px;
	padding-right: 20px;
}	

div#accueilNews h2 {
	margin-top: 15px;
	margin-bottom: 0;
	font-family: Georgia;
	font-size: 15px;
	font-weight: normal;
	color: #000;
	clear: left;
}

div#accueilNews .visuel {
	float: left;
	margin-right: 10px;
	text-align: center;
	width: 40px;
	font-size: 10px;
	font-family: Verdana;
}	

div#accueilNews .visuel img {
	border: none;
}	

div#accueilNews a {
	color: #000;
	text-decoration: none;
}	

div#accueilNews a:hover {
	color: #000;
	text-decoration: underline;
}

div#accueilNews p {
	line-height: 14px;
}


div#accueilDessin, div#accueilStrip {
	margin-top: 10px;
	margin-left: 20px;
	width: 150px;
	padding: 0;
	text-align: center;
}


div#accueilStrip {
	margin-top: 30px;
}


div#accueilDessin img, div#accueilStrip img {
	margin-bottom: 10px;
}

div.accueilSondage {
	margin-top: 10px;
	padding: 10px;
	width: 220px;
	line-height: 14px;
	border-right: #215e8b 1px dotted;
	border-bottom: #215e8b 1px dotted;
	background: #deedf3;
}

div#accueilAgenda, div#accueilTrivia {
	margin-bottom: 20px;
	margin-top: 20px;
	border: #ccc 1px solid;
	font-family: Verdana;
	padding: 0;
}

div#accueilAgenda {
	background: url(/design/img/accueil/agenda-bg.png) repeat-x top left #eee;
	width: 150px;
	margin-left: 20px;
	font-size: 10px;
}

div#accueilTrivia {
	background: url(/design/img/accueil/trivia-bg.png) repeat-x top left #f6dc8d;
	width: 240px;
	font-size: 11px;
}

div#accueilAgenda h2, div#accueilTrivia h2 {
	text-align: center;
	color: #fff;
	font-size: 13px;
	padding: 4px;
	font-weight: bold;
	margin-top: 0;
}

div#accueilAgenda h2 {
	background: url(/design/img/accueil/agendaTitre-bg.png) repeat-x top left #ad3333;
}

div#accueilTrivia h2 {
	background: #333;
}

div#accueilAgenda p {
	padding: 5px;
}

div#accueilTrivia p {
	padding: 5px 10px;
}

ul#accueilFiches {
	font-family: Verdana;
	font-size: 11px;
	float: left;
	width: 130px;
	margin-top: 0;
	margin-left: 30px;
	border: #215e8b 1px solid;
	border-bottom: none;
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	text-align: center;
}

ul#accueilFiches li {
	background: #fff;
	color: #fff;
	text-align: center;
	border-bottom: #215e8b 1px solid;
	padding: 3px;
}


ul#accueilFiches li.alt {
	background: #deedf3;
}

ul#accueilFiches li.titre {
	font-family: 'Trebuchet MS';
	font-size: 13px;
	background: #215e8b;
	color: #fff;
	height: 25px;
}

ul#accueilFiches li.titre a {
	color: #fff;
	text-decoration: none;
}

ul#accueilFiches li.titre a:hover {
	text-decoration: underline;
}

ul#accueilFiches li.titre img {
	vertical-align: middle;
}

ul#accueilFiches a {
	text-decoration: none;
}

ul#accueilFiches a:hover {
	text-decoration: underline;
}


