/* ***** BEGIN LICENSE BLOCK *****
 * This is minisuisse-book. 
 * Copyright (c) 2006 Laurence Jacquet and contributors. All rights
 * reserved.
 *
 * Minisuisse-book is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * Minisuisse-book is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with minisuisse-book ; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * ***** END LICENSE BLOCK *****
 */
 body{
	background-color: #b5cfff;
	text-align: center;
}

h1{
	margin: 0;
	font-size: 1.3em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float:left;
	color: #10377d;
}
h1 a{
	text-decoration:none;
	color: #10377d;
}
a{
	color: #10377d;
}
h2{
	margin:  0 0 2px 0;
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #10377d;
}
h3{
	margin:  0 0 2px 0;
	font-size: 0.9em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #10377d;
}
form, fieldset{
	margin:0;
	padding:0;
	border:0;
}
fieldset label{
	font-size: 0.8em;
}
.spacer {
	clear: both;
}

#page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 780px;
	border: 1px solid #769de3;
	background-color: #FFF;
	margin : 10px auto;
	text-align : justify;
}


#banniere{
	background-color: #eef4ff;
	border-bottom: 1px solid #769de3;
	padding: 10px;
	color:#333333;
}

#recherche{
	text-align:right;
}

#navigation{
	width: 180px;
	border-bottom: 1px solid #769de3;
	border-left: 1px solid #769de3;
	float: right;
	padding: 10px;
	margin-bottom : 10px;
}


#navigation ul{
	margin : 0 0 5px 0;
	padding : 0;
	list-style-type: none;
	
}
#navigation li{
	margin : 0px;
	padding : 2px 0 0 10px;
	font-size: 0.8em;
}

#contenu{
	margin-right : 200px;
}	

.desc{
	font-size: 0.8em;	
}
.texte{
	font-size: 0.8em;
	margin: 10px;
}
.texte h2{
	font-size: 1.3em;
}
.texte h3{
	font-size: 1.1em;
	padding-top:20px;
}
.texte .highlight{
	background-color: #FFFF99;
	font-weight: bold;
	text-decoration: underline;
}
.actu, .projet{
	margin: 10px;
	padding:  5px;
	border: 1px solid #b5cfff;
}
.projet{
	background-color: #eef4ff;
}

.info {
	font-size: 0.7em;
}

.post{
	font-size: 0.8em;
}

.post p{
	margin : 4px 0 6px 0;

}
.pagination{
	font-size: 0.8em;
	text-align:center;
	padding: 15px 0;
}

