#header{
	display:none;
}

#rightCol{
	display:none;
}

#footer{
	display:none;
}

#fixedBar{
	display:none;
}

/* Reset des styles globaux */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	vertical-align: baseline;
	background: transparent;
	color:#474747;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Styles transverses */
.hidden {
	display: none;
}

hr {
	border: none;
	border-top: solid 1px #55534C;
}

hr.separateur {
	border: none;
	border-top: solid 3px #55534C;
}

hr.hiddenHr {
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 0;
	border: none;
}

.error{
	color:#ff0000!important;	
}
h2 {
	color: #6A6A6A;
	font-size: 1.9em;
	font-weight: normal;
	padding-top: 2px;
	margin-bottom:10px;
}

h2.title{
	margin-bottom:25px;
}

h3 {
	color: #000;
	font-size: 1.7em;
	font-weight: normal;
	padding-top:  10px;
	padding-bottom: 10px;
}

h4 {
	color: #000;
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom:5px;
}

p {
	padding-bottom: 10px;
	color: #6C6C6C;
	font-size: 0.8em;
}

p.chapo {
	color: #000;
	font-size: 0.9em;
}

img.leftImg {
	float: left;
	margin-right: 10px;
}

img.rightImg {
	float: right;
	margin-left: 10px;
}

img.centerImg {
	text-align : center;
	margin-right: 10px;
}

object.leftObj {
	float: left;
	margin-right: 10px;
}

object.rightObj {
	float: right;
	margin-left: 10px;
}

object.centerObj {
	text-align : center;
	margin-right: 10px;
}

a {
	color: #00BDE8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#content ul li, div#content ol li {
	font-size: 0.8em;
	color: #6C6C6C;
}

div#content ul {
	padding-left: 15px;
	list-style-type: square;
}

div#content ol {
	padding-left: 20px;
	list-style-type: decimal;
}

div#content ol  ol{
	list-style-type: lower-alpha;
}

div#content ul li li,div#content ol li li {
	font-size: 1.05em;
}

div#content table {
	border: solid 1px #E5E5E5;
}

div#content table th {
	text-align: left;
	background: #F0F0F0;
	font-size: 0.8em;
}

div#content table td, div#content table th {
	padding: 5px;
	border: solid 1px #E5E5E5;
}
div.encart0 p{
	width:100%;
}
div.encart1 {
	border: solid 1px #E5E5E5;
	background: #F0F0F0;
	padding: 5px 5px 0 5px;
	margin-bottom: 10px;
}

div.encart2 {
	border: solid 1px #E5E5E5;
	padding: 5px 5px 0 5px;
	margin-bottom: 10px;
}

/* Styles CG71 */
body {
	font-family: Arial, Verdana, Sans-Serif;
}

#page {
	padding:0 6px;
}

div#page.homepage {
}

h1 {
	float:left;
}

div#content {
	padding:0 6px 14px 20px;
}

div#infoZone {
	background: #E5E5E5;
	font-size: 0.85em;
	padding-left: 17px;
	clear: both;
}

div#infoZone p {
	margin: 0;
	padding: 3px;
	line-height: 1.1em;
}

div#infoZone p.date{
	float:left;
	width:70%;
}
div#infoZone p.zoneflux {
	float: right;
	padding-right: 7px;
}

div#infoZone p.zoneflux a.rss {
	padding-right: 16px;
	background: url(../img/button/rss_bggrey.gif) 100% 50% no-repeat;
	color: #56534C;
}

div#FildAriane {
	display:none;
}


div#outils {
display:none;
}


div.social {
display:none;
}


div.minis  {
	margin-top: 20px;
}


div.minis div h2 {
	color: #55534C;
	padding-bottom: 15px;
}

div.minis div img{
	margin-bottom: 10px;
}

div.minis div h3 {
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 0px;
}

div.minis div p {
	font-size: 0.8em;
	line-height: 1.1em;
}


