/**********************************/
/* Feuille de style du site CCCRA */
/**********************************/

/* Ecran */
#body {
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 50%;
	background-color: #03828F;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #095F68;
	text-align: justify;
	line-height: 1.3em;
}

/* Page */
#page {
  border:  none;
  margin: 0px;
  padding: 0px;
  position: relative;
  text-align: center;
  width: 980px;
  z-index: 0;
  top: 0;
  left:0;
  background-color: #FFFFFF;
}

/* ancres */
.spip_ancre {
	color: #669933;
	text-align: right;
	margin: 0px;
	float: right;
	padding: 0px;
    width: 500px;
}

.ancres {
	float: left;
	width: 680px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 100px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: right;
}	

/* liens */
a.spip_in { 
    color: #D86510;
	text-decoration: none;	
} 
a.spip_out { 
    color: #f90404;
	text-decoration: none;
} 

/* listes */
li.spip {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	}

ul.spip {
	margin: 0px;
	padding: 0px;

}

ol.spip {
	margin: 0px;
	padding: 0px;

}

/* titres et intertitres */
h2.spip {
	font-size: 1.4em;
	text-align: left;
	margin: 0px;
	padding: 0px;
	text-indent: 5px;
}

h3.spip {
	font-size: 1.2em;
	text-align: left;
	margin-top: 1.5em;
	margin-right: 100px;
	margin-left: 5px;
	margin-bottom: 1.3em; 
	font-weight: bold;
	padding: 0px;
}

h4.spip {
	margin-left: 5px;
	padding: 0px;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
}

h5.spip {
	margin-left: 5px;
	padding: 0px;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
}

hr.separateur {
	clear: both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	height: 1px;
}

/* paragraphes */
p.spip {

    width: 680px;
	padding: 0px;
	text-align: justify;
	margin-top: 5px;
	margin-right: 100px;
	margin-bottom: 5px;
	margin-left: 0px;
}

/ typographie */
strong.spip {
}

i.spip {
} 

/* affichage d'un document */
.spip_documents { text-align: center; }
.spip_documents_center {  width: 100%; margin: auto; }
span.spip_documents_center { display: block; margin-top:1em; }
.spip_documents_left { float: left; margin: 10px; }
.spip_documents_right { float: right; margin: 10px; }
.spip_doc_titre { font-weight: bold; font-size: 0.8em; margin-left: auto; margin-right: auto; }
.spip_doc_descriptif { clear: both; font-size: 0.8em; margin-left: auto; margin-right: auto; }


/* haut de page pour bandeau */
#haut_page {
 	border:  none;
	margin: 0px;
	width: 100%;
	height: 155px;
	padding: 0px;
	position: relative;
}

#haut_page  img {
	float: left;
}

/* tableau */
table.spip {
	text-align: left;
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

table.spip caption{
	text-align: center;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;	
	font-weight: bold;
	font-size: 1.1em;
}

table.spip td {
	margin: 5px;
	padding: 5px;
	text-align: justify;
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table.spip th {
	margin: 5px;
	padding: 5px;
	text-align: left;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	background-color: #999999;
}

table.spip tr.row_even td {
	margin: 5px;
	padding: 5px;
	text-align: justify;
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #E4E4E4;
}

table.spip tr.row_odd td {
	margin: 5px;
	padding: 5px;
	text-align: justify;
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CCCCCC;
}

/* menu de navigation */
#navigation {
	border:  none;
	width: 780px;
	padding: 0px;
      padding-bottom: 5px;
	color: #F9931C;
	font-size: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
	line-height: 1.5em;
	text-align: left;
	position: relative;
}

#navigation ul {
	margin: 0px;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#navigation a.anavign{
	padding: 0px;
	margin: 0px;
	color: #FE7901;
	text-decoration: none;
}

#navigation a.anavign:hover {
	padding: 0px;
	margin: 0px;
	color: #D33812;
	text-decoration: none;
}
 
#navigation a.anavign:active {
	padding: 0px;
	margin: 0px;
	color: #D33812;
	text-decoration: none;
}

#navigation a.anavigo{
	padding: 0px;
	margin: 0px;
	color: #D33812;
	text-decoration: none;
	font-style: italic;
}

#navigation a.navigo:hover {
	padding: 0px;
	margin: 0px;
	color: #D33812;
	text-decoration: none;
}
 
#navigation a.anavigo:active {
	padding: 0px;
	margin: 0px;
	color: #D33812;
	text-decoration: none;
}
	
