/* Start of CMSMS style sheet 'communication' */
/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS --- 10
   © Elephorm & Alsacreations.com
   Conditions d'utilisation:
   http://creativecommons.org/licenses/by/2.0/fr/
   ============================================== */


/* --- COULEURS --- */

/* Note: vous pouvez modifier simplement l'aspect de ce gabarit en modifiant
   uniquement les couleurs de fond (propriétés background) et les couleurs
   du texte (propriété color).
   Pour modifier la disposition des blocs, voir plus bas dans la feuille de
   styles la partie «positionnement». */

/* Général */
body {
	color: #fff;
	background: #ffdaa1;
}

h2 {
	background-image: url(uploads/images/puce-h1-com.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-transform: uppercase;
	padding-left:40px;
}

a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color: #A1B55D;
}

/* Conteneur central */
#centre {
	background: url(uploads/images/colonnes.png) repeat-y;
}

/* Navigation */
#navigation {
	background: #000000;
}
#navigation a {
	color: #F26100;
}

#navigation a:hover, #navigation a:focus {
	text-decoration:underline;
}

#navigation h1 {
	margin: 0;
	padding:7px 45px 5px 50px;
	color:#000000;
	height:32px;
	width:230px;
	background-image: url(uploads/images/titre-navigation-objet-com.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
}

.lettrine {
    color: #F26100;
}

/* Contenu principal */
#principal {
	color: #000;
	
}
#principal a {
	color: #332510;
}
#principal a:hover, #principal a:focus {
	color: #6E5122;
}
#principal strong {
	color: #181A12;
}

/* Contenu secondaire */
#secondaire {
	/*background: #fff;*/
}



/* --- POSITIONNEMENT --- */

/* Page */
body {
	margin:0;
	padding: 0;
}
#global {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

/* En-tête */
#entete {
	padding: 0;
	height: 250px;
	background-color:#000;
/*	background-image: url(../img/bandeau.png);
	background-repeat: no-repeat;
	background-position: left top;*/
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}

/* Bloc central */
#centre {
	width: 100%;
	overflow: hidden;
}

/* Menu de navigation */
#navigation {
	float: left;
	width: 230px;
}
#navigation ul {
	margin: 0;
	padding: 0px 10px 20px 40px;
	list-style: url(uploads/images/puce-navigation.gif);
}

#navigation ul ul {
	margin: 0;
	padding: 0px 10px 20px 10px;
	list-style: url(uploads/images/puce-navigation.gif);
}

#navigation a {
	display: block;
	height: 1%;
	padding: 6px 10px 6px 10px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}

/* Contenu principal */
#principal {
	float: left;
	width: 480px;
	padding: 10px 20px;
}
#principal > :first-child {
	margin-top: 10px;
}
#principal p, #principal li {
	line-height: 1.5;
}

/* Contenu secondaire */
#secondaire {
	margin-left: 740px;
	margin-right: 30px;
	padding: 12px 0;
}

/* Pied de page */
#pied {
	margin: 0;
/*	padding: 15px 20px 10px 0;
	font-size: .85em;*/
	height:163px;
	background-image: url(uploads/images/footer-objet-com.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Mention de copyright */
#copyright {
	margin: 8px 0 0 0;
	font-size: 1em;
	text-align: left;
}

/* End of 'communication' */

