/* CSS Document */

body {
	width: 960px;
	margin: auto; /* Pour centrer notre page */
	margin-top: 20px;
	margin-bottom: 0px;    /* Idem pour le bas du navigateur */
	background-color: #ccc;
	font-family: "Trebuchet MS", Verdana, Arial;
}
ul /* Ma liste aura des puces en forme de dossiers */ {
	list-style-image: url("/images/bullet_bleu.png");
}
/* ______________________LIENS______________________________________ */
a:visited {
	text-decoration: none;
}
a:hover /* Quand le visiteur pointe sur le lien */ {
	text-decoration: underline;
	color:#990000;
}
a /* Lien normal */ {
	text-decoration: none;
	color: #000099;
	font-style: italic;
}

.th1_b a{
	
	color: #1F2A69;
}

.theme_2 a{
	color: #7E8538;
	
}

.theme_3 a{
	color: #F07C6C;
	
}




/* _________________________ MENU _______________________________________ */


#main-menu {
	margin:0;
	bottom:0;
	right:0;
	font-size: 100%;
	white-space:nowrap;
}
#main-menu li {
	display:block;
	float:left;
	list-style-type:none;
	margin:2px;
	padding:0;
}
/*Les liens normaux*/
#main-menu a {
	display:block;
	float:left;
	padding:10px 70px 5px 14px;
	background:#fff;
	border-bottom: 3px solid #ccc;
	color: #808080;
	font-weight: normal;
	text-decoration: none;
}
/*Les liens au survol et rubrique en cours*/
#main-menu a:hover, #main-menu #selected a {
	color:#333;
	background: #FFF;
	border-bottom: 3px solid #8993f9;
	font-weight: normal;
	text-decoration: none;
}
/*___________________________Page Accueil_________*/

#page {
	color: #000000;
	background-color: #FFFFFF; /* Une couleur de fond pour le corps */
	font-size: 12px;
	padding-right:5px;
}
#Tableau_01 {
	color:#FFF;
}
#Tableau_01 h1 {
	font-size: 14pt;
}
#Tableau_01 h2 {
	font-size: 12pt;
}
span.citation {
	font-size: 9pt;
	font-style: italic;
}
#titrePage {
	color:#8993f9;
	font-size: 24px;
	padding-left:10px;
}

.objectifs{
	font-size: 24px;
	padding-left: 20px;
	
}

#teteRubrique {
	color:#666;
	font-size: 70%;
	padding-left:20px;
	margin-top:30px;
	background-image: url("images/puce_rubrique.jpg");
	background-repeat: no-repeat;
}
#texteChapeau {
	font-size: 70%;
	color:#638af9;
	padding-left:0px;
	margin-top:20px;
	background-repeat: no-repeat;
}
#argumentRubrique {
	font-size: 80%;
	padding-left:20px;
	margin-top:10px;
}
#rubrique {
	padding-left:20px;
	font-size: 10pt;
}
#niveau3 {
	padding-left:20px;
}
.S {
	font-size: 150%;
	color:#F00;
	font-weight: bold;
}
#piedPage {
}
#pdf {
	margin-bottom:30px;
}
#iup {
	font-size: 16px;
}
#schema {
	margin:auto;
}



/* _________________________ Themes intervention _______________________________________ */
.theme {
 margin:auto;
 margin-top:60px;
 width:800px;
 font-size: 12px;
 color:#000;
}

.theme_1{
	width:500px;
	 margin:auto;
	
}

.th1_b{
	margin-left:20px;
	float:left;
}


.theme_image {
	float:left;
	width:380px;
	margin:auto;
}

.theme_2{
	float:left;
	width:200px;
	margin:0px;
	margin-top:100px;
}

.theme_3{
	float:left;
	width:200px;
	margin:0px;
	margin-top:100px;

	
}

.clearfloat {
	clear:both;
	height:60px;
	
	
}

.img_G{
	float:left;
	
}
