/*
 * Cette feuille de style est bien entendu soumis 
 * a certaines restrictions que vous trouvez à l'adresse suivante
 * (http://fraternet.fr/article.php3?id_article=38). Pour toutes utilisations 
 * une demande doit être effectué depuis nos formulaires de contact.
 * Il est dans l'intêret de tous de ne pas reproduire un design web. 
 * De plus, il est important pour votre identité visuelle d'avoir
 * votre propre design.
 */


/***************************************/
/* Déclaration de la typographie       */
/***************************************/

h1 {
        color:#FFFFFF;
	background-color: #336699;
	padding: 3px;
	margin-top: 0;
	margin-left: 0;
}

h1.droite {
	text-align: right;
        font-size:14px;
	font-style: italic;
	border-left: solid 3px #8fabd1;
}
	
h1.gauche {
        text-align: left;
        font-size:14px;
	font-style: italic;
	border-right: solid 3px #8fabd1;
}

h2 {
        color:#FFFFFF;
	background-color: #336699;
        font-size:16px;
	text-align: right;
	padding: 3px 3px 3px 0;
}

h3 {
        color:#FFFFFF;
        font-size:12px;
        font-weight: bold;
	text-align: center;
	padding: 3px 0 3px 0;
	background-color: #8fabd1;
	border: solid 1px #000066;
}

p {
        color:#000066;
        /* font-size: 9px; */
        font-weight: normal;	
}

p.spip
{
        color:#000066;
        /* font-size: 9px; */
        font-weight: normal;
	text-align:justify;	
	line-height: 14px;
}

blockquote
{
        color:#000066;
        /* font-size:9px; */
        font-weight: normal;
	text-align:justify;
}

.text
{
        color:#000066;
        /* font-size:9px; */
        margin:0px 5px 0px 5px;
        font-weight: normal;
	text-align:justify;
}

.gros_text
{
        color:#FFFFFF;
        font-size:18px;
        font-weight: bold;
	text-align:justify;
}

h4
{
        color:#336699;
        font-size:10px;
        font-weight: normal;
}		

.petit
{
        color:#000066;
        font-size:8px;
}

.copyright { 
	color: #000066;
	/* font-size: 11px; */
	font-weight: bold;
}

abbr {
	border-bottom:1px dotted #000066;
}

div .ps {
	padding: 5px;
	margin: 1px;
	/* font-size:11px; */
	font-style: italic;
	background-color: #ffffff;
/*	border-left: solid 3px #8fabd1;
 	border-right: solid 1px #336699; 
	border-top: solid 1px #336699;
	border-bottom: solid 1px #336699; */
}

/***************************************/
/* Déclaration des puces	       */
/***************************************/

.spip_puce {
	margin: 1px;	
}

.content ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

li.puce_presentation {
	margin-bottom: 5px;
	margin-left: 20px;
	list-style: url("../ecrire/puce.gif");
	/* list-style: outside; */
	/* list-style-position: 10% 0; */
	color:#000066;
        /* font-size:12px; */
        /* font-weight: normal; */
}

/***************************************/
/* Déclaration des documents	       */
/***************************************/

.spip_documents {
	/* clear: both; */
}

.spip_documents_left {
	float: left;
	margin-right: 15px; 
	text-align: center;
}

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

.spip_documents_right {
	float: right;
	margin-left: 15px; 
	text-align: center;
}

/***************************************/
/* Déclaration des styles typographique*/
/***************************************/

strong {
	color:#8fabd1;
	/* font-size:12px; */
	font-weight: bold;
}

strong.spip  {
	color:#336699;
	/* font-size:12px; */
	font-weight: bold;
}

li strong {
	color:#8fabd1;
	/* font-size:12px; */
	font-weight: bold;
}

ul.spip{
	color:#000066;
        /* font-size:11px; */
	padding-left: 14px;
        font-style: italic;
	text-align: justify;
	list-style: url("../puce.gif");
/* 	background-color: #8fabd1;
	border-left: solid 3px #336699;*/
/* 	list-style: none; */ 	
}



/***************************************/
/* Déclaration styles de tableau       */
/* (propre a spip)      	       */
/***************************************/

