/********************************************************/ 
/*      LEFILOU.NET    STYLES CSS      04.11.2010       */
/********************************************************/ 

dl, h1, h2, h3, {/*Pour compatibilité des navigateurs mise des marges à 0*/
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}


img {
	display: block;
}
body {
	font-family: 'Ubuntu', arial;
	margin: 1em;
	padding: 0;
	background-image: url(fonds/18.jpg);
	color:#444;/* #444 looks better than black */ 
}
/********************************************************/ 
/*                       DIR                            */
/********************************************************/ 
}
#dir{
	width: 80%;
	height: 45px;
	font-size: 0.8em;
	margin-right: auto;
	margin-left: auto;
}
#dir a{
	text-decoration: none;
	color: Blue;
}
#dir span{
	color: Green;
	text-decoration: underline;
}
#date{
	float: right;
	margin-right: 5px;
}


/********************************************************/
/*             Section MENU                             */
/********************************************************/

.menu {
	margin-left: 15px;
	/*list-style-type: none;*/
	padding-left: 15px; /* pour léger décalage*/
}
.menu a {
	font-size: 0.95em;
	color: #444;	/* #369*/
	font-weight: bolder;
	
}
.menu a:hover {
	color: blue;
}
.menu li{
	margin-top: 4px;
}
/********************************************************/
/*                   Début entête                       */
/********************************************************/
#entete {
	width: 100%;
	height: 85px;
	text-align: center;
	clear: none;
	font-size: 36px;
	font-style: italic;
	margin-bottom: 5px;
	vertical-align: middle;
	margin-top: 15px;
	border: 0px solid Black;
	background-color: inherit;
	color: #FF9900;
	background-image: url(fonds/ban0069.jpg);
}
#entete h2{
	font-size: 20px;
	font-style: italic;
	color: #FF9900;
	font-weight: normal;
}
/********************************************************/
/*                Pied de page                          */
/********************************************************/
#pied_de_page {
	width: 98%;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 45px;
}
#citation2 {
	width: 500px;
	font-size: 1.25em;
	margin-right: auto;
	margin-left: auto;
	color: Navy;
	border-width: 2px;
	border-style: dotted;
	border-color: black;
	padding: 5px 10px; 
}
#pied_de_page hr {margin-top: 25px} 

#auteur {color : black; margin-bottom: 45px}
/********************************************************/
/*        Conteneu et Corps principal                   */ 
/********************************************************/
#conteneur {
	position: absolute;
	width: 98%;
	background-color: inherit;
}
#principal{
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	background-color: inherit;
	border: 1px dashed blue;
	margin-bottom: 25px;
	font-size: 0.85em;
	color: Navy;
	padding: 15px 15px 15px 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#videoframe {
	margin-left: 187px;
	margin-right: 250px;	
}

/* Fin corps principal */

/******************************************************************/
/*                           Box                                  */
/*      Les box, peuvent être utilisés avec boxentete             */
/******************************************************************/
.boxentete {
	background: #eeeeee;
	border: 1px solid #cccccc;
	padding: 5px 8px;
	/*text-transform: uppercase;*/
	color: Navy;
	width: 90%;
	margin: auto auto;
	margin-top:40px;
	font-size: 1em;
	font-weight: bold;
}


.boxorange {
	height: 90px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	background: #FFECCE;
	padding: 5px 8px 2px;
	font-family: Verdana, sans-serif;
	font-size: 0.95em;
	color: #444;
	width: 90%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#Texte03 { font:normal 10pt Verdana; }/*txt das Boxorange*/

/******************************************************************/
/*                         Traces et pistes                                 */
/*                                                                */
/******************************************************************/





/******************************************************************/
/*                         Divers                                 */
/*                                                                */
/******************************************************************/

p {
	color: #444;
}

p a {
	color: blue;
}

p a:Hover {
	color: #FF9900;
}





