/* styles journal 
   www.atypik.biz, 
   inspiration-expression.fr */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CSS pour les balises HTML */

html {
	padding: 20px;
	background: #DFEAF9;
}
body {
	position: relative; 
	width: 740px;
	border: #000000 1px solid;
	margin: 0px auto;
	background: #FFCF71 url(img_squelette/fond_body.gif) repeat-y left top;
	font-family: "palatino linotype", palatino, "times new roman", times, serif;
	font-size: 12px;
	letter-spacing: 1px;
        color: #000000;
	}
a, a:link, a:visited, a:active {
	color: #064491;
	text-decoration: none;
}
a:hover {
	color: #7DA3D3;
	text-decoration: none;
}
img {
	border: 0;
}
form {
	margin-top: 20px;
}
h1 {
	margin: 0px 0px 5px 0px;
	overflow: hidden;
	font-size: 20px;
        color: #000000;
        letter-spacing: 2px;
}

hr {
	visibility: hidden;
}
.legeritalique {
	text-align: right;
	color: #848484;
	font-style: italic;
}

fieldset.css {
	padding: 10px;
	border: 0px;
}
.texte_rouge {
	color: #990000;
}
p.texte_rouge {
	color: #990000;
	text-align: center;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CSS pour les conteneurs */

#entete {
	display: block;
	height: 120px;
 background: url(http://inspiration-expression.fr/img_squelette/bandeau-inspiration-express.jpg) no-repeat;
	background-color: #95BBEA;
	border-bottom: #000000 1px solid;
	color: #ffffff;
}
#entete #nom_site {
	position: absolute;
	top: 0px;
	height: 70px;
	left: 16px;
	overflow: hidden;
	font-weight: bold;
	font-size: 50px;
	color: #ffffff;
}
#entete #url_site {
	position: absolute;
	top: 70px;
	left: 22px;
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
	color: #ffffff;
}
#menus {
	display: block;
	background: #064491;
	height: 25px;
}
#menus a {
	display: block;
	float: left;
	height: 25px;
	width: 80px;
	border-right: #DFEAF9 1px solid;
	line-height: 25px;
	color: #DFEAF9;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}
#menus a:link {
	display: block;
	float: left;
	height: 25px;
	width: 80px;
	border-right: #DFEAF9 1px solid;
	line-height: 25px;
	color: #DFEAF9;
	font-size: 14px;
	text-align: center;
	text-decoration: none
}
#menus a:visited {
	display: block;
	float: left;
	height: 25px; 
	width: 80px;
	border-right: #DFEAF9 1px solid;
	line-height: 25px;
	color: #DFEAF9;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}
#menus a:hover {
	background-color: #042753;
}
#gauche {
	position: relative;
	float: left;
	display: block;
	margin: 5px;
	width: 155px;
	font-family: "times new roman", serif; 
	font-size: 12px;
	color: #000000;
}
#gauche h1 {
	overflow: hidden;
	color: #e26a09;
}
#gauche h2 {
	overflow: hidden;
	font-size: 16px;
	color: #e26a09;
}
#gauche ul {
	overflow: visible;
	margin-left: -20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#gauche p {
	overflow: visible;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#gauche li {
	overflow: visible;
}
#gauche a, a:link, a:visited, a:active {
	color: #064491;
	font-weight: bold;
	text-decoration: none;
}
#gauche a:hover {
	color: #7DA3D3; 
	font-weight: bold; 
	text-decoration: none;
}

#droite {
	position: relative;
	float: right;
	z-index: 10;
	width: 518px;
	margin-top: 10px;
	padding-right: 30px;
	background: none transparent scroll repeat 0% 0%;
}
#droite h1 {
	font-size: 22px;
	color: #e26a09;
	font-weight: bold;
}
#droite a, a:link, a:visited, a:active {
	color: #064491; 
	font-weight: bold; 
	text-decoration: none;
}
#droite a:hover {
	color: #7DA3D3; 
	font-weight: bold; 
	text-decoration: none;
}
#lien_courant a, a:link, a:visited, a:active {
	color: #e26a09;
}
#rubrique_titre a, a:link, a:visited, a:active {
	color: #e26a09;
}
.rubrique_titre_rub {
	margin: 0px 0px 5px 0px;
	border-bottom: #000044 2px solid;
	height: 36px;
	overflow: hidden;
	line-height: 36px; 
	font-family: "times new roman", serif; 
	font-size: 24px; 
	font-weight: bold; 
	color: #DC480E; 
	letter-spacing: 2px;
}
.articles {
	position: relative;
	margin-bottom: 15px;
	width: 438px;
	background: #ffffff;
	line-height: normal; 
	font-family: "courier new", courier, monospace; 
	font-size: 12px;
}
.article_titre {
	margin: 0px 0px 5px 0px;
	border-bottom: #000000 1px solid;
	height: 30px;
	overflow: hidden;
	line-height: 30px; 
	font-family: "times new roman", serif; 
	font-size: 20px; 
	font-weight: bold; 
	color: #423A82; 
	letter-spacing: 2px;
}
.article_soustitre {
	text-align: right;
	line-height: 30px; 
	font-family: "times new roman", serif; 
	font-size: 20px; 
	font-weight: bold; 
	color: #727860; 
}
#pied {
	border-top: #000000 1px solid;
	display: block;
	width: 100%; 
	height: 40px;
	background-color: #064491;
	font-size: 12px; 
	color: #7DA3D3;
}
#pied p {
	margin: 1px 1px -15px 65px;
	font-style: italic;
}
#pied a, a:hover, a:visited, a:link {
	color: #dde4c9; 
	text-decoration: none;
}
.passer_dessous {
	clear: both;
	visibility:hidden;
}
.forum-repondre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	margin-top: 0.6em;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Styles SPIP */

a.spip_url { }
a.spip_in { }
a.spip_out { }
a.spip_glossaire { }

.spip_code { }

p.spip_note { }

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

.spip_documents{
	font-family: verdana,Arial,helvetica,sans-serif; 
	font-size : 70%;
}


table.spip {
	text-align: center;
}

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

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

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

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

hr.spip { }
b.spip { }
i.spip { }


.spip_encadrer {
	width: 438px;
	margin-top: 10px;
	text-align: left;
	scrollbar-base-color: #ffffff; 
	scrollbar-3dlight-color: #ffffff; 
	scrollbar-arrow-color: #ffffff; 
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-face-color: #ffffff; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-shadow-color: #ffffff; 
	scrollbar-track-color: #ffffff; 
}
.spip_cadre {
	width : 438px;
}
.spip_bouton { 
	background-color: #727860;
	border: #727860 1px solid;
	font-size: 14px; 
	color: #ffffff; 
	text-align: center;
}
.forml {
	width : 438px;
	background-color: #ffffff;
	border: #e26a09 1px solid;
	font-size: 14px; 
	color: #727860;
}
.formulaire_recherche label{ 
	color: #e26a09; 
}
.formulaire_recherche .forml{ 
	width : 120px;
	background-color: #ffffff;
	border: #000000 1px solid;
	font-size: 14px; 
	color: #727860; 
	text-align: center;
	font-family: "palatino linotype", palatino, "times new roman", times, serif;
}
.reponse_formulaire {
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-weight: bold; 
	font-size: 110%; 
	color: #e26a09;
}
.spip_surligne { background-color: #666666; }
.spip-admin {
	float:left;
	clear: both;
}
.plan-secteur {
	margin-left: 20px;
}


