body {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	background: #a41d56;
}

.texture {
	background: url(img/texture.png) repeat;
}

.clear {
	clear: both;
}

.bande {
	background: url(img/bande.jpg) repeat-x 0 30px;
}

.shadow {
	width: 1040px;
	margin: 0 auto 0 auto;
	background: url(img/shadow.png) repeat-y center top;
}

.bot_shadow {
	height: 55px;
	background: url(img/bot-shadow.png) no-repeat center top;
}

.caps {
	width: 980px;
	margin: 0 auto 0 auto;
	background: #fff;
}

a.ext_link {
	display: block;
	font-size: 16px;
	color: #00a0a6;
	text-decoration: none;
	padding-left: 15px;
	background: url(img/picto-link-ext.gif) no-repeat 0 6px;
}

a.ext_link:hover {
	text-decoration: underline;
}

/* @group Wrap */

.wrap {
	width: 670px;
	float: left;
	background: #fff;
}

.wrap .nav_main {
	background: #bab4a6;
}

*+html .wrap .nav_main br {
	display: none;
}

*+html .wrap .nav_main ul {
	height: 1%;
}

.wrap .nav_main ul li {
	display: block;
	float: left;
}

.wrap .nav_main ul li a {
	color: #fff;
	display: block;
	padding: 8px 32px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: color .4s ease-out;
}

.wrap .nav_main ul li a:hover {
	color: #555;
}

.wrap .nav_main ul li a.backhome {
	display: block;
	padding: 0;
	height: 30px;
	width: 45px;
	background: #d1cdc2 url(img/picto-home.gif) no-repeat;
}

.wrap .nav_main ul li a.backhome:hover {
	background: #d1cdc2 url(img/picto-home-hov.gif) no-repeat;
}

.wrap .banner {
	clear: both;
}

.wrap .banner h1 a {
	display: block;
	height: 121px;
	background: #252525 url(img/logo.jpg) no-repeat;
}

/* @group Breadcrumb */

.wrap .breadcrumb {
	clear: both;
	background: #f3efe9;
	border-bottom: solid 3px #d3cec9;
}

.wrap .breadcrumb ul {
	margin-left: 30px;
}

.wrap .breadcrumb ul li {
	display: block;
	float: left;
	padding: 6px;
	font-family: "Trebuchet MS",Helvetica,sans-serif;
	font-size: 12px;
	color: #252525;
	font-weight: bold;
}

.wrap .breadcrumb ul li a {
	font-family: "Trebuchet MS",Helvetica,sans-serif;
	font-size: 12px;
	color: #252525;
	font-weight: bold;
	text-decoration: none;
}

.wrap .breadcrumb ul li a:hover {
	text-decoration: underline;
}

/* @end */

/* @end */

/* @group Content */

.content {
	clear: both;
	padding-bottom: 40px;
}

.content .home_post {
	padding: 20px 35px;
	border-bottom: solid 3px #d3cec9;
}

.content .home_post h3 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 5px;
}

.content .home_post h3 a {
	color: #000;
	text-decoration: none;
	-webkit-transition: color .4s ease-out;
}

.content .home_post h3 a:hover {
	color: #555;
}

.content .home_post .post_title {
	border-bottom: solid #f4f0e9 1px;
	padding-bottom: 15px;
}

/* @group Icons Homepage */

.content .edito .post_title {
	background: url(img/icon-edito.jpg) no-repeat;
	padding-left: 50px;
}

.content .autmois .post_title {
	background: url(img/icon-illusmois.gif) no-repeat;
	padding-left: 50px;
}

.content .news .post_title {
	background: url(img/icon-news.gif) no-repeat;
	padding-left: 50px;
}

.content .dossier .post_title {
	background: url(img/icon-dossier.gif) no-repeat;
	padding-left: 50px;
}

/* @end */

.content .home_post .post_title p.date {
	font-size: 12px;
	color: #6d6a61;
	text-transform: uppercase;
}

.content .home_post .post_content {
	padding-top: 20px;
	margin-bottom: 10px;
}

.content .home_post .post_content p {
	line-height: 150%;
}