/* conteneur actif de la page */
#conteneur {
	position: relative;
	border:  none;
	margin: 0px;
	width: 100%;
	height: auto;
	padding: 0px;
	background-color: #FFFFFF;
}

#page_accueil {
	border:  none;
	margin: 0px;
	width: 100%;
	padding: 0px;
}

/* encart des brèves */
#blocbreves
{
	float:left;
	left: 0px;
	top: 0px;
	width: 200px;
	padding: 0px;
	margin: 0px;
	padding-top: 70px;
	padding-bottom: 20px;
	color: #095F68;
	background-image: url(../images/cadrebreves.jpg);
	background-repeat: no-repeat;
	position: absolute;
}

#blocbreves marquee {
	padding: 0px;
    margin: 0px;
	margin-left: 17px;
	margin-right: 15px;
}

#blocbreves ul
{
	margin: 0px;
    padding: 0px;
}

#blocbreves li
{
	margin: 0px;
	padding: 10px;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(../images/pucebreve.gif);
}

/* encart pour zone recherche => logo et lien FFACCC */
#blocrecherche
{
	float:left;
	left:0px;
	top: 350px;
	width: 200px;
	height: 170px;
	position: absolute;
	text-align: left;
	vertical-align: bottom;
}

#blocrecherche img 
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* encart pour newsletter */
#blocnewsletter
{
	float:left;
	left:0px;
	top: 280px;
	width: 200px;
	height: 50px;
	position: absolute;
	text-align: left;
	vertical-align: bottom;
}

#blocnewsletter img 
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* zone entete dans conteneur */
#presentation {
	float: right;
	width: 750px;
	border:  none;
	text-align: justify;
	padding: 0px;
	padding-left: 30px;
	margin: 0px;
}

#presentation a {
	float: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#presentation ul {
	margin: 0px;
	padding: 0px;	
	line-height: 1.5em;
}

#presentation ul li {
	margin: 0px;
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #b2c63e;
	border-right-color: #b2c63e;
	border-bottom-color: #b2c63e;
	border-left-color: #b2c63e;
	list-style-position: inside;
	list-style-image: url(../images/icone_rub.gif);
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	text-indent: 0px;
	font-size: 14px;
	color: #F9931C;
	font-weight: bold;
}

#menu_gauche {
	float: left;
	margin: 0px;
	width: 200px;
	height: auto;
	padding: 0px;
	text-align: left;
	color: #f9931c;
}

#menu_gauche h2 {
	font-size: 12px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #f9931c;
	border-right-color: #f9931c;
	border-bottom-color: #f9931c;
	border-left-color: #f9931c;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
}

#menu_gauche ul {
	padding: 0px;
	margin: 0px;
}

#menu_gauche img {
	padding: 0px;
    padding-top: 15px;
    padding-left: 30px;
	margin: 0px;
}

.item_menu_gauche {
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;	
}

.a_menu_gauche {
	padding: 0px;
	margin: 0px;
	color: #FD7902;
	text-decoration: none;
}

#contenu_rubrique {
	margin: 0px;
	margin-right: 200px;
	width: 580px;
	height: auto;
	padding: 0px;
	float: right;
}

#contenu_rubrique ul {
	margin: 0px;
	padding: 0px;	
	line-height: 1.5em;
}

#contenu_rubrique ul li {
	margin: 0px;
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #b2c63e;
	border-right-color: #b2c63e;
	border-bottom-color: #b2c63e;
	border-left-color: #b2c63e;
	list-style-position: inside;
	list-style-image: url(../images/icone_rub.gif);
	list-style-type: none;
	text-align: left;
	text-indent: 0px;
	font-size: 14px;
	color: #FD7902;
	font-weight: bold;
}

#menu_rubrique {
	position: relative;
	border:  thin dashed #b2c63e;
	margin: 0px;
	margin-top: 10px;
	margin-left: 10px;
	height: auto;
	padding: 0px;
	background-color: #fdf9d0;
}

#menu_rubrique h2 {
	font-size: 12px;
	text-align: left;
	margin: 5px;
    margin-top: 10px;
	padding: 0px;
	color: #FD7902;
}

#menu_rubrique h3 {
	font-size: 12px;
	text-align: left;
	margin: 5px;
    margin-left: 30px;
	padding: 0px;
    color: #FD7902;
}

#menu_rubrique a {
	padding: 0px;
	margin: 0px;
	color: #FE7901;
	text-decoration: none;
}

#contenu_article {
	margin: 0px;
	width: 780px;
	height: auto;
	padding: 0px;
	float: right;
	text-align: justify;
}

