/* -------------------------------------------------- */
/* BODY   																						*/
/* -------------------------------------------------- */

body
{
	margin: 0px;
	padding: 0px;  
	background-color: #DBDBDB;
	text-align: center;
	color: #555555;
}


/* -------------------------------------------------- */
/* GENERAL																						*/
/* -------------------------------------------------- */

.header
{
	position: relative;
	margin-left: auto;
  margin-right: auto; 
  width: 780px;
  padding: 0 0 0 0px;
	background-color: #FFFFFF;		
}

.main{
	position: relative;
  margin-left: auto;
  margin-right: auto;
	padding: 0 0 0 0px;
	width: 780px;
	height: 100%;
	background-color: #EEEEEE;
	overflow: auto;
	top: 20px;
	z-index: 0;
}

.menu{
	position: absolute;
	width: 180px;	
	background-color: #C62417;
	padding-bottom:15px;
}

.contenu
{
	position: absolute;
	top: 7px; 
	left: 182px;
	width: 560px;
}

.contenu_sommaire
{
	position: absolute;
	top: 20px; 
}

td
{
	border: 0;
	padding: 0px;
	background-color: #EEEEEE;
}

a:link
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:active
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img {
	border: 0;
}


/* -------------------------------------------------- */
/* MENU																								*/
/* -------------------------------------------------- */

.menu_1{
	position: absolute;
	top: 130px;  
	left: 160px;
	text-align: left;
	z-index: 30;
}

.menu_2{
	position: absolute;
	top: 150px;  
	left: 0px;
	height: 20px;
	width: 100%;
	margin-left: 0px;
	padding: 4 0 0 5px;
	background-color: #C62417;
	text-align: left;
	z-index: 30;
}

.menu_item_1 a,*
{	
	color: #C62417;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica;
	letter-spacing: 2px;		
}

.menu_item_2 a,*
{	
	color: #EEEEEE;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica;
	letter-spacing: 2px;		
	text-align: left;
}


/* -------------------------------------------------- */
/* TEXT																								*/
/* -------------------------------------------------- */



.texto p
{
	color: #555555;
	text-align: justify;
	font-size: 12px;
	font-family: Arial, Helvetica;
}

.texto {
	padding-left: 5px;
}

.title_1
{
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
	color: #C62417;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica;
	letter-spacing: 2px;
	
}

.title_2, h3
{
	margin: 0;
	padding: 0;
	color: black;
	font-size: 14px;
	font-family: Arial, Helvetica;
}



a
{
	color: #C62417;		
	font-family: Arial, Helvetica;
}



table{
	margin-left: auto;
	margin-right: auto;
}

td, th {
	border: 2px;
	color: #555555;	
	background-color: #EEEEEE;
}

ul {
	margin-top: 30px;
}

li {
	color: #555555;
}

hr
{		
	margin-left: 10px;
	margin-top: 50px;
	width: 100%;
}

b, strong {
	color: #555555;
	font-style: bold;
}

i {
	color: #555555;
	font-style: italic;
}



dd {
	color: #555555;
	margin-left: 0px; 
	padding: 0px;
	margin-right: auto;
	text-align: center;
}


dt, dd, dl { 
	text-align: center; 
	margin-left: auto; 
	margin-right: auto;
	border: 1px;
	border-bottom-color: black;
}

dt img{
	margin-left: auto;
  margin-right: auto;
}

.spip_documents_center{
        margin: auto;
        text-align: center;
        width: 80%;
}


.copyright, .copyright a {
	text-align: center;
	color: #555555;
	font-size: 10px;
}

/* -------------------------------------------------- */
/* FORM																								*/
/* -------------------------------------------------- */

form input,textarea
{
	padding: 4px;
	border: 1px black solid;
	color: black;
	width: 30%;
	font-size: 12px;
	font-family: Arial, Helvetica;
	background-color: white;	
}
form input:focus,textarea:focus
{
	background-color: #C62417;
}

/*---------------------------------*/
/* PLUGIN FORMULAIRE*/

.spip_forms fieldset {
	padding: .4em .4em .4em 1em;
	margin:.5em 0 .5em 0;
}