/*
 * Quelques generalites
*/

*
{
	margin: 0;
	padding: 0:
}

body
{
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	color: #000;
}

img
{
	border: none;
}

a
{
	color: #3282BF;
	text-decoration: none;
}


/*
 * ========== Mise en page ==========
*/

/*
 * La page (gere la largeur)
*/

#pos_page
{
	position: relative;
	min-width: 750px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
}


/*
 * Titre :
 * - juste une image
 * - H1 rendu invisible (hors champ)
 * - le lien prends toute la place pour que ce soit cliquable (racine du site)
 *
*/

#pos_header
{
	position: relative;
	margin:10px;
	height: 150px;
	clear: both;
	background: url(../images/bandeau_titre.jpg);
}

#pos_header h1
{
	text-indent: -5000px;
	line-height: 1px;
}

#pos_header a
{
	display: block;
	height: 150px;
}


/*
 * Le pathway
*/

#pos_pathway
{
	position: relative;
	margin: 10px;
	clear: both;
	font-family: Arial, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #000;
}

.pathway a
{
	color: #000;
	text-decoration:none; 
}

.pathway a:hover
{
	color: #3282BF;	
}


/*
 * Zone principale
*/

#pos_main
{
	position: relative;
	display: inline;
	clear: both;
}


/*
 * Partie gauche
*/

#pos_left
{
	position: relative;
	display: inline;
	float: left;
	width: 170px;
	margin-left: 10px;
}


/*
 * Partie redactionnelle
 *
 * Note : le height: 1% est pour IE... sinon il y a un pb d'affichage
 *        des tableaux de contenu lorsqu'on les mets � 100%...
*/

#pos_content
{
	position: relative;
	height: 1%;
	margin-left: 190px;
	margin-right: 10px;
	padding: 10px;
	border: 1px solid #AAA;
	background-color: #F9F9F9;
	font-size: 80%;
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #000;
}


/*
 * Special IE (sans blague ?) : ceci fixe un pb d'heritage
 * de la taille de police de caractere propre a IE (j'ai galere la dessus !).
*/

* html #pos_content table
{
font-size:100%;
}


/*
 * Un "spacer"
*/

.spacer
{
	clear: both;
	margin: 0;
	padding:0;
	height: 1px;
}


/*
 * Pied
*/

#pos_footer
{
	position: relative;
	clear: both;
	margin: 10px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #888;
}

#pos_footer img
{
	margin-left:10px;
}


/*
 * Debut (s'il y a lieu)
*/

#pos_debug
{
}


/*
 * ========== Details de la presentation ==========
*/


/*
 * Menu principal
*/

ul#mainlevel 
{
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #AAA;
}

ul#mainlevel li
{
	border-bottom: 1px solid #AAA;
}

ul#mainlevel a.mainlevel
{
	display: block;
	padding: 2px 5px 2px 20px;
	color: #000;
	text-decoration: none;
	background-image: url(../images/disque.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-size:90%;
}

ul#mainlevel a.mainlevel:hover
{
	background-color: #ADE;
}

ul#mainlevel ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border:none;
	font-size:80%;
}

ul#mainlevel ul li
{
	border-top: 1px solid #DDD;
	border-bottom: none;
}

a.sublevel 
{
	display: block;
	padding: 2px 5px 2px 30px;
	color: #000;
	text-decoration: none;
	background-image: url(../images/carre.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}

a.sublevel:hover
{
	background-color: #ADE;
}

#active_menu
{
	font-weight:bold;
}


/*
 * Element generaux des modules
*/


.moduletable
{
	margin-bottom: 30px;
}

.moduletable h3
{
	margin: 0px 0 10px 0;
	font-size:100%;
	font-weight: bold;
}


/*
 * Zone de recherche
*/

.search
{
}

.search input.inputbox
{
	border-width: 1px;
	border-style: solid;
	border-color: #333 #CCC #CCC #333;
	font-size: 75%;
}

.search input.button
{
	margin-left: 15px;
	border: 1px solid #333;
	background-color: #FFF;
	font-size: 75%;
}


/*
 *  Publicites
*/

#googleadsense_banniere_haut
{
	margin-top: 0;
	margin-bottom: 15px;
	text-align: center;
}

#googleadsense_banniere_bas
{
	margin-top: 15px;
	margin-bottom: 0;
	text-align: center;
}

/*
 * ==========  Les principaux styles standards, pour la zone de contenu ========== 
 * H1 et H2 sont neutralises en esp�rant une futur amelioration du respet des 
 * standard par Joomla!
*/


#pos_content h1
{
	display: none; /* H1 : r�serv� pour le titre g�n�ral de la page */
}

#pos_content h2
{
	display: none; /* H2 : r�serv� pour le titre de l'article */
}

#pos_content h3
{
	border-bottom: 1px solid #DDD;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #000;
}

#pos_content h4
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 135%;
	font-weight: bold;
	color: #000;
}

