/*********************************************************************
**	Date :		2.10.2007
**	Auteur :		Gabriel Schlozer
**	Lieu :			ETML, Lausanne
**	But :			Feuille de styles CSS
*********************************************************************/
html{
	background: #222;
	font-family: comic sans ms,arial;
	font-size: 12px;
	color: #F6E0C7;
}
img{
	border:none;
	vertical-align: middle;
}

input, textarea, select{
	font-family: verdana;
	font-size: 9px;
	background-color: #333;
	border: 1px solid #444;
	color: #CCC;
}

a{color: #E8B477; text-decoration: none;}
a:hover{color: #ECC291;}

h1{
	/*text-align: center;*/
	/*font-family: times new roman;*/
	margin: 0px;
	margin-bottom: 40px;
	font-size: 24px;
	font-family: arial;
	color: #CA6D48;
}
h2{
	color: #DC9A4C;
	font-size: 14px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 150px;
	border-bottom: 1px solid;
	font-family: arial;
	/*color: #CA6D48;*/
}
h3{
	color: #888;
	font-size: 12px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-decoration: underline;
	color: #CA6D48;
}
hr{
	border: 0px;
	border-top: 1px dotted #E19F50;
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}


.btn{
	background-color: #555;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
.btn:active{
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
}


.information{
	color: #DC9A4C;
	text-align: right;
}

/* le rapport (résumé final en une ligne, phrase de cloture) */
.report_abstract{
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
/* tous les boutons/liens d'administration */
.admin{
}

/* les champs destinés à recevoir un texte dans le genre description, commentaires */
.description{
	border: 1px dashed #555;
	padding: 5px;
	background: #151515;
}

.firstLetter:first-letter{
	font-size: 18px;
	font-weight: bold;
	color: #DC9A4C;
	text-transform: uppercase;
}


/* La sélection des catégories
************************************************************************/
.selectCategory{
	margin: auto;
	margin-top: 30px;
}
.selectCategory .td_comments{
	width: 200px;
	vertical-align: top;
}
.selectCategory .td_comments a{
	color: #444;
	display: block;
}
.selectCategory .td_comments a:hover{
	color: #555;
	text-decoration: underline;
}
.selectCategory .link{
	display: block;
	text-align: center;
}
.selectCategory .cat_name{
	font-size: 16px;
	padding-top: 20px;
}
.selectCategory .cat_separator{
	width: 50px;
}

/* Les formulaires
************************************************************************/
.formulaire{
	width: 100%;
}
.formulaire textarea{
	width: 100%;
}
.formulaire .titleInput{
	width: 130px;
}
.formulaire .submitBtnsArea{
	text-align: right;
	padding-top: 15px;
	padding-bottom: 10px;
}

/* Les focusZone (ne changer que les couleurs)
************************************************************************/
.focusZone_hidden{ display: none; }
.focusZone_showed{
	width: 250px;
	position: absolute;
	border: 1px solid #BBB;
	color: #757575;
	background-color: #f7f7f7;
	padding: 3px;
	padding-right: 30px;
	font-family: verdana;
	font-size: 9px;
	
	/* transparence IE/Firefox */
    filter: alpha(opacity=60); /* opacité sous Internet Explorer */
    -moz-opacity: 0.60; /* opacité sous NETSCAPE */
    opacity: 0.60; /* opacité sous Firefox */
}
.focusZone_showed .title{
	font-weight: bold;
	color: #656565;
}


/* Les zones de texte
************************************************************************/
.textzone{
	text-align: center;
}
.textzone textarea{
	width: 100%;
	height: 400px;
}


