/* Ce fichier définit le style visuel pour les différents éléments du blog.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - les éléments HTML en général
 * - la page
 * - l'entête
 * - le prélude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est défini dans le fichier layout.css
 * Pour mettre la barre de navigation à gauche, décommentez l'appel à 
 * layout-gauche.css
 */

@import "layout.css";
@import "layout-gauche.css";
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #EEE;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-family: Trebuchet MS;
	border-top: 5px solid #DDD;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 1.9em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea, select{
	border: 1px solid #999;
	font-family: Verdana;
	font-size: 1em;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

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

a:visited{
	/* color: #663; */
	color : black;
}

a:hover{
	color: #636;
	text-decoration: underline /* overline */ ;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

.dropdown{
    font-family: Verdana;
}

/* Yohan 
************************************************ */

table {
	background-color: #DCDCDC;
	font-family: Verdana;
	font-family: Trebuchet MS;
	font-size: 10px;
	border: 0;
	width: 95%;
}

.public {
	background-color: #DCDCDC;
	border: 0;
	font-size: 14px;
	/* font: bold;*/
}

.public_small {
	background-color: #DCDCDC;
	border: 0;
	font-size: 12px;
	/* font: bold;*/
}

th {
	background-color: white;
	text-align: left;
	font: bold;
	color: #577DD7;
}

th a {
    text-decoration: underline;
    color: #577DD7;
}

th a:visited {
    text-decoration: underline;
    color: #577DD7;
}

td {
	background-color: White;
}

tr#late {
	color: red;
	font: bold;
}

tr#late a {
	color: red;
}

.tdbold {
	background-color: White;
	font: bold;
}

.addfile {
	padding-left: 8px;
	background: #EEE url(clip_1.gif) no-repeat 4px center;
}

.selectdate {
	padding-left: 25px;
	background: url(calendar.gif) no-repeat 4px center;
}

.filepicto {
	vertical-align:text-bottom;
	margin: 2;
}

.y_post_title{
	color: #ff9900;
	font: bold;
}

#sidebar form{
	margin: 4;
}

ul#puce_ok {
	margin: 0;
	padding: 0;
	line-height: 1.4em ;
	list-style-image: url(../../public/images/puce_ok.gif);
	list-style-position: inside;
}

#news_form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: Trebuchet MS;
	font-size: 1.1em;
	background-color: #FFFFCC;
	background-position: center;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 5px;
	line-height: 10px;
}

#news_form form{
    margin: 0;
    padding: 0;
}

#try_free {
    border: 1px solid #CCCCCC;
    background-color: #FFFFCC;
   	font-family: Trebuchet MS;
	font-size: 0.8em;
	text-align: center;
}

#try_free a{
	font-size: 1.5em;
	font-color: blue;
}

/* Fin Yohan 
************************************************ */

/* La page
-------------------------------------------------------- */
#page{
	background: #fff url(page3.png) repeat-y center top;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 120px;
	/*padding-top: 20px;*/
	background: #FFF url(top6.png) no-repeat left top;
}

#top_public{
	height: 120px;
	/*padding-top: 20px;*/
	background: #FFF url(top6.png) no-repeat left top;
}

#top h1{
	height: 80px;
	line-height: 80px;
	margin: 20 0 0 40px;
	padding-top: 10px;
	color: #FFFFFF;
}

#top h1 a{
	text-decoration: none;
	color: #FFFFFF;
}

#top_public h1{
	height: 80px;
	line-height: 80px;
	margin: 25 0 0 40px;
	padding-top: 10px;
	color: #FFFFFF;
}

#top_public h1 a{
	text-decoration: none;
	color: #FFFFFF;
}

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #FFFFFF;
	text-align: center;
}

#prelude_public{
	background: transparent;
	color: #FFFFFF;
	text-align: center;
}

#prelude a{
	color: #FFFFFF;
	background: transparent;
}

#prelude a:hover{
	color: #FFFFFF;
	background: transparent;
}

/* ****************** Permet d'afficher les boites de sous-menu dans chaque page */
#prelude ul {
    margin:0px;
	padding: 5px;
	list-style-type: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#prelude li {
	float:left;
	margin: 0 0 0 2px;
}

#prelude a {
	display: block;
	width: 110px;
	margin: 0 1px;
	color: black;
	text-decoration: none;
	text-align: center;
	color: white;
	font-size: 11px;
	font: bold;
}

#prelude a:hover {
	background: #3484D7;
	border: 1px solid #A1C6EB;
}

/* ****************** Permet d'afficher les boites de sous-menu dans chaque page */
#prelude_public ul {
    margin:0px;
	padding: 5px;
	list-style-type: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#prelude_public li {
	float:left;
	margin: 0 0 0 2px;
	list-style-type: none;
}

#prelude_public a {
	display: block;
	width: 140px;
	margin: 0 1px;
	color: black;
	text-decoration: none;
	text-align: center;
	color: white;
	font-size: 11px;
	font: bold;
	list-style-type: none;
}

#prelude_public a:hover {
	background: #3484D7;
	border: 1px solid #A1C6EB;
	list-style-type: none;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	color: inherit;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2, #sidebar h3{
	color: #577DD7;
	margin: 0 0 1ex 0;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 1em;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 18px;
	background: #fff url(q.png) no-repeat 4px center;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 1em;
	border-top: 1px solid #CCC;
	background: #EEE;
	color: #666;
}

#footer a{
	color: #999;
}
