/* Ce fichier définit le style visuel pour les différents éléments du site.
 *
 * L'agengement des blocs est défini dans le fichier layout.css
 */

@import "layout.css";
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #e1e1e1;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 1.5em;}
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;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}
/* Le conteneur global
-------------------------------------------------------- */
#global1{
	background: #fff url(http://www.gerelec.fr/images/fond.jpg) no-repeat fixed center;
	border:1px solid gray;
}
#global2{
	background:transparent url(http://www.gerelec.fr/images/fondmenu.jpg) no-repeat 15px 463px;
}

/* La page
-------------------------------------------------------- */
#page{	
	color: inherit;
}

/*Bloc main
---------------------------------------------------------*/
#main{
	text-align:center;
	margin-bottom:2em;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 125px;
	position:relative;
	background: #fff url(http://www.gerelec.fr/images/spacer.gif) no-repeat right top;
}


/* Le menu Gerelec
-------------------------------------------------------- */
#menu a 
{
	display:block;
	border-bottom:7px solid #ADDBF7;
	border-top:1px dotted #CCCCCC;
	width:150px;
	height:40px;	
	margin:auto 0px;
	font:bold 12px/40px Trebuchet MS,Tahoma;	
	text-align:center;
	text-decoration:none;
	color:gray;	
}

#menu a:hover,#menu #mselect
{
	border-bottom-color:#4AADEF;
	color:#F89400;
	background-image:url(http://www.gerelec.fr/images/fdlienmenu.gif);	
}


/* La barre de navigation
-------------------------------------------------------- */
#sidebar{
	border-bottom: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	color: inherit;
}

#sidebar h2 {
	margin: 0;
	font-weight:normal;
}

#sidebar div{
	padding:0 1em;
}
.post-title{
	color: #F90;
	background: transparent;
	margin-bottom: 0;
}

.post-title a{
	color: #F90;
	background: transparent;
	text-decoration: none;
}

.post-info{
	margin-top: 0;
	color: #FA0;
	background: transparent;
}

.post-info a{
	color: #FA0;
	background: transparent;
	text-decoration: none;
	border:none;
}
.post-info a:hover{
	text-decoration:underline;
}
.post-link{
	text-align:right;
	margin-top:1px;
}
.day-date{
	color: #888;
	font-size:10px;
	font-style: italic;
	text-align:right;
	margin:0;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	color: #000;
	background:#fff;
	text-align:center;
	border-top:1px dotted #ccc;
}