/*Design des pages squelettes*/

/*================ FONTS ===================*/
@font-face {
	font-family:"FreeSerif";
	src:url("../fonts/FreeSerif/FreeSerif.ttf") format("truetype");font-weight:normal;font-style:normal;
}

@font-face {
	font-family:"Code2000";
	src:url("../fonts/Code2000/CODE2000.TTF") format("truetype");font-weight:normal;font-style:normal;
}


/*================== BODY ==================*/
body{
	font-family: Code2000,Arial,Verdana,sans-serif;
	font-size: 12pt;
    background-image: url('../img_design/background.jpg');
    /*background: #cccccc;*/
    margin: auto;
}

/*=============DIV GLOBALE=================*/
#global{
	width: 960px;
	margin: auto;
	border: none;     
	border: none;
}

/*=============DIV ENTETE==================*/
#entete{
	width: 960px;  
	height: 225px;
	background-image: url('../img_design/banniere.png');
	margin-bottom: 20px;
	text-align:center;

}
#entete img {
	border: none;
}

/*=================BOX DU MILIEU+==========*/
#box_milieu{
	/*border: 1px solid red;*/
	width: 960px;
}

#contenu{
	float: right;
	width: 740px;  /*demain à modifier la width à 730px;*/
	border: 1px solid #dd9933; 
	margin-bottom: 0px;
	/*border-top: 1px solid gray;*/
	background-image: url('../img_design/bg99.png');
	padding: 8px;
	margin-bottom: 10px;
	
	-moz-border-radius: 10px 10px 10px 10px;     /*Pour Firefox, Flock*/
	-webkit-border-radius: 10px 10px 10px 10px;  /*Pour Chrome, Safari*/
	border-radius: 10px 10px 10px 10px;          /*Pour Opera*/
}

.titre_paragraphe{
	margin-bottom: -8px;
}

/*=================VIDESO===================*/
object{
	margin-top: -17px;
}

/*================ LE QUIZ =================*/
#quiz{
	/*border: 1px solid;*/
	margin-bottom: 15px;
	padding-left: 250px;
}
.bouton_form{
  border: 1px solid #959EAD;
  font-weight: bold;
  background: #ccccaa;
  text-align: center;
}
.bouton_form:hover{
  cursor: pointer;
  color: #bb3300;
}
.initialiser{
	color: black;
	font-size: 14px;
	text-decoration: none;
	padding: 0 1px 0 1px;
	margin-left: 50px;
}

.c{
	background-image:url('../img_design/citations.png');
	background-repeat: no-repeat;
	display: block;
	opacity: 0.7;
}

/*======================== MISE EN FORME DES MOTS ET DES PHRASES============================*/
.italic{
	font-style: italic;
}
.lien_interne{
	text-decoration: none;
	color: #384792; 
	font-weight: bold;
}
.lien_interne:hover{
	text-decoration: underline;
	color: #ef6102;   /*#ff6622; */
}

.motif_sep{
	background-image:url('../img_design/sepp.png');
	height: 10px;
	opacity: 0.4;
}

.lien_externe{
	color: #5533ff;
	text-decoration: none;
}
.lien_externe:hover{
	color: #5533ff;
	text-decoration: underline;
}

.premiere_lettre{
	font-weight: bold;
	font-family: tribuchi;
}


#plan_site{
	border: 1px solid red;
	
}

/*------------------ HAUT DE PAGE ---------------------*/
#haut_page{
	margin-left: 625px;
	font-size: 14px;
}
#haut_page a{
	text-decoration: none;
	color: #3F4B88;
	font-weight: bold;
}
#haut_page a:hover{
	text-decoration: underline;
}
/*---------Effacement des éléments flottants-------*/
.clearer {
  clear: both; 
  max-height: 0px;
  height: 0px;
}
