

/*
Bleu vif : #336699
Bleu vif clair : #0066FF
Bleu cyan : #647b8a
Gris clair : #999999
Bleu : #06c; 
*/



/* Page de base */

body {
	color:white;
	background-color:#000066;
	font-size:small;
	font-family: sans-serif;
}

#page {
}

h1 {
	font-variant: small-caps;
	font-family: "comic sans MS",sans-serif;
	font-weight: bold;
	font-size: large;
	margin:0px;
	padding:0px;
	color:#fc0;

	padding-left:20px;
	min-height:22px;;
	background-image:url(icone_timbre.png);
	background-repeat:no-repeat;
	background-position:left top;
}

a.titre_rubrique {
	color:#fc0;
}

h2 {
	color:#fc0;
	font-size: medium;
	font-family: sans-serif;
	font-weight:bold;
}

h3 {
	color:#fc6;
	font-size:medium;
	margin-bottom:0px;
}

h3.spip {
	border-bottom: thin solid #fc6;
}

a {
	color:#a8f;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

li {
	list-style-image : url(abalbul1.gif);
	list-style-position: outside;
}


/* Parties */

#enteteDePage {
	font-size:small;
	text-align:center;
	margin-bottom:1em;
}



#piedDePage {
	font-size:small;
	clear: both;
}


#annexe {
	font-size:small;
	float:right;
  	width: 25%;
	margin-left:0px;
}

#annexe h1 {
    font-size:small;
}


#annexe ul {
    margin-left:0px;
    padding-left:20px;
}

#annexe .cadre {
    margin:0px;
    margin-top:5px;
}


#principal {
	float:left;
	width:68%;
	padding:10px;
	margin:10px;
 	margin-right:0px;
	margin-left:5px;
}


#principal h2 {
    margin-bottom:0em;
}

#principal p {
    margin-top:0.5em;
}

#principal_seul {
	margin:2em;
}

#pied {
	clear:both;
	text-align:center;
	font-size:x-small;
}




.bloc {
	margin-bottom:1em;
	padding:1em;
	border:solid thin black;
}

#annexe>.bloc {
	margin-left:0em;
	margin-right:0em;
}

#news {
	background-color:#500551;
}

#association {
	background-color:#003399;styleswitcher
}

#affiche {
	background-color:#003366;
}


#guide {
	background-color:#010343;
	width:43%;
	float:left;
	font-size:small;
}

#guide>h1 {
	font-size:medium;
}


#coin {
	background-color:#500551;
	width:43%;
	float:right;
	font-size:small;
}

#coin>h1 {
	font-size:medium;
}

#partenaires {
	background-color:#500551;
}

#aussi {
	background-color:#010343;
}



#rechercher {
}

#labelRechercher {
}

#lien_admin {
	float:right;
}

#auteurs {
	font-size:x-small;
	font-style:italic;
}



#rubriques h2 {
    margin-top:3em;
}

#pageRecherche {
	float:left;
    width:95%;
/*    width:68%;*/
	padding:10px;
	margin:10px;
    margin-right:0px;
    margin-left:5px;

	border-style:solid;
	border-width:1px;

	border-color:#AAA;
    border-color:black;

	background-color:white;

    position:relative;
    bottom:25px;
}

#styleswitcher {
	float:right;
}


/* Divers */

.formrecherche {
/*	margin-top:20px;*/
	padding:2px;
	width:90%;
/*-moz-border-radius: 10px;*/
    border:solid thin;
    border-color:#999 #ccc #ccc #999 ;

}
.recent {
	font-size:0.6em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-align:left;
	font-weight:normal;
}

.surtitre {
	font-weight:normal;
	font-style:italic;
      	font-size: 10pt;
}

.chapeau {
	font-weight:bold;
	margin-bottom:50px;
}



table.spip {
}

table.spip tr.row_first {
	background-color: #FCF4D0;
}

table.spip tr.row_odd {
	background-color: #C0C0C0;
}

table.spip tr.row_even {
	background-color: #F0F0F0;
}

table.spip td {
	padding: 1px;
	text-align: left;
	vertical-align: center;
}

.spip_code {
    color:#556f88;
}

.spacer {
	font-size:0em;
	clear: both;
}



