/***************
*Copyright (C) 2005-2007
*Auteurs: Rémy Coutable
*Site web officiel: *none*
*Contact: remy.coutable@laposte.net
*
*Fichier: black.css
*
***************/

/*@import url("lettrines_black.css");
*/
/*************
* On ne gère que les couleurs ici!
**************/

/* Elements de base */
body {
	color: #C30;
	background-color: #000;
}

a:link, a:visited {
	color: #C20;
	background-color: transparent;
}

a:hover {
	color: #999;
	background-color: transparent;
}

a:active {
	color: #DDD;
	background-color: transparent;
}

hr {
	color: #C30;
	border: thin dotted  #C30;
	background-color: transparent;
}

h1 {
	color: #C30;
	background-color: transparent;
}

h2 {
	color: #F30;
	background-color: transparent;
}

input {
	color: #FFF;
	border-bottom: thin dashed #666;
	background-color: transparent;
}

input:hover {
	color: #C30;
	border-color: #AAA;
	background-color: transparent;
}

input:focus {
	color: #C30;
	border-color: #DDD;
	background-color: transparent;
}

textarea {
	color: #C30;
	border: thin dashed #666;
	background-color: transparent;
}

textarea:hover {
	color: #FFF;
	border-color: #AAA;
	background-color: transparent;
}

textarea:focus {
	color: #FFF;
	border-color: #DDD;
	background-color: transparent;
}

.faux-textarea {
	color: #FFF;
	border: thin dashed #666;
	background-color: transparent;
}

.faux-textarea:hover {
	color: #C30;
	border-color: #AAA;
	background-color: transparent;
}

.faux-textarea:focus {
	color: #C30;
	border-color: #DDD;
	background-color: transparent;
}

.envoyer {
	color: #FFF;
	border: thin solid #666;
	background-color: transparent;
}

.envoyer:hover {
	color: #C30;
	border-color: #AAA;
	background-color: transparent;
}

.envoyer:focus {
	color: #C30;
	border-color: #DDD;
	background-color: transparent;
}

.underline{
	text-decoration: underline;	
}

.tableSolid {
	border: thin solid #C30;
}

.tdSolid {
	border: thin solid #666;
}

/*Divs de mise en pages*/
#contentheader_up {
	background: transparent url("img/hdk_header_up.jpg") no-repeat top center;
}  
#contentheader_down {
/*	background: transparent url("img/hdk_header_down.jpg") no-repeat top center;
*/}

#contentmenu {
	/*background: transparent url("img/menu_hdk.jpg") no-repeat top center;*/
}

#contenttitle {
/*	background: transparent url("img/title_hdk.jpg") no-repeat top center;
*/}

#contentcenter {
	background: transparent url("img/content_hdk.jpg") repeat-y top center;
}

#contentfooter {
	background: transparent url("img/footer_hdk.jpg") no-repeat top center;
}

#contentfootercontent a:hover {
	color: #C30;
	background-color: transparent;
}
#contentfootercontent a:active {
	color: #C30;
	background-color: transparent;
}
#contentfootercontent a:visited {
	color: #C30;
	background-color: transparent;
}

/*Boite pointillée pour commentaires et news(par exemple)*/
.box {
	border-color: #555;
}

#pagination {
	text-align: center;
}

#pagination #page_actuelle {
	color: #CCC;
}

#pagination a {
	display: inline;
	text-decoration: none;
}

#pagination a#prev {
	display: inline;
	text-decoration: none;
}

#pagination #pages {
	display: inline;
	text-decoration: none;
}

#pagination a#next {
	display: inline;
	text-decoration: none;
}

/*Jour dans les news*/
p.mois_annee_heure_news {
	color: #999;
} 

.jour_news, .heure_news {
	color: #999;
}
.annee_news, .mois_news {
}

.box p:first-letter {
	border: 0;
	background-color: transparent;
}

/*Style de l'entete des commentaires: En gris*/
.enteteComm {
	color: #CCC;
	background-color: transparent;
}

/*Style de lien dans l'entete des commentaires: En gris*/
.enteteComm a:link {
	color: #CCC;
	background-color: transparent;
}

/*Style de lien survolés dans l'entete des commentaires: En rouge*/
.enteteComm a:hover {
	color: #F30;
	background-color: transparent;
}

.list li span:hover,.list li span.hover {
	color: #C30;
	background-color: transparent;
}

.fond_contact {
	background: transparent url("img/fond_contact.jpg") no-repeat center right;
}

.fond_liens {
	background: transparent url("img/fond_liens.jpg") no-repeat center right;
}

.fond_guestbook {
	background: transparent url("img/fond_guestbook.jpg") no-repeat center right;
}      


.gris {
	color: #CCC;
	background-color: transparent;
}      
