* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
strong {
	font-weight: bold;
}
/** Organisation de la page */
body {
	background-color: #162A83 !important;
	background-image: url("images/body.png");
	background-repeat: repeat-x;
	font-family: Helvetica, verdana, sans-serif;
	color: #000000;
	font-size: 14px;
}
#header {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 380px;
/* Special CNEC */
	background-image: url("images/headerCNEC2.png");
	/*background-image: url("images/headerCNEC.png");*/
	/*background-image: url("images/header.png");*/
	background-position: center top;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#forum {
	position: relative;
/* Special CNEC */
	top: 221px;
	/*top: 340px;*/
	/*top: 173px;*/
	right: 0;
	width: 200px;
	height: 50px;
	margin: auto;
}
#page {
	position: relative;
/* Special CNEC */
	top: 221px;
	/*top: 340px;*/
	/*top: 173px;*/
	right: 0;
	width: 100%;
	min-height: 677px;
	margin: auto;
	background-image: url("images/page.png");
	background-position: center top;
	background-repeat: repeat-y;
}
#footer {
	position: relative;
/* Special CNEC */
	top: 221px;
	/*top: 340px;*/
	/*top: 173px;*/
	right: 0;
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 20px 0;
	background-image: url("images/page-bottom.png");
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
}

/** Page **/
#page-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 677px;
/* Special CNEC */
	background-image: url("images/page-topCNEC2.png");
	/*background-image: url("images/page-topCNEC.png");*/
	/*background-image: url("images/page-top.png");*/
	background-position: center top;
	background-repeat: no-repeat;
}
#page-inside {
	position: relative;
	top: 17px;
	width: 990px;
	margin: 0 auto;
	padding-bottom: 50px;
	overflow: hidden;
}
#menu {
	float: left;
	margin: 40px 0 0 15px;
	/*position: absolute;
	top: 25px;
	left: 15px;
	margin-top: 15px;*/
	width: 165px;
	background-image: url("images/menu.png");
	background-position: right top;
	background-repeat: repeat-y;
}
#breve {
	float: right;
	margin: 40px 30px 0 0;
	/*position: absolute;
	top: 25px;
	right: 30px;
	margin-top: 15px;*/
	width: 150px;
	background-image: url("images/breve.png");
	background-position: center top;
	background-repeat: repeat-y;
}
#content {
	position: relative;
	/*top: 62px;*/
	width: 600px;
	margin: 62px auto 0;
}

/** Menu **/
#menu-top {
	width: 100%;
	height: 20px;
	background-image: url("images/menu-top.png");
	background-position: right top;
	background-repeat: no-repeat;
}
#menu-inside {
	position: relative;
	left: -1px;
	z-index: 1;
	width: 154px;
	text-align: center;
}
#menu-bottom {
	position: relative;
	bottom: -1px;
	/*position: absolute;
	bottom: -350px;*/
	height: 480px;
	background-image: url("images/menu-bottom.png");
	background-position: right top;
	background-repeat: no-repeat;
}
#liste-rubrique, #lien-menu {
	text-align: center;
	margin: 10px 0 10px 0;
}
#lien-menu {
	margin-left: 12px;
}
#liste-rubrique dd {
	margin: 2px 0;
	height: 24px;
}
#liste-rubrique a {
	display: block;
	color: #CCCCCC;
	background-image: url("images/onglet.png");
	background-position: center;
	background-repeat: no-repeat;
	padding: 5px 0;
}
#liste-rubrique a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url("images/onglet-hover.png");
	background-position: center;
	background-repeat: no-repeat;
}
#lien-menu dd {
	margin: 5px 0;
}
#lien-menu a {
	font-weight: bold;
}
#lien-menu a:hover {
	text-decoration: underline;
}

/** Breve **/
#breve-top {
	width: 100%;
	height: 20px;
	background-image: url("images/breve-top.png");
	background-position: center top;
	background-repeat: no-repeat;
}
#breve-inside {
	position: relative;
	left: 14px;
	z-index: 1;
	width: 130px;
	text-align: center;
}
#breve-bottom {
	position: relative;
	bottom: -1px;
	/*position: absolute;
	bottom: -350px;*/
	height: 480px;
	background-image: url("images/breve-bottom.png");
	background-position: center top;
	background-repeat: no-repeat;
}
.breve {	
	color: #FFFFFF;
}
.breve a {	
	color: #FFFFFF;
}
.titre-breve {
	margin-bottom: 10px;
	font-weight: bold;
}
.corps-breve {
	margin-bottom: 20px;
	text-align: center;
}
.url-breve {
	color: #FFFFFF;
}
.breve .spip_documents img {
	/*width: 100%;*/
}

/** Article **/
.article {
	position: relative;
	margin: 20px 0;
	padding: 5px;
}
.article-border-tl {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 151px;
	width: 450px;
	background-image: url("images/article-border-tl.png");
	background-position: top left;
	background-repeat: no-repeat;
}
.article-inside {
	position: relative;
	z-index: 3;
	min-height: 300px;
	background-image: url("images/article-background.png");
	background-position: top center;
	background-repeat: repeat-y;
	padding: 16px;
	overflow: auto;
}
.article-border-br {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	height: 151px;
	width: 450px;
	background-image: url("images/article-border-br.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}
.article-border-bl {
	position: absolute;
	bottom: -5px;
	left: -5px;
	z-index: 2;
	height: 180px;
	width: 180px;
	background-image: url("images/article-border-bl.png");
	background-position: bottom left;
	background-repeat: no-repeat;
}
.titre-article {
	text-transform: uppercase;
	font-size: 150%;
	text-align: center;
	margin: 0 0 5px 0;
	background-image: url("images/article-separateur.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}
.corps-article {
	overflow: auto;
}
.corps-article p {
	margin: 1em 0;
}
.date-article {
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 10px;
	color: #444444;
}
#rubrique-vide {
	
}

/** Erreur **/
#erreur {
	text-align: center;
	margin-bottom: 1em;
}

/** Footer **/
#footer a {
	color: #FFFFFF;
}
#footer small { 
	font-size: 10px;
	color: #FFFFFF;
}
#footer img {
	vertical-align: bottom;
}

/** Images **/
.spip_documents {
	clear: both;
	display: block;
}
.spip_documents_left {
	margin: 1em 1em 1em 0;
}
.spip_documents_right {
	margin: 1em 0 1em 1em;
}
.spip_documents_center {
	margin: 1em auto;
	text-align: center;
}

/** Formulaire Newsletter **/
#newsletter {
	width: 140px;
	padding: 5px;
	margin-left: 12px;
}
#newsletter h5 {
	margin-bottom: 5px;
}
#newsletter p {
	margin: 5px 0;
}
#email {
	width: 90%;
}
#choice {
	padding-left: 10px;
}
#choice {
	text-align: left;
}