/* CSS Document ninjacommunication*/

/* Climatic */

#global {
	width: 952px; /* -> 3 */
	margin: 0 auto; /* -> 4 */
	background: #6b7880 url(img/fond_climatic.jpg) no-repeat center bottom;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#global-dev {
	width: 952px; /* -> 3 */
	margin: 0 auto; /* -> 4 */
	background: #6b7880 url(img/fond_climatic_dev.jpg) no-repeat center bottom;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#global-qualite {
	width: 952px; /* -> 3 */
	margin: 0 auto; /* -> 4 */
	background: #6b7880 url(img/fond_climatic_qualite.jpg) no-repeat center bottom;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* En-tête */
#entete {
	height: 150px;
}

/* Bloc central contenant #navigation et #contenu */
#centre {
	overflow: hidden; /* -> 5 */	
	/*background: #6b7880 url(img/fond_climatic.jpg) no-repeat center bottom;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;*/
}
#centre a {
	color: #FFFFFF;
}

#gauche {
	width: 230px;
	float: left; /* -> 6 */
	/*background: #BD3130;  -> 2 */
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px
}


#menu {
	width: 722px;
	float: left; /* -> 6 */
	/*background: #BF312F;  -> 2 */
	color: #FFFFFF;
	height: 35px;
}

#main {
	width: 722px;
	float: left; /* -> 6 */
	background: url(img/fond_content.jpg) no-repeat top;
	line-height: 14px;
}
.maintextegauche {
	line-height: 24px;
}

#main ul {
	margin-left: 0px;
	padding-left: 0px;
	line-height: 12px;
}

#main li {
	list-style: url(../media/tiret_blanc.jpg) none inside;
	font-weight: normal;
	margin-left: -4px;
	padding-left: 0px;
	line-height: 12px;
}

/* Contenu */
#contenu {
	margin-left: 230px;
	position: relative;
}

#contenu ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
}

#contenu li {
	list-style: url(../media/tiret_blanc.jpg) none inside;
	font-weight: normal;
	/*  margin-left: -2px !important;  */
	margin-left: -5px;
	padding-left: -40px;
	line-height: 20px;
	margin-top: 0px;
}
.contenu_texte {
	text-align: left;
	color: #FFFFFF;
	line-height: 2em;
	font-size: 12px;
	margin-top: -4px;
}
.contenu_titre1 {
	line-height: 1em;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}
.contenu_titre {
	line-height: 12px;
	font-size: 12px;
	background: url(../media/triangle_rouge.jpg) no-repeat left top;
	padding-left: 14px;
	margin-left: 0px;
	margin-top: 0px;
	font-weight: bold;
}

.contenu_titreblanc {
	line-height: 1.5em;
	font-size: 12px;
	background: url(../media/triangle_blanc.jpg) no-repeat left;
	padding-left: 14px;
	font-weight: bold;
}
#pied/* Pied de page */
 {
	font-size: 11px;
	text-align: right;
	color: #000000;
	font-weight: bold;
}
#reference /* référence */
 {
	line-height: 20px;
}

/* --- STYLES DE BASE POUR LE TEXTE ET LES PRINCIPAUX ÉLÉMENTS --- */

/* Page */
html {
	font-size: 100%; /* Voir -> Note 1 à la fin de la feuille de styles. */
}

body {
	padding: 0px;
	color: #CCCCCC;
	background: #6b7880;
	margin: 0; /* -> 5 */
	color: #FFFFFF;
	background: #6b7880;
	font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif;
}

/* Liens */
a {
	color: #000000;
	text-decoration: none;
}

a:hover, a:focus a:visited {
	text-decoration: underline;
	color: #000000;
}
.copyright {
	text-decoration: none;
	color: #000000;
}
.contact {
	line-height: 18px;
}
a img {
	border: none; /* -> 10 */
}


/* Titres */
h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal; /* -> 7 */
}

h1 {
	font-size: 3em; /* -> 8 */
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