h3.article {
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

#contenu_article ul {
	margin: 0px;
	padding: 0px;	
	line-height: 1.5em;
}

#contenu_article ul li {
	margin: 0px;
	margin-right: 100px;	
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #b2c63e;
	border-right-color: #b2c63e;
	border-bottom-color: #b2c63e;
	border-left-color: #b2c63e;
	list-style-position: inside;
	list-style-image: url(../images/icone_rub.gif);
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	text-indent: 0px;
	font-size: 14px;
	font-weight: bold;
}

#contenu_article ol {
	margin: 0px;
	padding: 0px;	
	line-height: 1.5em;
}

#contenu_article ol li {
	margin: 0px;
	margin-left: 10px;
	margin-right: 100px;
	padding: 0px;
	border-right-style: none;
	border-bottom-style: none;
	list-style-position: inside;
	list-style-image: url(../images/puce-bleue.gif);
	list-style-type: square;
	text-align: justify;
	border-top-style: none;
	border-left-style: none;
}

#liste_sorties {
	margin: 0px;
	width: 780px;
	height: auto;
	padding: 0px;
	float: right;
	text-align: justify;
}

#liste_sorties ul {
	padding: 0px;
	line-height: 1.5em;
	margin: 0px;
}

#liste_sorties ul li {
	margin: 0px;
	margin-right: 100px;
    margin-top: 10px;
	margin-left: 10px;
	padding: 0px;
	list-style-position: inside;
	list-style-image: url(../images/fleche2.gif);
	list-style-type: none;
	text-align: left;
	text-indent: 0px;
}

#liste_sorties p {
	margin: 0px;
	margin-left: 30px;
	padding: 0px;
	width: 650px;
}

#liste_sorties h4 {
	margin-left: 5px;
	padding: 0px;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
    width: 650px;
}

#contenu_sorties {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 600px;
	text-align: left;
}

#contenu_sorties p {
	padding: 0px;
	width: 600px;
	text-align: justify;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#contenu_sorties h3 {
	padding: 0px;
	font-size: 1.1em;
	text-decoration: underline;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#autres_sorties {
	width: 150px;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #669900;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#autres_sorties ul {
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#autres_sorties ul li {
	padding: 0px;
	text-decoration: none;
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: url(../images/rond-vert.jpg);
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#pied_page {
	clear: both;
	position: relative;
	border:  none;
	margin: 0px;
	text-align: center;
	width: 100%;
	background-color: #FFFFFF;
	height: 80px;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#pied_page a {
	color: #EA8B06;
	text-decoration: none;
}

#pied_page p {
	float: right;
	width: 700px;
	border:  none;
	margin: 0px;
    margin-top: 10px;
	margin-right: 50px;
	margin-left: 0px;
	text-align: justify;
	padding: 0px;
}

#pied_page p.ital {
	float: right;
	width: 700px;
	border:  none;
	margin: 0px;
	margin-top: 0px;
	margin-right: 50px;
	margin-left: 0px;
	text-align: justify;
	padding: 0px;
	font-size: 0.8em;
	font-style: italic;
}

img.log {
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#plan {
	margin: 0px;
	margin-right: 200px;
	width: 580px;
	height: auto;
	padding: 0px;
	float: right;
	text-align: justify;
}

#plan ul {
	margin: 0px;
	padding: 0px;	
	line-height: 1.5em;	
}

#plan li {
	margin: 0px;
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #b2c63e;
	border-right-color: #b2c63e;
	border-bottom-color: #b2c63e;
	border-left-color: #b2c63e;
	list-style-position: inside;
	list-style-image: url(../images/icone_rub.gif);
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	text-indent: 0px;
	font-size: 14px;
	color: #F9931C;
	font-weight: bold;
}

#plan p.secteurs {
	line-height: 1.2em;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 15px;
} 

#plan p.articles {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 30px;
} 

#plan a {
	padding: 0px;
	margin: 0px;
	color: #669933;
	text-decoration: none;
}

#mentions_legales {
	margin: 0px;
	width: 780px;
	height: auto;
	padding: 0px;
	float: right;
	text-align: justify;
}

#mentions_legales ul {
	padding: 0px;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#mentions_legales ul li {
	margin: 0px;
	margin-right: 100px;	
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #b2c63e;
	border-right-color: #b2c63e;
	border-bottom-color: #b2c63e;
	border-left-color: #b2c63e;
	list-style-position: inside;
	list-style-image: url(../images/icone_rub.gif);
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	text-indent: 0px;
	font-size: 14px;
	color: #F9931C;
	font-weight: bold;
}


