/*
 * Cette feuille de style est bien entendu soumis 
 * a certaines restrictions que vous trouvez à l'adresse suivante
 * (http://mag.fraternet.org/license.php3). 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;
	font-size:14px;
	background-color: #57a457;
	padding: 3px;
	margin-top: 0;
	margin-left: 0;
	font-weight: bold;
	border-right: solid 3px #99cc99;
}      

h1.gauche a {
	color:#FFFFFF;
        font-size:14px;
	font-weight: bold;
	text-decoration: none;
	
}

h1.gauche a:hover {
	color:#FFFFFF;
        font-size:14px;
	font-weight: bold;
	text-decoration: none;
}

h2 {
        color:#FFFFFF;
	background-color: #99cc99;
        font-size:11px;
	padding: 3px 2px 3px 0;
	text-align: right;
}

h2.droite a {
        color:#FFFFFF;
        font-size:11px;
	padding: 3px 2px 3px 0;
	font-weight: bold;
	text-decoration: none;	
}

h2.droite a:hover {
        color:#FFFFFF;
        font-size:11px;
	padding: 3px 2px 3px 0;
	font-weight: bold;
	text-decoration: none;	
}

h3 {
        color:#FFFFFF;
        font-size:13px;
        font-weight: bold;
	text-align: center;
	background-color: #57a457;
	border: solid 1px #99cc99;
}

h3.titre a {
        color:#FFFFFF;
        font-size:13px;
        font-weight: bold;
	text-decoration: none;
}

h3.titre a:hover {
        color:#FFFFFF;
        font-size:13px;
        font-weight: bold;
	text-decoration: none;
}

p {
        color:#000066;
        font-size:12px;
        font-style: normal;
}

p.chapo {
        color:#000066;
        font-size:12px;
        font-style: italic;	
	text-align:justify;	
}

p.spip
{
        color:#000066;
        font-size:12px;
        font-style: normal;
	text-align:justify;	
	padding: 2px;
}

blockquote
{
        color:#000066;
        font-size:12px;
        font-style: normal;
	text-align:justify;
}

.text
{
        color:#000066;
        font-size:12px;
        margin:0px 5px 0px 5px;
        font-style: normal;
	text-align:justify;
}

h4
{
        color:#336699;
        font-size:10px;
        font-style: normal;
}		

.petit
{
        color:#000066;
        font-size:9px;
}

.copyright { 
	color: #57a457;
	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; */
}

.date {
        color:#000066;
        font-size:9px;
	margin: 2px 0 5px 0;
}	

/***************************************/
/* Déclaration des puces	       */
/***************************************/

.spip_puce {
	margin: 1px;	
}

.content ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

li.puce_presentation {
	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; */
}

#block1 ul {
	margin-left: 0; 
	padding-left: 30px;	
}

#block1 ul li {
	list-style: url("../imgs-site/puce_pt_mag.gif");
}

/***************************************/
/* Déclaration des documents	       */
/***************************************/

.spip_documents {
/* 	float: right;
	clear: both; */
}

.spip_documents_left {
	float: left;
	margin-right: 2px; 
	text-align: center;
}

.spip_documents_center {
	text-align: center;
}

.spip_documents_right {
	float: right;
	margin-left: 2px; 
	text-align: center;
	clear: both;
}

/***************************************/
/* 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:#ffffff;
        font-size:11px;
	padding-left: 10px;
        font-style: italic;
	text-align: justify;
	background-color: #8fabd1;
	border-left: solid 3px #336699;
	/* list-style: circle inside #336699; */	
}



/***************************************/
/* Déclaration styles de tableau       */
/* (propre a spip)      	       */
/***************************************/

.row_first {
	background-color: #336699;
	color: #ffffff;
}

.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;
}

/***************************************/
/* 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:#99cc99; 
        background-color : #FFFFFF;  
        text-decoration: none;  
	border:1px solid #99cc99;
        cursor:pointer;
}

.champs input { 
        font-size : 10px; 
        color:#99cc99; 
        background-color : #FFFFFF;  
        text-decoration: none;  
	border:1px solid #99cc99;
        cursor:pointer;
}

.champs input:hover {
        background-color:#ccccff;
	border:1px solid #99cc99;
        color:#99cc99;
}

.champs input:active {
        border:1px inset #99cc99;
        background-color:#F0F0FF;
        color:#99cc99;
}

textarea { 
        font-size : 10px; 
        color:#99cc99; 
        background-color : #FFFFFF;  
        text-decoration: none;  
	border:1px solid #99cc99;
        cursor:pointer;
}

textarea:hover {
        background-color:#ccccff;
	border:1px solid #000066;
        color:#000066;
}

textarea:active {
        border:1px inset #99cc99;
        background-color:#F0F0FF;
        color:#99cc99;
}

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 {
        color: #FF0000; 
        border: 1px solid #FF0000;
        background-color: #FFE7C2;
}               

textarea.invalid {
        color: #FF0000;
        border: 1px solid #FF0000;
        background-color: #FFE7C2;
}

/***************************************/
/* Déclaration styles pour les liens   */
/***************************************/

a:link
{
	color:#57a457;
	/* font-size:12px; */
	font-weight:normal;
	line-height:13px;
}

a:hover
{
	color:#96d093;
	/* font-size:12px; */
	font-weight:normal;
	line-height:13px;
}

a:visited
{
	color:#57a457;
	/* font-size:12px; */
	font-weight:normal;
	line-height:13px;
}

a:visited:hover
{
	color:#96d093;
	/* font-size:12px; */
	font-weight:normal;
	line-height:13px;
}

a.petit:link
{
	color:#57a457;
	font-size:9px;
	font-weight:normal;
	line-height:13px;
}

a.petit:hover
{
	color:#96d093;
	font-size:9px;
	font-weight:normal;
	line-height:13px;
}

a.petit:visited
{
	color:#57a457;
	font-size:9px;
	font-weight:normal;
	line-height:13px;
}

a.petit:visited:hover
{
	color:#96d093;
	font-size:9px;
	font-weight:normal;
	line-height:13px;
}


/***************************************/
/* Classes rajoutées pour le M@g       */
/***************************************/

p.lire {
	text-align: right;
	margin-bottom: 5px;
	font-weight:bold;
}

p.lire a:link {
	color: #57a457;
	font-weight:bold;
}

p.lire a:hover {
	color: #57a457;
	font-weight:bold;
}

p.lire a:visited
{
	color:#57a457;
	font-weight:bold;	
}

p.lire a:visited:hover
{
	color:#96d093;
	font-weight:bold;
}

div.effet {
	color:#96d093;
	background-color: #effad8;
/* 	border: 1px solid #96d093; */
	padding: 3px;
	margin-bottom: 3px;
}

div.effet:hover {
	color:#57a457;
	background-color: #ffffff;
	/* border: 1px solid #96d093; */
	padding: 3px;
	margin-bottom: 3px;
}