.content .home_post .post_content img {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

.content .home_post .post_further {
	clear: both;
}

.content .home_post .post_further p {
	font-size: 12px;
	color: #000;
	background: #f3efe9;
	border: solid #c7c4bf 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* @group Content Dossier */

.content .dossier {
	background: #f3efe9;
}

.content .dossier .post_title {
	border-bottom: 1px solid #e7e3de;
	padding-bottom: 15px;
	padding-left: 50px;
}

.content .dossier .post_further p {
	background: #fff;
}

.content .home_post .post_further p a {
	display: block;
	padding: 5px 0 5px 35px;
	color: #000;
	text-decoration: none;
	background: url(img/further-button.png) no-repeat 15px 5px;
}

.content .home_post .post_further p a:hover {
	text-decoration: underline;
}

/* @end */

/* @end */

/* @group Sidebar */

.sidebar {
	width: 310px;
	float: left;
}

/* @group Sidebar Sub_nav */

.sidebar .sub_nav {
	background: #d1cdc2;
}

*+html .sidebar .sub_nav br {
	display: none;
}

*+html .sidebar .sub_nav ul {
	height: 1%;
}

.sidebar .sub_nav ul li {
	display: block;
	float: left;
}

.sidebar .sub_nav ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: color .4s ease-out;
}

.sidebar .sub_nav ul li a.rep {
	padding: 8px 20px 8px 50px;
	background: url(img/picto-rep.gif) no-repeat 33px 8px;
}

.sidebar .sub_nav ul li a.rep:hover {
	color: #555;
	background: url(img/picto-rep-hov.gif) no-repeat 33px 8px;
}

.sidebar .sub_nav ul li a.for {
	padding: 8px 20px 8px 30px;
	background: url(img/picto-for.gif) no-repeat 12px 9px;
}

.sidebar .sub_nav ul li a.for:hover {
	color: #555;
	background: url(img/picto-for-hov.gif) no-repeat 12px 9px;
}

/* @end */

/* @group Sidebar Invite */

.sidebar .invite {
	clear: both;
	height: 121px;
	background: #252525;
}

.sidebar .invite .invite_int {
	padding: 7px 15px 0 15px;
}

.sidebar .invite .invite_int .invite_int_wrap {
	background: #f3efe9 url(img/picto-raimbow-plus.gif) no-repeat 6px 1px;
	padding: 15px 0 6px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sidebar .invite .invite_int .invite_int_wrap h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.sidebar .invite .invite_int .invite_int_wrap h2 a {
	color: #000;
	display: block;
	padding-left: 55px;
	padding-bottom: 10px;
	text-decoration: none;
	-webkit-transition: color .4s ease-out;
}

.sidebar .invite .invite_int .invite_int_wrap h2 a:hover {
	color: #555;
}

.sidebar .invite .invite_int .invite_int_wrap p {
	font-size: 16px;
	line-height: 140%;
}

.sidebar .invite .invite_int .invite_int_wrap p a {
	color: #000;
	display: block;
	text-decoration: none;
	padding-left: 55px;
}

.sidebar .invite .invite_int .invite_int_wrap p a.spa {
	padding-top: 5px;
}

.sidebar .invite .invite_int .invite_int_wrap p img {
	display: block;
	margin-left: 205px;
}

/* @end */

/* @group Sidebar Search */

.sidebar .search {
	background: #f8f5ef;
	height: 24px;
	border-bottom: solid 3px #d3cec9;
}

.sidebar .search form {
	margin: 0;
	padding: 2px 0 0 15px;
	display: block;
	line-height: 0;
}

.sidebar .search input.go {
	float: left;
	width: 25px;
	height: 20px;
	background: url(img/picto-loupe.gif) no-repeat 0 -1px;
	border: none;
	cursor: pointer;
	margin-left: 5px;
}

.sidebar .search input.field {
	float: left;
	margin: 0;
	padding: 2px;
	outline: none;
	border: solid 1px #ccc;
	width: 242px;
	font-size: 12px;
	background: none;
	background-color: white;
}

/* @end */

/* @group Sidebar Illus */

.sidebar .illus {
	position: relative;
}

.sidebar .illus img {
	vertical-align: bottom;
}

.sidebar .illus .illus_int {
	position: absolute;
	padding: 15px;
	top: 0;
	right: 0;
	left: 0;
}

.sidebar .illus_title {
	background: #fff url(img/icon-illusmois.gif) no-repeat 6px 7px;
	padding: 10px 10px 10px 55px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sidebar .illus_title h2 {
	margin-bottom: 3px;
	font-size: 20px;
	font-weight: normal;
	color: #000;
}

.sidebar .illus_title h2 a {
	color: #000;
	text-decoration: none;
	-webkit-transition: color .4s ease-out;
}

.sidebar .illus_title h2 a:hover {
	color: #555;
}

.sidebar .illus_title p {
	font-size: 10px;
	text-transform: uppercase;
	color: #6d6a61;
}

/* @end */

/* @group Sidebar Blog_roll */

.sidebar .blog_roll {
	padding: 15px;
	background: #bab4a6;
}

.sidebar .blog_roll_int {
	padding-bottom: 20px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sidebar .blog_roll h2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #383427;
	padding: 15px 0 15px 35px;
	background: url(img/picto-blogroll.gif) no-repeat 15px;
	border-bottom: solid #ddd 2px;
}

.sidebar .blog_roll .roll_item {
	border-bottom: solid #ddd 2px;
	padding: 10px 35px;
}

.sidebar .blog_roll .odd {
	background: #f3efe9 url(img/triangle-blogroll.gif) no-repeat 15px 15px;
}

.sidebar .blog_roll .even {
	background: #fbfaf8 url(img/triangle-blogroll.gif) no-repeat 15px 15px;
}

.sidebar .blog_roll .roll_item h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
	line-height: 120%;
}

.sidebar .blog_roll .roll_item h3 a {
	color: #000;
	text-decoration: none;
	-webkit-transition: color .4s ease-out;
}

.sidebar .blog_roll .roll_item h3 a:hover {
	color: #555;
}

.sidebar .blog_roll .roll_item p.date {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 12px;
	color: #383631;
}

.sidebar .blog_roll .roll_item p.roll_content {
	margin-top: 10px;
	color: #383631;
	line-height: 130%;
}

.sidebar .blog_roll .roll_item img {
	border: solid 1px #cac7c3;
}

/* @end */

/* @group Sidebar Similar */

.sidebar .similar {
	margin-bottom: 15px;
}

.sidebar .similar h2 {
	text-transform: uppercase;
	padding: 20px 0 15px 25px;
	font-size: 16px;
	color: #252420;
	border-bottom: solid #6a6865 1px;
	background: url(img/picto-similar.gif) no-repeat 0 20px;
}

.sidebar .similar ul li {
	border-bottom: solid #e2e1de 1px;
	padding: 10px 0 10px 20px;
	background: url(img/triangle-blogroll.gif) no-repeat 0 12px;
}

.sidebar .similar ul li a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	-webkit-transition: color .4s ease-out;
}

.sidebar .similar ul li a:hover {
	color: #555;
}

.sidebar .similar ul li a span {
	margin-top: 3px;
	display: block;
	font-size: 12px;
	color: #383631;
	text-transform: uppercase;
	font-weight: normal;
}

/* @end */

/* @group Sidebar Alt_illus */

.sidebar .alt_illus {
	background: #bab4a6;
	padding: 15px;
}

.sidebar .alt_illus .title {
	background: #fff url(img/icon-alt-illus.gif) no-repeat 10px 8px;
	padding: 10px 0 10px 53px;
	border-bottom: solid #c7c4bf 1px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.sidebar .alt_illus .title h2 {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	margin-bottom: 2px;
}

.sidebar .alt_illus .title h2 a {
	color: #000;
	text-decoration: none;
	-webkit-transition: color .4s ease-out;
}

.sidebar .alt_illus .title h2 a:hover {
	color: #555;
}

.sidebar .alt_illus .title p {
	color: #6a6865;
	font-size: 10px;
	text-transform: uppercase;
}

.sidebar .alt_illus p.desc {
	background: #f3efe9;
	color: #6a6865;
	font-size: 12px;
	line-height: 150%;
	padding: 15px;
}

.sidebar .alt_illus p.more {
	background: #fff;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.sidebar .alt_illus p.more a {
	display: block;
	padding: 10px 35px 10px 0;
	text-align: right;
	color: #fd0065;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	background: url(img/further-button-ter.gif) no-repeat 255px;
}

.sidebar .alt_illus p.more a:hover {
	text-decoration: underline;
}

/* @end */

/* @end */

/* @group Chapitre */

.chapitre {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
}

.chapitre p {
	line-height: 150%;
	font-size: 14px;
	padding: 0;
	margin-bottom: 20px;
}

.chapitre h2 {
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 55px;
	margin-bottom: 10px;
	margin-left: -55px;
	background: url(img/picto-chapitre-ext.png) no-repeat 0 24px;
}

.chapitre h2 span {
	display: block;
	padding: 20px 0 5px 0;
	border-bottom: solid #c7c4bf 1px;
}

.chapitre h3 {
	font-size: 24px;
	font-weight: bold;
	border-top: solid #f3efe9 1px;
	padding: 20px 20px 20px 20px;
	background: url(img/picto-chap-titles.gif) no-repeat 0 22px;
}

.chapitre h3 a {
	color: #000;
	text-decoration: none;
	-webkit-transition: color .4s ease-out;
}

.chapitre h3 a:hover {
	color: #555;
}

/* @end */

/* @group Liste */

.liste {
	padding: 0 40px 20px 40px;
}

.chapitre .liste {
	padding-right: 0;
}

.liste h2 {
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 55px;
	margin-bottom: 10px;
	margin-left: -55px;
	background: url(img/picto-chapitre-ext.png) no-repeat 0 24px;
}

.liste h2 span {
	display: block;
	padding: 20px 0 20px 0;
	border-bottom: solid #c7c4bf 1px;
}

.liste .liste_post {
	margin-bottom: 20px;
}

.liste .liste_post h3 {
	padding: 10px 0 0 0;
	border-top: solid #f4f0e9 1px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
	background: none;
}

.liste .liste_post h3 a {
	color: #000;
	text-decoration: none;
	-webkit-transition: color .4s ease-out;
}

.liste .liste_post h3 a:hover {
	color: #555;
}

.liste .liste_post p.date {
	text-transform: uppercase;
	font-size: 12px;
	color: #6d6a61;
	margin-bottom: 23px;
}

.liste .liste_post p.contenu {
	padding: 15px;
	background: #fbfaf8;
	line-height: 150%;
	font-size: 14px;
	border-top: solid #f4f0e9 1px;
}

.liste .liste_post .post_further p {
	font-size: 12px;
	color: #000;
	background: #f3efe9;
	border: solid #c7c4bf 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.liste .liste_post .post_further p a {
	display: block;
	padding: 5px 0 5px 35px;
	color: #00a0a6;
	text-decoration: none;
	background: url(img/further-button-bis.png) no-repeat 15px 3px;
}

.liste .liste_post .post_further p a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Article */

.article {
	padding: 0 40px 0 40px;
}

.article_wrap {
	background: #fbfaf8;
	border-top: solid #f4f0e9 1px;
	border-bottom: solid #f4f0e9 1px;
	padding: 20px 0;
}

.article_wrap p {
	line-height: 150%;
	font-size: 14px;
	padding: 0 20px;
	margin-bottom: 20px;
}

p.caption {
	font-size: 12px;
	color: #6a6865;
	text-align: right;
	padding: 5px 20px 5px 5px;
}

.article_wrap p.last {
	margin-bottom: 0;
}

.article h2 {
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 55px;
	margin-bottom: 10px;
	margin-left: -55px;
	background: url(img/picto-chapitre-ext.png) no-repeat 0 24px;
}

.article h2 span {
	display: block;
	padding: 20px 0 20px 0;
	border-bottom: solid #c7c4bf 1px;
}

.article .article_post {
	margin-bottom: 0px;
}

.article .article_post h3 {
	padding-top: 10px;
	border-top: solid #f4f0e9 1px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 150%;
}

.article .article_post h3 a {
	color: #000;
	text-decoration: none;
	-webkit-transition: color .4s ease-out;
}

.article .article_post h3 a:hover {
	color: #555;
}

.article .article_post p.date {
	text-transform: uppercase;
	font-size: 12px;
	color: #6d6a61;
	margin-bottom: 23px;
}

/* @end */

/* @group Results */

.results {
	padding: 40px;
}

.results h2 {
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 55px;
	margin-bottom: 10px;
	margin-left: -55px;
	background: url(img/picto-chapitre-ext.png) no-repeat 0 24px;
}

.results h2 span {
	display: block;
	padding: 20px 0 20px 0;
	border-bottom: solid #c7c4bf 1px;
}

.results p.request {
	padding-bottom: 10px;
	font-size: 20px;
	color: #252525;
	text-transform: uppercase;
	border-bottom: solid #c7c4bf 1px;
}

.results h3 {
	font-size: 20px;
	text-transform: uppercase;
	color: #252525;
	padding: 20px 0 10px 15px;
	font-weight: normal;
	background: url(img/puce-titles-results.gif) no-repeat 0 25px;
}

.results .art_results {
	border-top: solid #c7c4bf 1px;
	border-bottom: solid #c7c4bf 1px;
}

.results .art_results ul li {
	border-bottom: solid #fff 1px;
}

.results .art_results ul li.last {
	border-bottom: none;
}

.results .art_results ul li a {
	display: block;
	color: #00cad1;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	background: #f8f5ef;
	padding: 20px;
	-webkit-transition: color .4s ease-out;
}

.results .art_results ul li a:hover {
	color: #555;
}

.results .art_results ul li a span {
	display: block;
	margin-top: 3px;
	font-size: 12px;
	text-transform: uppercase;
	color: #6d6a61;
	font-weight: normal;
}

.results .char_results {
	padding: 20px;
	background: #f8f5ef;
	border-top: solid #c7c4bf 1px;
	border-bottom: solid #c7c4bf 1px;
}

.results .char_results ul li {
	margin-bottom: 5px;
}

.results .char_results ul li a {
	display: block;
	padding-left: 15px;
	font-size: 14px;
	color: #252525;
	text-transform: uppercase;
	text-decoration: none;
	background: url(img/puce-results-char.gif) no-repeat 0 7px;
	-webkit-transition: color .4s ease-out;
	padding-top: 4px;
}

.results .char_results ul li a:hover {
	color: #555;
}

.results .char_results ul li a span {
	font-size: 12px;
	color: #6d6a61;
}

/* @end */

/* @group Footer */

.footer {
	clear: both;
}

.footer .infos {
	padding: 25px 20px;
	background: #383631;
	color: #fff;
	line-height: 130%;
}

*+html .footer .infos {
	padding-top: 17px;
}

.footer .infos_int {
	padding-left: 70px;
	background: url(img/logo-infos.gif) no-repeat 0 1px;
}

.footer .infos .mail a {
	color: #00a0a6;
	text-decoration: none;
}

.footer .infos .mail a:hover {
	color: #00a0a6;
	text-decoration: underline;
}

.footer .foot_nav {
	padding-left: 90px;
	padding-bottom: 10px;
	background: #252420;
	color: #fff;
}

*+html .foot_nav {
	height: 1%;
}

.footer .foot_nav h2 {
	padding: 12px 0 9px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid #83827f 2px;
	text-transform: uppercase;
}

.footer .foot_nav a {
	color: #fff;
	text-decoration: none;
	display: block;
	-webkit-transition: color .4s ease-out;
}

.footer .foot_nav ul li a {
	padding: 8px 0;
	font-size: 12px;
	border-top: solid 1px #4c4a44;
}

.footer .foot_nav a:hover {
	color: #00a0a6;
}

.footer .foot_nav ul li.last a {
	border: none;
}

.footer .foot_nav .col-1,
.footer .foot_nav .col-2,
.footer .foot_nav .col-3,
.footer .foot_nav .col-4 {
	width: 180px;
	float: left;
	margin-right: 25px;
}

.footer .foot_nav .col-4 {
	margin: 0;
}

.footer .sponso {
	width: 600px;
	float: left;
	clear: both;
	background: #fff;
}

.footer .sponso_int {
	padding: 8px 20px;
}

*+html .footer .sponso_int {
	height: 1%;
}

.footer .sponso ul li {
	display: block;
	float: left;
	margin-right: 5px;
}

.footer .aside {
	width: 285px;
	margin-left: 85px;
	padding-top: 22px;
	float: left;
	text-transform: uppercase;
	font-size: 12px;
}

.footer .aside ul li {
	display: block;
	padding-right: 5px;
	float: left;
	border-right: solid 1px #252420;
}

.footer .aside ul li.last {
	border: none;
}

.footer .aside ul li a {
	display: block;
	padding-left: 5px;
	text-decoration: none;
	color: #252420;
}

.footer .aside ul li a:hover {
	text-decoration: underline;
}

.footer .fb-button a {
	background: url(img/fb2.png) no-repeat;
	width: 16px;
	height: 16px;
	float: right;
	position: relative;
	top: -35px;
}

.footer .fb-button a:hover {
	background-position: 0 -16px;
}

/* @end */

/* @group Spip Admin */

.spip-admin-boutons {
	border-radius: .3em !important;
	-webkit-border-radius: .3em !important;
	-moz-border-radius: .3em !important;
}

.spip-admin-float {
	right: 2px !important;
}

.spip-admin-float a {
	text-decoration: none;
	display: block;
	margin: 2px 0;
	font-size: 0.8em;
	font-weight: normal !important;
}

/* @end */

/* @group Separators */

.sep10 {
	margin-top: 0;
	margin-bottom: 10px;
}

.sep20 {
	margin-top: 0;
	margin-bottom: 20px;
}

.sep30 {
	margin-top: 0;
	margin-bottom: 30px;
}

.sep40 {
	margin-top: 0;
	margin-bottom: 40px;
}

.sep50 {
	margin-top: 0;
	margin-bottom: 50px;
}

/* @end */

/* @group Spip Fixes */

.spip_surligne {
	background: #FF6;
}

hr.spip {
	height: 1px;
	border-width: 0;
	color: #f4f0e9;
	background-color: #f4f0e9;
	margin: 20px;
}

.article .article_post h3.spip {
	border: none;
	text-align: left;
	margin-top: 0;
	font-size: 18px;
	padding: 10px 0 10px 20px;
}

.article .article_post ul.spip li, .chapitre ul.spip li {
	list-style: disc;
	line-height: 150%;
	padding: 0 20px;
	font-size: 14px;
	margin: 10px 0;
	list-style-position: inside;
}

.article .article_post a {
	color: #00a0a6;
	text-decoration: none;
}

.article .article_post a:hover {
	color: #00a0a6;
	text-decoration: underline;
}

div.pagination {
	text-align: center;
	font-size: 12px;
	padding: 10px 0 0;
	letter-spacing: 2px;
}

div.pagination a {
	color: #00a0a6;
	text-decoration: none;
}

div.pagination a:hover {
	color: #00a0a6;
	text-decoration: underline;
}

table.bureau {
	width: 90%;
	margin-left: 5%;
}

table.bureau td {
	text-align: center;
	padding: 10px 0 3px;
}

table.bureau td.last {
	padding: 0 0 6px;
	border-bottom: 1px solid #f4f0e9;
}

table.bureau td p {
	padding: 0;
	margin: 3px 0;
}

table.bureau td span.spip_documents_center, table.bureau td span.spip_documents_left, table.bureau td span.spip_documents_right {
	margin: 0;
	padding: 0;
}

.article .spip_doc_titre {
	color: #666;
	width: 100% !important;
}

.article h3.spip a {
	color: #00a0a6;
	text-decoration: none;
}

.article h3.spip a:hover {
	color: #00a0a6;
	text-decoration: underline;
}

.encadre {
	width: 40%;
	font-size: 12px;
	border: 1px solid #e8e4de;
	margin: 0 0 10px 0;
	background-color: white;
}

.aGauche {
	float: left;
	margin-right: 20px;
}

.aDroite {
	float: right;
	margin-left: 20px;
}

.article .article_post .encadre h3.spip {
	font-size: 14px;
	color: #666;
	line-height: 140%;
}

.article .article_post .encadre p {
	font-size: 12px;
	color: #666;
	line-height: 140%;
}

.paypalCentered {
	text-align: center;
	margin: 20px 0;
}

blockquote.spip {
	padding: 0;
	margin: 0;
	text-align: center;
	border: none;
}

sup {
	vertical-align: super;
	line-height: 50%;
	font-size: 80%;
}

/* @end */

/* @group Spip Table */

table.spip {
	max-width: 99%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: normal;
}

table.spip caption {
	caption-side: top;
	

/* bottom pas pris en compte par IE */ text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}

table.spip tr.row_first {
	background: #FFC;
}

table.spip tr.row_odd {
	background: #EEE;
}

table.spip tr.row_even {
	background: #DDD;
}

table.spip th, table.spip td {
	padding: 0.20em 0.40em;
	text-align: left;
	border: 1px solid;
}

table.spip th {
	vertical-align: bottom;
	font-weight: bold;
}

table.spip td {
	vertical-align: top;
}

table.spip td.numeric {
	text-align: right;
}

table.ttt td {
	border: 1px solid #ddd9d3;
}

table.ttt-scores input {
	margin-left: 20px;
}

table.ttt-scores td {
	padding: 5px;
	text-align: left;
}

/* @end */

/* @group Outil magique */

#calcWrapper {
	text-align: left;
	margin: 0 auto;
}

