﻿@charset "utf-8";

/* ________________________________________________________
 *
 *            STYLES GENERAUX
 * ________________________________________________________
 */

* {
	margin:0px;
}

html, body {
	color:#666;
	font-family:Verdana, Arial, Geneva, sans-serif;
	height:100%;
	background-image:url(../img/page_background.jpg);
	background-repeat:repeat-x;
	background-color:#d3d3d3;
  	font-size: 8pt;
  	line-height: 12pt;
}

p{
	margin-bottom: 12px;
	text-align: justify; 
}

a:link {
	color:#000000;
}

a:visited{
	color:#000000;
}

a:hover {
	color:#00A0C6;
}

a:active {
	color:#00A0C6;
}

img{
	border:0;
}

hr {
	color:#666;
	background-color:#666;
	height: 1px;
	margin-bottom: 12px;
	border: 0;
}

h1 {
	font-size:16px;
	padding-top:10px;
	padding-bottom:10px;
}

h2 {
	font-size:14px;
	padding-top:8px;
	padding-bottom:8px;
}

h3 {
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
}

/* ________________________________________________________
 *
 *            STYLES SPIP (de class)
 * ________________________________________________________
 */

a.spip_in, a.spip_out{
		color:#00A0C6;
		text-decoration:none;
}

a.spip_in:hover{
		text-decoration:underline;
}

a.spip_out {
	background:transparent url(../img/spip_out.gif) no-repeat scroll right center;
	padding-right:14px;
}

a.spip_out:hover{
		text-decoration:underline;
}

a.spip_in_footer, a.spip_out_footer{
		color:#666;
		text-decoration:none;
}

a.spip_in_footer:hover{
		color:#00A0C6;
		text-decoration:underline;
}

a.spip_out_footer:hover{
		color:#00A0C6;
		text-decoration:underline;
}

a.spip_out_footer {
	background:transparent url(../img/spip_out.gif) no-repeat scroll right center;
	padding-right:14px;
}

/* ________________________________________________________
 *
 *            ENTETE
 * ________________________________________________________
 */

#entete_lien {
	padding-right:30px;
	margin-left:-8px;
	width:780px;
	height:16px;
	vertical-align:center;
	background-image:url(../img/page_header.png);
}

#entete_lien img{
	margin-left:2px;
	margin-right:2px;
	vertical-align: middle;
}

#entete_lien_droite{
	display: block;
	float:right;
	text-align:right;
	margin-right:-16px;
}

#entete_lien_gauche{
	font-size: 6pt;
	display: block;
	float:left;
	text-align:left;
	margin-left:16px;
}

#entete_lien_gauche a{
	font-size: 8pt;
	text-decoration: none;
	color: #666;
}

#entete_anime {
	text-align:right;
	width:800px;
}

/* ________________________________________________________
 *
 *            MENUS
 * ________________________________________________________
 */
 
#menu_main {
	width:800px;
	height:30px;
	margin: 0px;
	padding: 0px;
	background-image:url(../img/menu_main.jpg);
	background-repeat: no-repeat;
}

#menu_main a {
	text-decoration:none;
	font-size:14px;
}

#menu_main ul  {
	padding-left:16px;
	padding-top:5px;
	margin : 0px;
}   /*correspond aux listes du menu et ss menu*/

#menu_main li {
	display:inline;
	list-style-type:none;
	display: center;
	padding-right:5px;
	padding-left:5px;
}

#menu_main li li a {
	font-size:12px;
}

/* ________________________________________________________
 *
 *            HIERACHIE
 * ________________________________________________________
 */

#hierarchie {
	width:800px;
	height:20px;
	padding-left: 20px;
	text-indent: 16px;	
	background-image:url(../img/menu_hierarchie.jpg);
	background-repeat: no-repeat;
}

#hierarchie a {
	text-decoration:none;
	font-size:12px;
	color:#999;
}

#hierarchie p {
	line-height:20px;
	color: #999;
}

/* ________________________________________________________
 *
 *            PAGE
 * ________________________________________________________
 */
 
#spacer {
	clear:both;
}
 
#conteneur {
	padding-top:10px;
	width:780px;
	float:left;
	padding-left:10px;
	padding-right:10px;
}

#page_content {
	margin:auto;
	width:821px;
	background-image:url(../img/page_coupe.png);
	background-repeat:repeat-y;
	padding-left:8px;
	min-height:100%;
}

#page_footer {
	margin:auto;
	width:821px;
	background-image:url(../img/page_footer.png);
	background-repeat:repeat-y;
	padding-left:8px;
	height:30px;
}

#footer {
	margin:auto;
	width:821px;
	text-align: center;
	padding-left:8px;
}


/* ________________________________________________________
 *
 *            NAVIGATION
 * ________________________________________________________
 */


#navigation{ 
	float:right;
	margin-top: 15px;
	margin-right: 21px;
	width:225px;
	background-image:url(../img/cadre_sousrubriques_coupe.jpg);
	background-repeat:repeat-y;
}

#navigation a{
	text-decoration:none;
}

#navigation  a.on:link {
	color:#00A0C6;
}

#navigation  a.on:visited{
	color:#00A0C6;
}

#navigation  a.on:hover {
	color:#00A0C6;
}

#navigation  a.on:active {
	color:#00A0C6;
}

#navigation h1{
	font-size:12px;
	font-weight:normal;
	color: #999999;
	padding-top:0px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999999;
	text-align:center;
}

#navigation li{ 
	display: block;
	margin: 8px 0px 8px 16px;
	display: list-item;
	list-style-image: url(../img/carre_navigation.png);
}

#navigation ul { 
	padding:0px;
}

/* ________________________________________________________
 *
 *            CADRES GENERAL
 * ________________________________________________________
 */

.cadre_header {
	clear:both;
	top:0;
}

.cadre_footer {
	clear:both;
	bottom:0;
}

.cadre_navigation_content {
	padding-bottom: 10px;
	padding-left: 18px;
	padding-right: 23px;
	padding-top:0px;
}

.cadre_breves_content {
	text-decoration:none;
	display:block;
	padding-bottom:5px;
	padding-left:18px;
	padding-right:22px;
	padding-top:0px;
}
.cadre_breves_content ul{
	padding-left:20px;
}


/* ________________________________________________________
 *
 *            PAGES rubrique et article
 * ________________________________________________________
 */

/*> taille de la banniere rubrique*/
#page_banniere{
	margin:0px;
}

/*> taille de la boite titre de la rubrique*/
#page_titre {
	width:516px;
	float:left;
	padding-bottom:5px;
	padding-left:36px;
	padding-right:10px;
	padding-top:10px;
}

/*> taille du contenu de la rubrique (au centre de la page)*/
#page_text {
	width:516px;
	float:left;
	padding-left:36px;
	padding-right:10px;
	text-align:justify;
/*	border-right-style:dashed;
	border-right-width:thin;
	border-right-color:#CCC;*/
}

#page_text .chapo{
	font-size: 10pt;
	font-style: italic;
	border-bottom: 1px dotted #999999;
}

#page_text .texte{
	padding-top: 10px;
}

#page_text .try_timsys{
	font-size: 14pt;
	font-style: bold;
	text-align: center;
}

