body {
	padding: 5px 0;
	color: #F0E39E;
	background: #20221A;
}
#global {
	width: 800px;
	margin: 0 auto;
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color: #A1B55D;
}

/* En-tête */
#entete {
	padding: 30px 0;
}
#entete h1 {
	margin: 0 0 25px 0;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	font-style: normal;
	text-shadow: 0 1px 4px black;
}
#entete p {
	margin: 0 25px;
	line-height: 1.4;
}

/* Navigation */
#navigation {
	padding: 10px 0 10px 5px;
	/*font-size: 1.1em;*/
	background:#F5F2C9;
}
#navigation a {
	color:#CC0033;
}
#navigation a:hover, #navigation a:focus {
	background: #000000;
}
#navigation ul {
	margin: 5px 0;
	text-align: center;
}
#navigation li {
	display: inline;
	margin: 0 5px 0 0;
}
#navigation a {
	padding: 5px;
	text-decoration: none;
}
#navigation .actuel a {
	color:#0099CC;
}

/* Navigation: page d'accueil */
#resume {
	zoom: 1;
	overflow: hidden;
	padding: 20px 0 5px 20px;
	color: #363B29;
	background: #CBD888 url(bg-1.png) repeat-x;
}
#resume a {
	color: #332510;
}
#resume a:hover, #resume a:focus {
	color: #6E5122;
	text-decoration: underline;
}
#resume ul {
	margin: 0;
	list-style: none;
}
#resume li {
	float: left;
	width: 220px;
	margin: 0;
	padding: 0 10px 18px 0;
}
#resume li.clear {
	clear: left;
}
#resume h2 {
	margin: 0 10px 6px 0;
	font-size: 1.4em;
}
#resume h2 a {
	display: block;
	margin-left: -4px;
	padding: 3px 7px;
	text-decoration: none;
	color: #332510;
}
#resume h2 a:hover, #resume h2 a:focus {
	text-decoration: none;
	color: black;
	background: #a1b55d;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#resume p {
	margin: 0 10px 0 0;
	padding: 3px;
}
#resume p a {
	text-decoration: none;
}
#resume p a:hover,
#resume p a:focus {
	background: none;
}

/* Contenu */
#contenu {
	overflow: hidden;
	padding: 10px 25px 18px;
	color: #363B29;
	background-color:#FFFFFF;
}
#contenu a {
	color: #332510;
}
#contenu a:hover, #contenu a:focus {
	color: #6E5122;
}
#contenu p, #contenu li {
	line-height: 1.5;
}
#contenu > :first-child {
	margin-top: 10px;
}

#contenu .liste-gabarits {
	margin: 15px 0;
	list-style: none;
}
#contenu .liste-gabarits li {
	width: 100%;
	overflow: hidden;
	margin: 10px 0;
}
#contenu .liste-gabarits h4 {
	margin: 0;
}
#contenu .liste-gabarits h4 a img {
	float: right;
	margin: 0 0 10px 0;
}
#contenu .liste-gabarits h4 a {
	text-decoration: none;
}
#contenu .liste-gabarits h4 a span {
	float: left;
	max-width: 110px;
	margin: 0;
	font-weight: bold;
	font-size: 1.2em;
	font-variant: small-caps;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	text-decoration: none;
	cursor: pointer;
}
#contenu .liste-gabarits h4 a:hover span,
#contenu .liste-gabarits h4 a:focus span {
	text-decoration: underline;
}
#contenu .liste-gabarits p {
	margin: 5px 80px 0 120px;
	line-height: 1.25;
	font-size: .85em;
}

/* Copyright */
#copyright {
	margin-top: 0;
	padding-top: 20px;
	text-align: center;
	/*background: url(bg-2.png) repeat-x;*/
}
/*debut tag cloud*/
.tagcloud
{
width: 800px; /* couleur de fond du tableau+taille */
border: 1px solid #BFBFBF; /* bordure+couleur du tableau */
padding: 2px; /* espace entre la bordure et le texte */
text-align: center; /* texte centré */
font-family: Arial, Helvetica, sans-serif; /* style d'écriture */
background:#FFFFFF;
}
.tagcloud a {
text-decoration:none; /* pas de décoration sur les liens */
}
.tagcloud a:hover { /* changement de couleur au passage de la souris */
text-decoration:none;
background-color:#0099CC; /* couleur d'arriere plan du lien survolé */
color:#FFFFFF; /* couleur du lien survolé */
}
.tag-1 { /* nom de la class*/
color:#AA3406; /* couleur du lien */
font-size: 16px; /* taille d'écriture */
font-weight:bold; /* gras */
}
.tag-2 {
font-size: 14px;
color:#070089;
background-color:#0099CC;
}
.tag-3 {
font-size: 12px;
color:#BF2470;
}
.tag-4 {
font-size: 20px;
color:#333333;
background-color:#009999;
}
.tag-7 {
font-size: 10px;
color:#333333;
background-color:#CCCCCC;
}
.tag-8 {
font-size: 18px;
color:#333333;
background-color:#FFCC99;
}
.tag-5 {
font-size: 9px;
color:#339966;
}
.tag-6 {
font-size: 26px;
color:#990066;
}
/*fin tag cloud*/