#calcWrapper .sep {
	margin: 2em 4em;
	border-top: 1px solid #eee;
}

#calcWrapper table {
	margin-left: 20px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#calcWrapper td {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	text-align: center;
	padding: 0.5em 1em;
}

#calcWrapper .tableHeader {
	background-color: #ddd;
	text-align: center;
	border-left: 1px solid white;
	width: 7em;
	color: #555;
	font-weight: bold;
}

#calcWrapper .col0 {
	background-color: #ddd;
	text-align: left;
	border-top: 1px solid white;
	font-weight: bold;
	color: #555;
}

#calcWrapper #auteur1 {
	color: #0db00b;
	font-weight: bold;
}

#calcWrapper #auteur2 {
	color: #07438a;
	font-weight: bold;
}

#calcWrapper #totgen1 {
	color: #bb0c0b;
	font-weight: bold;
}

#calcWrapper #tdiff1 {
	font-weight: bold;
}

#calcWrapper #tagessa1 {
	font-weight: bold;
}

#brut2, #brut3, #maladie2, #crds3, #auteur3, #cdiff2, #cdiff3, #totgen2, #totgen3 {
	color: #bbb;
	background-color: #f8f8f8;
}

#calcWrapper ul {
	margin: 1em 0 1em 0;
	padding: 0 0 0 1.4em;
}

