/*
 * Définit le design structurel du site (agencement des blocs)
 */

*{
	margin: 0;
	padding: 0;

	color: white;
	border: none;
}

body{
	background-color: black;
	background-image: url('../../images/fond.png');
	font: 13px Verdana, Arial, Helvetica, sans-serif;
}

p{
	text-align: justify;
	margin-bottom: 0.7%;
}

a {
	text-decoration: underline;
}

a:hover{
	color: #FFAB35;
}

/*
 * Le header
 */
#blocHeader{	
	width: 650px;
	margin: 10px auto 20px auto;
}

#blocHeader img{
	border: solid 1px white;
	background-color: black;
}

#logo{
	width: 75px;
	height: 75px;
	margin-right: 20px;
}

/*
 * Le menu
 */ 
#blocMenu{
	width: 13.8%;
	float: left;
	margin-left: 1%;
	
}

.menuBoite{
	border: solid 3px white;
	-moz-border-radius: 15px;
	border-radius: 15px;	
	background-color: black;
	margin-bottom: 15px;
}

.menuBoite h3{
	text-align: center;
	border-bottom: solid 3px white;
}

.menuBoite ul{
	margin: 10px 5px 10px 5px;
	list-style-type: none;
}

.menuBoite ul li{
	margin: 5px 0 5px 0;
	border: solid 1px white;
	text-align: center;	
}
.menuBoite ul li:hover{
	margin: 5px 0 5px 0;
	border: solid 1px  #FFAB35;
	text-align: center;	
}

.menuBoite ul li a{
	text-decoration: none;
	display: block;
	font-weight: bold;
}
.menuBoite ul li a:hover{
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #FFAB35;
}

/* Spécifique au menu des catégories */


.uneCategorie{
	/*border: solid white 1px;*/
	margin-bottom: 10px;
	padding: 0;
}

.uneCategorie>a{
	display: block;
	border: solid white 1px;
		
	text-align: center;
	text-decoration: none;
	font-weight: bold;	
}

.uneCategorie>a:hover{
	border: solid #FFAB35 1px;
}

#menuBoiteCategories>ul>li{
	border: none;
}
#menuBoiteCategories>ul>li:hover{
	border: none;
}


.uneCategorie ul{
	border-right: solid white 1px;
	border-left: solid white 1px;
	border-bottom: solid white 1px;
	margin: 0 ;
	padding-top: 5px;
}

.uneCategorie ul li{
	border: none;
	margin: 0px 0 5px 0;
}
.uneCategorie ul li:hover{
	border: none;
	margin: 0px 0 5px 0;	
}

.uneCategorie ul li a{
	font-weight: normal;
	text-align: left;
	padding-left: 10%;
}
.uneCategorie ul li a:hover{
	font-weight: normal;
	text-align: left;
	padding-left: 10%;
}


/* Spécifique aux boîtes contenant des formulaire (recherche, theme switcher, ... */

.menuBoite form{
	margin: 10px 5px 10px 5px;	
}

/* Spécifique à la boîte de recherche */

.menuBoite form label{
	display: none;
}

#recherche, #style{
	
	border: solid 1px #AAAAAA;
	background-color: black;
	color: white;
	
	width: 60%;
	margin-left: 5%;
}

#rechercheOK, #themeSwitchereOK{	
	border: solid 1px #AAAAAA;
	background-color: black;
	color: white;
	
	width: 20%;
	margin-left: 5%;
}

.menuBoite form input:hover{
	border-color: #FFAB35;
	color: #FFAB35;
}

#rechercheOK:active, #themeSwitchereOK:active{
	border-color: lime;
	color: lime;
}


/*
 * Le contenu
 */

#blocContenuEtFooter{
   width: 83%;
   float: right;
   margin-right: 1%;   
}


#blocContenu{ 
    padding: 5px 10px 5px 10px;
	min-height: 650px;	
	
	border: solid 3px white;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: black;	
}

#blocEdito{
	margin-bottom: 20px;	
}

/* Titre des blocs edito et news */
#blocNews h1, #blocEdito h1{
	font-size: 1.6em;
	border-bottom: white solid 1px;
	margin-bottom: 1%;
	margin-top: 0.5%;
}

/* Titre de chaque news */
#blocNews h2{
	font-size: 1.15em;
	margin-bottom: 0.5%;
	margin-top: 0.2%;
}

/* Position du bloc des news */
#blocNews{
	width: 70%;
	float: left;
	padding-right: 10px;
}

.blocUneNews{
	padding: 5px 5px 5px 5px;	
	border-color: #555555;
	border-bottom-style: dotted;
	border-bottom-width: 1px;	
	margin-bottom: 10px;	
}

#blocDerniersArticles, #blocDerniersProgs{
	width: 25%;
	float: right;
	clear: right;
	text-align: right;
	margin-bottom: 20px;
}

.titreBloc, .titreBloc{	
	border-color: white;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 1%;	
	margin-top: 0.5%;
}
#blocDerniersArticles h1, #blocDerniersProgs h1{
	font-size: 1.4em;
	display: inline;
	padding-right: 3%;
}

#blocNews h1{
	font-size: 1.6em;
	display: inline;
	padding-right: 1%;
}

#blank{
	clear: both;
}

#footer{
	margin-top: 15px;	
	margin-bottom: 15px;
	border: solid 2px white;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	background-color: black;
	
	padding: 5px 0.5px 5px 0.5px; 
	font-size: 0.85em;
	text-align: center;	
}

.rouge{
	color: red;	
}
.vert{
	color: lime;
}
.bleu{
	color: cyan;
}

.blocUneNews ul, #blocContenu ol{
	margin: 5px 0 10px 20px;
	text-align: justify;
}

.blocUneNews ul li, #blocContenu ol li{
	margin: 0 0 5px 0;
}


