/************************************************************
*     CSS AdminRezo.net          |    bleu:      #474c74    *
*     Par Nicephore17            |    mauve:     #9a3263    *
*     Cible:                     |    gris:	 #f0f0f0    *
*       Tous navigateurs         |                          *
*       Résolution > 1024x786    |                          *
************************************************************/

body {
	margin: 0;
	text-align: center;
}

/************************************************************
REALISATION D'UNE PAGE EN COLONNE
************************************************************/

#page {
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
	background: #ffffff;
}


.hack_bas {
	clear : both;
}

/************************************************************
LOGO XiTi
************************************************************/



/************************************************************
CONFIGURATION DU MENU HEADER
Source: http://pompage.net/pompe/portescoulissantes/
************************************************************/

#header {
	float: left;
	display: block;
	width: 999px;
	background:black repeat-x bottom;
	font-size:110%;
	line-height:normal;
}

#header ul {
	display : block;
	margin: 0;
	padding: 18px 10px 0;
	list-style:none;
}

#header li {
	float: left;
	display: block;
	background:url("img/left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	
}

#header a.menu {
	float: left;
	display: block;
	background:url("img/right.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#330099;
}

#header a.menu:hover {
	color:#333;
}

#header #current {
	background-image: url("img/left_on.gif");
	border-width: 0;
}

#header #current a.menu {
	background-image:url("img/right_on.gif");
	color:#FF0000;
	padding-bottom:5px;
}

#sous_menu {
	float: left;
	display: block;
	width: 958px;
	font-size: 110%;
	padding: 8px 0 1em 12px;
}

#sous_menu a {
	text-decoration:none;
	font-weight:bold;
	color: #333;
}

/************************************************************
CONFIGURATION COLONNE PRINCIPALE (GAUCHE)
************************************************************/

#gauche {
	display: inline;
	float: left;
	width: 840px;
	padding: 0 1em 3em 12px;
	text-align: justify;
}

/************************************************************
CONFIGURATION COLONNE SECONDAIRE (DROITE)
************************************************************/

.droite {
	display: block;
	background:silver;
	margin: 1em 12px 0em 860px;
	background-color: #f0f0f0;
	border: 1px solid #000000;
	padding: 5px 5px 5px 5px;
	width: 200px;
	text-align: justify;
	font-size: 80%;
	/* -moz-border-radius: 8px; */
}

.droite a{
	text-decoration: none;
	color: #000000;
	border-bottom: dotted 1px;
}

.droite a:hover{
	border-bottom: solid 1px;
}

/************************************************************
CONFIGURATION DU PIED DE PAGE
************************************************************/

#pied {
	float: left;
	display: block;
	width: 840px;
	padding-bottom: 8px;
	text-align: center;
	font-size: 80%;
	background: white;
	border-top: solid 1px;
	clear : both;
}

#pied a{
	text-decoration: none;
	color: #000000;
	border-bottom: dotted 1px;
}


/************************************************************
STYLE DE CARACTERES
************************************************************/

#gauche a {
	color: #000000;
	text-decoration: none;
}

#gauche a:hover{
	text-decoration: underline;
}

#gauche td{
	text-align: justify;
	font-size: 80%;
}

#document_joint img{
	border: 0px;
}

#document_joint td{
	font-size: 70%;
	text-align: justify;
}

#document_joint a{
	border: 0px;
}

.lien_titre_rubrique {
	font-size: 110%;
	font-weight: bold;
	display: block;
	margin-top: 1em;
}

h4 {
	color: #0033FF;
	font-size: 105%;
}

h3 {
	color: #0033FF;
	font-size: 110%;
}

h2 {
	color: #0033FF;
	font-size: 115%;
}

h1 {
	color: #0033FF;
	font-size: 130%;
}

h3.spip{
	text-align: center;
	font-size: 130%;
}

.spip_doc_titre{
	font-size: 60%;
}

.spip_code {
	font-family: "Courier New", Courier;
	font-size: 110%;
	font-weight: bold;
	color: #474c74;
}

.spip_cadre {
	width: 840px;
	font-family: "Courier New", Courier;
	font-size: 90%;
}

a.spip_out:after {
	content: url("img/world.png");
}

#gauche a {
	border-bottom: dotted 1px;
}

#gauche a:hover {
	text-decoration: none;
	border-bottom: solid 1px;
}

.formrecherche {
	width: 95%;
}

/* formulaire mail and co */
.forml {
	width: 95%;
}