﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#E4E0BA;
}
#container {
	border-right: 2px solid #b7b7b7;
	border-bottom: 2px solid #484848;
	border-left: 2px solid #b7b7b7;
	background-color: #E4E0BA;
	width:980px;
}
#masthead {
	text-align: right;
	background-color: #E4E0BA;
	width:980px;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #113962;
	width:930px;
	text-align:center
}
html>body #navigation {
	overflow: hidden;
	background-color: #113962;
	width:980px;
	text-align:center
}
#column_center {
	width: 850px;
	padding: 15px;
	background-color: #E4E0BA;
}
html>body #column_center {
	width: 850px;
	padding: 15px;
	background-color: #E4E0BA;
}

#column_l {
	width: 780px;
	padding: 15px;
	background-color: #E4E0BA;
}
html>body #column_l {
	width: 780px;
	padding: 15px;
	background-color: #E4E0BA;
}
#column_r {
	width: 150px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 150px;
	padding: 15px 10px;
	background-color: #fff;
}
#column_l_rubrique {
	width: 400px;
	padding: 15px;
	background-color: #E4E0BA;
	float:right
}
html>body #column_l_rubrique {
	width: 400px;
	padding: 15px;
	background-color: #E4E0BA;
	float:right
}
#column_r_rubrique {
	width: 450px;
	padding: 10px 10px;
	background-color: #E4E0BA;
}
html>body #column_r_rubrique {
	width: 450px;
	padding: 10px 10px;
	background-color: #E4E0BA;
}

#content {
	background-color: #E4E0BA;
}
#footer {
	text-align: center;
	width:100%;
	padding-bottom: 8px;
	padding-top: 10px;
	background-color:#113962;
}
html>body #footer {
	text-align: center;
	width:100%;
	padding-bottom: 8px;
	padding-top: 10px;
	background-color:#113962;
}
/* Titre */
#masthead h1 {
	color: #8b0000;
	font-family:"Goudy Old Style", "Book Antiqua",  Garamond, Verdana, arial, sans serif;
	font-size : x-large;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #000;
	font-family: arial, sans serif;
	font-size : medium;
	margin-top: 0;
	margin-right: 1em;
}

#masthead img {
	padding : 0px;
	margin:0px;
}

/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	color: #fff;	
	display: block;
	padding: 3px;
	background-color: #113962;
}
#navigation a {
	font-weight: bold;
	font-size:10pt;
	font-family:verdana,arial,sans-serif;
	text-decoration: none;
	color: #fff;	
	display: block;
	padding: 5px;
	background-color: #113962;
}
#navigation a:hover {
	font-weight: bold;
	font-size:10pt;
	font-family:verdana,arial,sans-serif;
	text-decoration: none;
	color: #fff;
	background-color: #8b0000;
}
/* Colonne de droite */
#column_r img {
	border: 1px solid #808080;
}

#footer a {
	color:#FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color:#fa3;
	text-decoration: none;
}


/* Typographie du site */


h1 {
	font-size: xx-large;	
	color: #800;
}
h2 {
	font-size: x-large;
	color: #700;
}
h3 {
	font-size: large;
	color: #600;
}
h4 {
	font-size: medium;
	color: #500;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Pied de page */
#footer p {
	font-size: small;
	color: #ffffff;
}
/* Liens */
a {
	color: #8b0000;
	text-decoration: none;
}
a:hover {
	color: #fa3;
	text-decoration: none;
}
a.more {
	color:#0033CC;
	background-color:#FFCC66;
	text-decoration: none;
}
a.more:hover {
	color:#ff0000;
	text-decoration: none;
	background-color:#FFCC66;
}
/* Styles complémentaires */

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
img.spip_logos {
	float:left;
	padding-right:10px;
}
img {
	padding-right:10px;
}
