/* ÉLÉMENTS HTML
-------------------------------------------------------- */

* {
	padding: 0;
	border: 0;
	margin: 0;
}

body {
	color: #000;
	font-size: 11px;
	line-height: 18px;
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
}

h1 {
	font-size: 14px;
	color: #e79d0e;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
}

h3 {
	font-size: 12px;
}

p {
	margin-bottom: 1em;
	text-align: justify;
}

a {
	text-decoration: none;
}

hr {
	visibility: hidden;
	clear: both;
}

ul, li {
	list-style-type: none;
}

input {
	margin-left: 1em;
}

/* MISE EN PAGE
-------------------------------------------------------- */

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}

img.center {
	display: block;
	margin: 0 auto;
}

/* SQUELETTE
-------------------------------------------------------- */

#container {
	margin: 0 auto;
}

#header {
	visibility: hidden;
	display: none;
	height: 150px;
}

#content {
	padding: 25px;
	float: left;
}

#mot {
	padding: 25px;
	float: left;
}

#banner img {
	visibility: hidden;
	display: none;
	border: 1px solid #ccc;
	display: block;
	float: left;
}

#navigation {
	visibility: hidden;
	display: none;
	width: 180px;
	padding: 25px;
	float: left;
}

#extra {
	visibility: hidden;
	display: none;
	width: 213px;
	padding: 25px;
	float: left;
}

#footer {
	clear: left;
}

#footerin {
	margin: 0 auto;
	padding: 10px 0;
}

/* #header
-------------------------------------------------------- */

#header {
	visibility: hidden;
	display: none;
	background: transparent url(../squelettes/img/header-logo-inter.png) top left no-repeat;
	text-transform: uppercase;
	color: #a6a4a8;
}

#header a {
	color: #a6a4a8;
}

#header p {
	padding: 115px 0 0 25px;
}

#header ul {
	float: left;
	padding: 115px 0 0 25px;
}

#header li {
	float: left;
	margin-right: 2em;
}

#header li#inter a:hover {
	color: #dd0d2e;
}

#header li#marche a:hover {
	color: #f9f400;
}

#header li#printemps a:hover {
	color: #41b736;
}

#header p#menuright {
	float: right;
	padding-right: 25px;
}

/* #content
-------------------------------------------------------- */

#content h1 a {
	color: #e79d0e;
}

#content h1 a:hover {
	text-decoration: underline;
}

#content img {
	margin: 10px 0;
}

.article {
	padding-bottom: 0.5em;
	margin-bottom: 3em;
	border-bottom: 1px solid #bbb;
}

.membre {
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}

h3.membre {
	color: #e79d0e;
	font-size: 12px;
}

.membre h3 a {
	color: #e79d0e;
}

/* #mot
-------------------------------------------------------- */

#mot h1 a {
	color: #e79d0e;
}

#mot h1 a:hover {
	text-decoration: underline;
}

#mot img {
	margin: 10px 0;
}

.titrerubrique {
	font-size: 18px;
	color: #3376be;
	margin-bottom: 2em;
	font-weight: bold;
}

/* #navigation
-------------------------------------------------------- */

#navigation {
	visibility: hidden;
	display: none;
	font-size: 12px;
	background: #a02f9d;
	color: #fff;
}

#navigation dl {
	margin-bottom: 1.5em;
}

#navigation dl a {
	color: #fff;
}

#navigation dl a:hover {
	color: #450d50;
}

#navigation dt {
	text-transform: uppercase;
	border-bottom: 1px solid #bbb;
	font-weight: bold;
	margin-bottom: 3px;
}

#navigation dd {
	text-transform: uppercase;
	font-size: 9px;
}

#navigation .thematiques {
	color: yellow;
}

#navigation .thematiques a {
	color: yellow;
}

#navigation dt.thematiques {
	border-bottom: 1px solid yellow;
}


/* #extra
-------------------------------------------------------- */

#extra h1.breves {
	font-size: 14px;
	color: #3376be;
}

#extra h1.breves:first-letter {
	text-transform: uppercase;
}

#extra h2.breves {
	font-size: 11px;
	font-weight: bold;
}

#extra a {
	color: #000;
}

#extra a:hover {
	text-decoration: underline;
}

#extra li {
	margin-bottom: 0.7em;
}

#extra img {
	margin-bottom: 30px;
}

/* #footer
-------------------------------------------------------- */

#footer {
	width: 100%;
	border-top: 1px solid #000;
}

#insidefooter {
	margin: 0 auto;
	padding: 25px 0;
	background: transparent;
}

#insidefooter .bloc {
	padding: 0px 25px;
}

#insidefooter .bloc a {
}

#insidefooter .bloc a:hover {
	text-decoration: underline;
}


/* spip a tort !
-------------------------------------------------------- */

.spip > img {
	position: relative;
	display: inline;
	bottom: -10px;
}

/* pour le questionnaire présidentielle 2007
-------------------------------------------------------- */

#questionnaire2007 .q {
	color: #3376be;
	margin-bottom: 1em;
	margin-top: 2em;
	font-size: 9px;
}

#questionnaire2007 h3 {
	color: #3376be;
	margin-bottom: 0;
	margin-top: 2em;
	font-size: 9px;
	font-weight: bold;
}

#questionnaire2007 .d {
	font-size: 10px ;
	font-style: italic;
	margin-right: 3em;
	margin-top: 1em;
	padding-bottom: 1em;
	padding-top: 1em;
	border-top: 1px solid #3376be;
	border-bottom: 1px solid #3376be;	
}

#questionnaire2007 .r {
	margin-left: 3em;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
}