#pos_content h5
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #000;
}

#pos_content h6
{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #000;
}

#pos_content p
{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}

#pos_content pre /* fonctionne mal avec IE :-( */
{
	width: 95%;
	margin: 10px;
	padding: 5px;
	overflow: auto;
	border: 1px dotted #DDD;
	background-color: #FEFEFE;
	font-family: "Courier New", monospace;
	font-size: 90%;
}

#pos_content address
{
	display: inline;
	margin: 10px;
	padding: 5px;
	border: 1px dotted #DDD;
	background-color: #FEFEFE;
	font-family: "Courier New", monospace;
}

#pos_content img
{
	margin: 0 10px 0 10px;
}


/* pour center les tableaux par defaut */
#pos_content table
{
	margin: auto;
}


/*
 * ========== Styles Joomla! ==========
*/

.componentheading{}
.contentdescription{}

#pos_content .contentpane p
{
	margin-top: 0;
	margin-bottom: 10px;
	text-align: justify;
}

#pos_content .contentpane ul
{
	margin: 10px 0 10px 0;
	padding-left: 30px;
	list-style: url(../images/carre.png);
	text-align: justify;
}

#pos_content .contentpane li
{
	margin: 0 0 5px 0;
}


table.blog
{
	width: 100%;
}

table.contentpaneopen
{
	width: 100%;
}

#pos_content .contentpaneopen p
{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}

#pos_content .contentpaneopen ul
{
	margin: 10px 0 10px 0;
	padding-left: 30px;
	list-style: url(../images/carre.png);
	text-align: justify;
}

#pos_content .contentpaneopen li
{
	margin: 0 0 5px 0;
}


.contentheading
{
	font-size: 150%;
	font-weight: bold;
	color: #A34;
	font-family: Arial, sans-serif;
}

a.contentpagetitle
{
	color: #A34;	
}

a.contentpagetitle:hover
{
	color: #3282BF;
}


.sectiontableheader{}

tr.sectiontableentry1
{
	background-color: #FEE;
}


.sectiontableentry1 td
{
	padding: 5px 0 5px 3px;
}

.sectiontableentry1 a
{
	font-weight: bold;
}

tr.sectiontableentry2
{
	padding: 5px;
	background-color: #EFE;
}

.sectiontableentry2 td
{
	padding: 5px 0 5px 3px;
}

.sectiontableentry2 a
{
	font-weight: bold;
}

.category
{
	font-weight: bold;
}


.small
{
	font-size: 80%;
}

.createdate
{
	font-size: 80%;
	display: none;
}

.modifydate
{
	font-size: 80%;
	display: none;
}

.readon
{
	font-size: 80%;
}

.article_seperator
{
	display: block;
	border-top: 1px solid #DDD;
	height:2px;
}

.pagenavcounter
{
	font-size: 80%;
}

#pos_content table.contenttoc
{
	margin: 5px;
	border: 1px solid #DDD;
	background-color: #FCFCFC;
}


#pos_content table.contenttoc th
{
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #DDD;
}


#pos_content table.contenttoc td
{
	padding: 2px 5px 2px 5px;
}


#pos_content table.contenttoc a
{
	font-weight: bold;
}

.pagenavbar
{
	text-align: center;
	font-size: 80%;
}


.pagenav_prev
{
}

.pagenav_next
{
}

.highlight
{
	color: #000;
	background-color: #FFA;
}
