/* #########################
 * Mise en page générale
 * Collectif Linux En Touraine
 * Le 17-01-2009
 * version 3.2
 * ######################### */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

#conteneur {
	width: 750px;
	margin: 20px auto;
	background: #fff;
	border: 2px solid #0094b9;
}

#entete {
	height: 150px;
}

#menu {
	height: 30px;
	background-color: #fff;
}


/* #########################
 * Styles pour le fond de page
 * #########################*/


body {
	background: #fff url('../images/deg_fond.png') repeat-x fixed;
}

/* #########################
 * Styles pour l'entete
 * #########################*/

#entete {
	border: #0094b9 solid;
	border-width: 0px 0px 10px 0px;
	height: 150px;
	background: #fff url('../images/bandeau.jpg') no-repeat 0px 0px;
	padding:0px;
}

#entete h1 {
	text-indent:-5000px;/* Cacher le texte */
}
/* #########################
 * Styles pour le menu
 * #########################*/

#menu {
	background: #fff url('../images/fond_menu.png') repeat-x;
}

#menu ul {
	list-style-type: none;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 0;
	padding-right: 0;
}

#menu  ul li {
	display: inline;
}

#menu a:link, #menu a:visited {
	color: #000000;
	padding: 5px 5px;
	margin: 0px;
	text-align: center;
	border: 1px solid gray;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: none;
	background-color: #e6e6e6;
}


/* #########################
 * Styles pour le texte principal
 * #########################*/

#contenu {
}

#contenu a:link, #contenu a:visited, #piedDePage a:link, #piedDePage a:visited {
	color: #0094b9;
	text-decoration: none;
}

#contenu a:hover, #piedDePage a:hover {
	background: #e6e6e6;
	text-decoration: none;
}

#texte {
	padding: 10px;
}

h1, h2, h3 {
	color: #004660;
}

img {
	border: 0px
}

#texte p {
	text-align: justify;
}

/* #########################
 * Styles pour le pied de page
 * #########################*/
#piedDePage {
	margin: auto auto;
	text-align: right;
	border: #0094b9 solid;
	border-width: 10px 0 0;
	background: #fff;
}
#piedDePage ul {
	text-align: center;
}

#piedDePage li {
	display: inline;
	text-align: center;
	margin: auto 8px;
}

.pied_image_d {
	height:40px;
}

.pied_image_g {
	float : left;
	height:31px;
}
