body {
	margin: 0; /* pour éviter les marges */
	text-align: left;
	background-color: #ffffff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}


img {
    vertical-align: middle;
    border: 0px solid black;
}

/* 
 * Les aspects de mise en page  - placement             
 */

#header {
    height: 30px;
    background-color: #FFCC66;
    border-bottom: 1px dotted black;
    text-align: center;
    font-size: 1.8em;
}

#piedDePage {
    clear: both;
    height: 30px;
    background-color: #99CC99;
    text-align: right;
    font-size: 10px;
    padding: 3px;
    border-top: 1px solid #000000;
}

.bloc {
    padding-left: 10px;
    margin-bottom: 12px;
    font-size: 11px;
}

.bloc h1{
    position: relative;
    left: -10px;
    background-repeat: no-repeat;
    height: 40px;
    padding-top : 10px;
    margin: 0px;
    font-size: 15px;
	font-weight: bold;
	text-align: right;
}

.shopping {
	background-image:url("shopping.jpg");
}

#cadre {
    margin: 3px;
	padding: 5px;
	margin-bottom: 10px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 12px; 
}

h1 {
	text-align: center;
}

hr {
	margin-top: 30px;
	margin-bottom: 5px;
}

#colonneGauche {
	float: left;
    left:0;
    width: 170px;
    padding: 10px;
}

/************************* 
 * Mise en page 3 colonnes
 ************************/


#page  {
    position: relative;
    left: 50%;
    top: 30px;
    margin-left: -300px;
    font-size:0.8em;
	width: 600px; 
	background-image:url("fond-page.gif");
    border: 1px solid black;
}

#colonneCentrale {
	padding: 10px;
	margin-left: 200px;
	width: 374px;
	background-color: #ddFFcc;
}


#colonneCentrale p {
	text-align: justify;
}
/************************* 
 * Mise en page 2 colonnes
 ************************/

#clear hr {
clear:both;
}

#colonneCentrale h2 { 
	font-size: 15px;
	font-weight:bold;
	text-align:center;
	margin-top: 35px;
	margin-bottom: 15px;
}


// REPRISE de spip_style  - Ne sera pas ecrase a la prochaine mise a jour ///

a.spip_url { }
a.spip_in { }
a.spip_out { }
a.spip_glossaire { }
.spip_code { }
p.spip_note { }
hr.spip { }
b.spip { }
i.spip { }


h3.spip {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 1.5em;
	padding: 0em;
}

.spip_documents{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size : 0.9em;
}


table.spip {
border :1px solid;
}

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;
}


.forml { width: 100% ; 
//background-color: #FFDDAA;}

.spip_encadrer {
}

.spip_cadre {
	width : 100%;
	background-color: #FFFFFF;
	padding: 5px;
}

.spip_quote {
	margin-left : 40px;
	margin-top : 10px;
	margin-bottom : 10px;
	border : solid 1px #aaaaaa;
	background-color: #ffffff;
	padding: 5px;
}

.spip_bouton { background-color: #FFCC00;}

.formrecherche { 
//Met en vrac la presentation en px .. on verra plus tard
//width: 100% ; 
//background-color: #FFDDAA;
}

.reponse_formulaire {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 110%;
	color: red;
}

.spip_surligne { background-color: #FFFF66; }


/*
 * Barre de raccourcis
 */

a.spip_barre img {
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #aa9966;
	border-bottom: 1px solid #aa9966;
	padding: 3px;
	background-color: #FFDDAA;
}
a.spip_barre:hover img {
	border: 1px solid #808080;
	padding: 3px;
	background-color: #f8f8f4;
}