#calcWrapper .nota {
	font-style: italic;
}

#calcCredit {
	color: #888;
	margin: 2em 0;
	font-size: 0.8em;
	line-height: 150%;
}

.unused {
	color: #bbb;
	background-color: #f8f8f8;
}

.bottomLine {
	border-bottom: 2px solid #bbb;
}

/* @end */

/* @group Galerie */

#gallery-wrapper {
	padding: 25px;
}

a.cboxElement {
	padding-right: 3px;
	padding-bottom: 3px;
}

/* @end */

/* @group Cirque */

#cirque {
	width: 590px;
	height: 320px;
	margin: 0px auto;
	position: relative;
}

#cirqueImage1 {
	display: block;
	width: 590px;
	position: relative;
	top: 0;
}

#cirqueImage2 {
	display: block;
	width: 590px;
	position: relative;
	height: 0px;
	top: -1px;
}

#cirqueImage3 {
	display: block;
	width: 590px;
	position: relative;
	top: -7px;
}

#cirqueImage4 {
	display: block;
	width: 590px;
	position: relative;
	height: 0px;
	top: -14px;
}

#cirqueImage5 {
	display: block;
	width: 590px;
	position: relative;
	top: -18px;
}

#cirqueImage6 {
	display: block;
	width: 590px;
	position: relative;
	opacity: 0;
	top: -447px;
}

.cirqueBullet {
	z-index: 10;
	position: relative;
	display: none;
}

#cirqueBullet1 {
	display: block;
	top: -360px;
	left: 208px;
	width: 17px;
	height: 17px;
}

#cirqueBullet2 {
	top: -933px;
	left: 404px;
	width: 44px;
	height: 44px;
}

#cirqueBullet3 {
	top: -700px;
	left: 91px;
	width: 85px;
	height: 84px;
}

#cirqueBullet4 {
	width: 24px;
	height: 24px;
	top: -508px;
	left: 528px;
}
/* @end */

/* @group Organigramme */

div.row {
	text-align: center;
	line-height: 150%;
}

div.row img {
	margin-bottom: 1em;
}

div.by2 {
	width: 50%;
	float: left;
}

div.by3 {
	width: 33%;
	float: left;
}

div.rowlast {
	padding-bottom: 1em;
	margin-bottom: 1em;
}

div.extralines {
	width: 50%;
	margin-left: 50%;
}

/* @end */
