/*
	Feuille de style du media "screen" du site "Formation" du CTICM
	Réalisation : RT
	Dernière modification : 21.1.2008
*/

html,body {
	margin:0;padding:0
}

body {
	font: 80% arial,sans-serif
}

div#zone_de_texte p{margin:0 10px 10px;  text-align: justify; }

/* a{display:block;color: #981793} */

div#zone_de_navigation {
	background-color: #6C4967; /* #999900; en 2009 */
	color: #FFDD00;
	font-weight: bold;
}

div#zone_de_navigation a {
	display:block; color: white; /* #981793;  #000000; en 2009 */
	text-decoration: none;
}

div#zone_de_navigation a:hover {
	background-color: #FFDD00;
	color: #87888A;
	text-decoration: none;
}

#zone_de_navigation li {
	list-style-type: none;
	margin-left: -15px;
}

#zone_de_navigation li.majuscule, span.majuscule {
	font-variant: small-caps;
}

div#haut_de_page h1 {
	background: #122371;  /* #000000; en 2008, #4B3424; en 2009 */
	color: #79B30B;
	height :100px;  /* 148px en 2009 */
	}

/*div#zone_de_texte p{line-height:1.4}*/
/*div#zone_de_navigation{background:#B9CAFF}*/
div#zone_de_navigation p {margin:0 10px 10px;  text-align: justify; }
div#extra{background:#FF8539}
div#extra p {margin:0 10px 10px;  text-align: justify; }
div#pied_de_page{background: #dcdcdc;color: #333}
div#pied_de_page p{margin:0;padding:5px 10px}

div#bloc_central{float:left;width:100%}
div#zone_de_texte{margin: 0 15% 0 25%;
}
div#zone_annonce{margin: 0 15% 0 25%;  text-align: center; }  /* ajout RT 16.3.2009 pour gif annonce */
div#zone_de_navigation{float:left;width:25%;margin-left:-100%}
div#extra{float:left;width:15%;margin-left:-15%}

/* pied de page */

#pied_de_page {
	clear:both;  /* left à l'origine */
	width:100%
}

address {
	text-align: center;
	font-size: 90%;
	font-style: normal;
}

abbr, acronym, span.abbr {
	cursor: help;
	border-bottom: 1px dashed #000;
}

span.Title {
	color: #4B3424; /* #ff7f50 en 2008 */
	font-weight: bold;
/*	text-decoration: underline; */
	}

/* #zone_de_texte table {
	border: 1px solid;
	border-collapse: collapse;
	width: 100%;
	margin-left: 10px;
}

#zone_de_texte table caption {
	font-weight: bold;
	letter-spacing: 3px;
}

#zone_de_texte table th, #zone_de_texte table td {
	padding: 5px 5px 5px 5px; 
} */

/* Nouvelle présentation des tables */

.rtTable {
	width: inherit; /* table width */	
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: small; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
	margin-left: 10px;
}

.rtTable td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}

.rtTableHeader {
	background-color: #87888A; /* header color */
	color: #FFFFFF; /* header font color */	
	vertical-align: top;	
}

/* main table row color */
.rtTableRow {
	background-color: white;  /* alt row color 1 */
}

/* main table alternate row color */
.rtTableAltRow {
	background-color: #dcdcdc; /* alt row color 2 */	
}

#zone_de_texte h2 {
	text-align: center;
}

#zone_de_texte h3 {
	color: #4B3424;     /* #ff7f50 en 2008 */
	margin-left: 10px;
}

.important {							/* bloc rouge */
	background-color: #FFDAB9;
	margin: 5px 0 20px;
	border: 1px solid #FF6347;
	padding: 10px 10px;
	color: black;
}

.lettrine {
margin-right : 10px;
margin-top : 5px;
float : left;
color : white;
background-color : #87888A; /* #9B70B3; */
border : 1px solid #000000; /* #850000; */
font-size : 80px;
line-height : 60px;
padding : 3px;
 font-family: "Times New Roman", Times, serif;
}

img {
	border: none;
}


/* RT 16.04.2009 : aménagement du haut de page pour placer une pub à droite */

#logo_gauche {
	float: left;
}

#logo_droite {
	float: right;
}