/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS
   © Elephorm & Alsacreations.com
   Conditions d'utilisation:
   http://creativecommons.org/licenses/by/2.0/fr/
   ============================================== */


/* --- STYLES SPÉCIFIQUES AUX PAGES D'INFORMATION SUR LES GABARITS --- */

/* Global */
body {
	padding: 30px 0;
	color: #F0E39E;
	background: #2C2F22;
}
#global {
	width: 500px;
	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: #181A12;
}
#navigation a {
	color: #FF6533;
}
#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: #848F63;
}

/* 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: #CBD888 url(bg-1.png) repeat-x;
}
#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;*/
}