.row_first strong .spip {
	color: #ffffff;
	border: 1px #8fabd1 solid;
}

.row_even {
	font-size:11px;
	background-color: #8fabd1;
	color: #ffffff;
}

.row_odd {
	font-size:11px;
	background-color: #ffffff;
	color: #8fabd1;
}

.tableau
{
        border : 1px solid #000066;
	border-right : 2px solid #000066;
	background-color: #F0F0FF;
	/*padding: 3px;*/
	line-height: 13px;
	padding: 2px;
}

/***************************************/
/* Déclaration styles formulaire       */
/***************************************/

.form-renseig {
	width: 100%;
	border: 1px solid #336699;
	/* font-size:12px; */
	color: #336699;
	float: left;
}

.form-renseig.invalid {
        color: #FF0000; 
        border: 2px solid #FF0000;
        background-color: #FFE7C2;
} 

div.form {
 	clear: both;
	padding-top: 10px;
}

div.form span.label {
 	float: left;
 	width: 170px;
 	text-align: right;
}

div.form span.champs {
	float: right;
 	width: 305px;
 	text-align: left;
}

input { 
        font-size : 12px;
        color:#336699; 
        background-color : #FFFFFF;  
        text-decoration: none;  
	border:1px solid #336699;
        cursor:pointer;
}

input:hover { 
        /* font-size : 10px;  */
        color:#000066; 
        background-color : #FFFFFF;  
        text-decoration: none;  
	border:1px solid #000066;
        cursor:pointer;
}

.champs input { 
        /* font-size : 10px; */ 
        color:#336699; 
        background-color : #FFFFFF;  
        text-decoration: none;  
	border:1px solid #336699;
        cursor:pointer;
}

.champs input:hover {
        background-color:#ccccff;
	border:1px solid #000066;
        color:#000066;
}

.champs input:active {
        border:1px inset #000066;
        background-color:#F0F0FF;
        color:#FBB03F;
}

.champs select { 
        font-size : 10px; 
        color:#336699; 
        background-color : #FFFFFF;  
        text-decoration: none;  
        border:1px solid #336699;
        cursor:pointer;
}

li.titre-search2 input { 
	margin-top: 2px;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;	
        text-decoration: none;  
        cursor:pointer;
}

textarea { 
        color:#336699; 
        background-color : #FFFFFF;  
        text-decoration: none;  
	border: 1px solid #336699;
        cursor: pointer;
	width: 200px;
	height: 140px;
}

textarea:hover {
        background-color:#ccccff;
	border:1px solid #000066;
        color:#000066;
}

textarea:active {
        border:1px inset #000066;
        background-color:#F0F0FF;
        color:#FBB03F;
}

textarea.form {
	width: 235px;
	height: 115px;
}

.invalid {
        color: #FF0000; 
        background-color: #FFE7C2;
	/* font-size: 12px; */
	font-weight: bold;
}

.invalid_ok {
        color: #336699; 
	/* font-size: 12px; */
	font-weight: bold;
	padding: 4px;
} 

input.invalid, select.invalid, textarea.invalid {
        color: #FF0000; 
        border: 1px solid #FF0000;
        background-color: #FFE7C2;
}

/***************************************/
/* Déclaration styles pour les liens   */
/***************************************/

a:link
{
	color:#336699;
	/* font-size:12px; */
	font-weight:normal;
}

a:hover
{
	color:#000066;
	/* font-size:12px; */
	font-weight:normal;
}

a:visited
{
	color:#000066;
	/* font-size:12px; */
	font-weight:normal;
}

a:visited:hover
{
	color:#336699;
	/* font-size:12px; */
	font-weight:normal;
}

a.petit:link
{
	color:#336699;
	font-size:8px;
	font-weight:normal;
}

a.petit:hover
{
	color:#000066;
	font-size:8px;
	font-weight:normal;
}

a.petit:visited
{
	color:#000066;
	font-size:8px;
	font-weight:normal;
}

a.petit:visited:hover
{
	color:#336699;
	font-size:8px;
	font-weight:normal;
}
