/****** RESET CSS ******/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/***********************
*******  GLOBAL  *******
***********************/

.clear {
	clear: both;
	font-size: 0;
	height: 0;
}
.print {
	display: none;
}
html {
	overflow: auto;
}
body {
	background: #F2EDD5;
	font-family: Tahoma, Arial, sans;
	font-size: 11px;
	color: #3A3937;
	text-align: center;
}
body.orne {
	font-family: Arial, sans;
}
#wrapper {
	width: 1002px;
	margin: 0 auto;
	background: url(../images/bg_wrapper.jpg) left top repeat-y;
	text-align: left;
}
.orne #wrapper {
	padding: 0 0 30px;
	background: url(../images/bg_wrapper_orne.jpg) left top repeat-y;
}
#container {
	line-height: 0;
	position: relative;
	z-index: 5;
}
*:first-child+html #container {
	position: static;
}

/**************************
*******  TYPOLIGHT  *******
**************************/

/******  mod_article  ******/
.mod_article {
	text-align: justify;
	float: left;
	line-height: 13px;
}
.mod_article .block {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 10px;
	overflow: visible;
}
.mod_article small {
	float: left;
}
.mod_article .float {
	float: left;
	clear: none;
	width: auto;
}
.mod_article iframe.gmap {
	margin-bottom: 10px;
	padding: 5px;
	float: left;
	border: 1px solid #EEE;
}
.mod_article h1,
.mod_article h2,
.mod_article h3,
.mod_article h4,
.mod_article h5,
.mod_article h6 {
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0;
}
.mod_article .image_container {
	text-align: center;
}
.mod_article .image_container .caption {
	color: #666;
	font-size: 10px;
	font-style: italic;
	position: relative;
	z-index: 0;
}
.mod_article a {
	color: #6CB8F7;
	text-decoration: none;
}
.clasel .mod_article a {
	color: #DDA201;
}
.mod_article a:hover {
	text-decoration: underline;
}

/******  ce_text  ******/
#main .mod_article .ce_headline,
.mod_newsreader h1 {
	height: 35px;
	padding: 12px 0 0 57px;
	float: left;
	text-transform: uppercase;
	color: #000;
	border-top: 1px #999 dotted;
	border-bottom: 1px #999 dotted;
	font-family: Arial;
	font-size: 17px;
	font-weight: normal;
	background: url(../images/bg_titre.gif) no-repeat 0 0;
}
.clasel #main .mod_article .ce_headline {
	background: url(../images/bg_titre_clasel.gif) no-repeat 0 0;
}
#main .mod_article .ce_headline span.subHeadline {
	height: 15px;
	margin-left: -12px;
	padding-top: 0px;
	display: block;
	text-transform: none;
	color: #31628B;
	font-size: 14px;
	font-weight: normal;
}
.clasel #main .mod_article .ce_headline span.subHeadline {
	color: #A9A9A9;
}

/******  ce_text  ******/
.ce_text {
	text-align: justify;
}
.ce_text sup {
	font-size: 10px;
}
.ce_text ul,
.ce_text ol {
	padding-left: 40px;
	list-style: disc inside;
}

#machine-a-traire .ce_text:first-child {
	margin: 0 auto;
	}

#machine-a-traire .ce_text+.ce_text ul{
	padding-left: 0;
	}

#main #actes-techniques .ce_text+.ce_text ul{
	padding-left: 0;
	}
	
	
.ce_text ol {
	list-style-type: decimal;
}

/******  ce_table  ******/
/* #646464 */
.ce_table  {
}
.ce_table table {
	width: 100%;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #8ccbff;
}
.ce_table table thead,
.ce_table table tfoot,
.ce_table table thead a,
.ce_table table tfoot a {
	color: #31628B;
}
.ce_table table thead a:hover,
.ce_table table tfoot a:hover {
	color: #6CB8F7;
}
.clasel .ce_table table thead,
.clasel .ce_table table tfoot,
.clasel .ce_table table thead a,
.clasel .ce_table table tfoot a {
	color: #6EA01E;
}
.clasel .ce_table table thead a:hover,
.clasel .ce_table table tfoot a:hover {
	color: #8DCD26;
}
.ce_table table thead tr th,
.ce_table table tbody tr td,
.ce_table table tfoot tr td {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 4px 10px;
}
.ce_table table thead tr th {
	font-weight: bold;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

/*.ce_table table tbody .row_0 {
	text-align: center;
	
	}*/
#controle .ce_table table tbody .row_0 {
	text-align: center;
	}
.ce_table table tfoot tr td {
	font-weight: bold;
}
table.sortable th {
	background-image: url(../images/default.gif);
}
table.sortable th.asc {
	background-image: url(../images/asc.gif);
}
table.sortable th.desc {
	background-image: url(../images/desc.gif);
}

.ce_table table tbody span {color: #fff; font-weight: bold; font-size: 12px;}

.clasel .ce_table table thead tr th {
	background-color: #DFF4BD;
}
.clasel .ce_table table,
.clasel .ce_table table thead tr th,
.clasel .ce_table table tbody tr td,
.clasel .ce_table table tfoot tr td {
	border-color: #6EA01E;
}

/****** ce_gallery ******/
.ce_gallery {
}
.ce_gallery table {
	width: 100%;
}
.ce_gallery table td {
	overflow: hidden;
}

/****** ce_download *******/
/****** ce_downloads ******/
/****** .enclosure ******/
.ce_download,
.ce_downloads {
	padding: 2px 0;
}
.ce_download img.mime_icon,
.ce_downloads img.mime_icon,
.enclosure img.mime_icon {
	margin-bottom: -4px; 
}

/****** ce_image *******/
/****** ce_hyperlink ******/
.ce_image .image_container,
.ce_hyperlink .image_container {
	width: 100%;
	text-align: center;
}
.ce_image .image_container img,
.ce_hyperlink .image_container img {
	display: block;
	margin: 0 auto;
}

/****** ce_toplink ******/
.ce_toplink {
	text-align: right;
}
.ce_toplink a {
	padding-left: 14px;
	background: url(../images/toplink.gif) no-repeat left top;
}
.ce_toplink a:hover {
	background-position: 0 -12px;
}

/******  ce_form  ******/

.mod_article .ce_form {
	width: 550px;
	margin: 0 auto;
	padding-top: 30px;
	float: none;
}
.mod_lostPassword td.col_0,
.mod_login .col_first,
.ce_form .col_first {
	padding: 0 8px 0 0;
	text-align: right;
}
.mod_lostPassword td {
	padding: 3px 0;
}
#main .mod_search input.text,
.mod_lostPassword input.text,
.ce_form select.select, 
.ce_form input.text,
.mod_login input.text, 
.ce_form textarea.textarea {
	width: 300px;
	margin: 1px 0;
	border: 1px solid #999;
	font-family: Arial, sans;
	color: #646464;
}
.mod_lostPassword input.text,
.mod_login input.text {
	width: 150px;
}
#main .mod_search input.text {
	width: auto;
	margin: 0 5px 20px 0;
}
.ce_form input.radio, 
.ce_form input.checkbox, 
.ce_form input.upload {
	margin: 1px 0;
}
.ce_form select.select {
	width: 304px;
}
.mod_unsubscribe input.text,
.mod_subscribe input.text,
.mod_lostPassword input.text,
.mod_lostPassword input.captcha,
.ce_form input.text,
.ce_form input.captcha {
	height: 14px;
	border: 1px solid #999;
}
.mod_lostPassword input.captcha {
	width: 30px;
}
.ce_form .col_last label {
	margin: 0 10px 0 0;
}
.ce_form span.mandatory {
	font-weight: bold;
}
.ce_form p.error {
	color: #C00;
	padding: 4px 0;
}
.ce_form .explanation {
	padding: 8px 0 4px 0;
}
.ce_form .submit_container {
	padding-top: 15px;
	text-align: right;
}
.mod_login .submit_container {
	padding-top: 10px;
	text-align: left;
}
.mod_unsubscribe input.submit,
#main .mod_search input.submit,
.mod_lostPassword .submit_container input,
.mod_login .submit_container input,
.ce_form .submit_container input {
	padding: 4px;
	background: #EEE;
	color: #646464;
	border: 1px solid #646464;
	cursor: pointer;
}
#main .mod_search input#submit {
	padding: 0;
}


/**********************
*******  HEADER  ******
**********************/

#header {
	width: 100%;
	height: 270px;
	position: relative;
	z-index: 50;
	float: left;
	overflow: visible;
	line-height: 12px;
}
.orne #header {
	height: 270px;
}

.atlantic-elevage #header #lien_home,
.bovicap #header #lien_home,
.clbc44 #header #lien_home,
.touraine-avenir #header #lien_home {
	position: absolute;
	left: 5px;
	top: 0;
}
.clasel #header #lien_home {
	position: absolute;
	left: 12px;
	top: 2px;
}
.orne #header #lien_home {
	width: 250px;
	height: 140px;
	position: absolute;
	right: 12px;
	top: 20px;
}
.orne #header #lien_home a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	text-indent: -7777px;
}

/***** EXTRANET HEADER *****/

#header #extranet_header {
	width: 247px;
	height: 50px;
	position: absolute;
	right: 10px;
	top: 20px;
	z-index: 50;
	color: #000;
}
.orne #header #extranet_header {
	right: 10px;
	top: 177px;
}
#header #extranet_header span#userName {
	width: 127px;
	height: 25px;
	padding: 9px 20px 0 100px;
	display: block;
	font-weight: bold;
	background: url(../images/cell_extranet_header.png) no-repeat 0 0;
	text-align: center;
}
.orne #header #extranet_header span#userName {
	background: url(../images/cell_extranet_header_orne.png) no-repeat 0 0;
}
#header #extranet_header span#userName span {
	text-transform: uppercase;
}
#header #extranet_header input.submit {
	height: 20px;
	margin-left: 100px;
	padding: 0 15px 5px 7px;
	display: block;
	color: white;
	border: 0;
	background: transparent url(../images/puce_extranet_header.gif) no-repeat 0 6px;
	text-transform: lowercase;
	text-decoration: underline;
	font-style: italic;
	cursor: pointer;
}
.orne #header #extranet_header input.submit {
	color: black;
}
* html #header #extranet_header input.submit {
	margin-left: 80px;
	background: transparent url(../images/puce_extranet_header.gif) no-repeat 20px 6px;
}
*:first-child+html #header #extranet_header input.submit {
	margin-left: 80px;
	background: transparent url(../images/puce_extranet_header.gif) no-repeat 20px 6px;
}

/******  MENU  ******/

#menu {
	width: 100%;
	height: 33px;
	overflow: visible;
	position: absolute;
	bottom: 0;
	float: left;
	text-align: center;
	z-index: 50;
	background: url(../images/bg_menu.gif) left top no-repeat;
}
* html #menu {
	bottom: -1px;
}
#menu ul.level_1 {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}
* html #menu ul.level_1 {
	display:inline;
}
*:first-child+html #menu ul.level_1 {
	display:inline;
}
#menu ul.level_1 li {
	height: 33px;
	position: relative;
	z-index: 50;
	float: left;
}
#menu ul.level_1 li.first {
	padding-left: 10px;
	background: url(../images/separator.gif) left top no-repeat;
}
#menu ul.level_1 li a,
#menu ul.level_1 li span.active {
	height: 33px;
	display: block;
	padding: 0 23px 0 5px;
	position: relative;
	z-index: 50;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	cursor: pointer;
	font-family: Arial;
	font-size: 10px;
	line-height: 13px;
	background: url(../images/separator.gif) right top no-repeat;
}
#menu ul.level_1 li a:hover,
#menu ul.level_1 li a.trail,
#menu ul.level_1 li span.active {
	text-decoration: underline;
}
#menu ul.level_1 li a span,
#menu ul.level_1 li span span {
	display: block;
	padding: 7px 0 0 13px;
	background: url(../images/puce_menu.gif) no-repeat 0 10px;
}
#menu ul.level_1 li ul.level_2 {
	width: 311px;
	position: absolute;
	top: 29px;
	left: 0;
	z-index: 100;
	display: none;
	overflow: hidden;
}
#menu ul.level_1 li.first ul.level_2 {
	left: 10px;
}
#menu ul.level_1 li.last ul.level_2 {
	left: -75px;
}
.orne #menu ul.level_1 li.last ul.level_2 {
	left: -25px;
}
#menu ul.level_1 li ul.level_2 li {
	width: 181px;
	height: auto;
	margin: 0;
	display: block;
	position: relative;
	zoom: 1;
}
#menu ul.level_1 li ul.level_2 li.first {
	padding-left: 0;
}
#menu ul.level_1 li ul.level_2 li.last {
	padding: 0 0 10px;
	background: url(../images/bottom_ss_menu.gif) no-repeat left bottom;
}
#menu ul.level_1 li ul.level_2 li a,
#menu ul.level_1 li ul.level_2 li span.active {
	width: 161px;
	height: auto;
	padding: 4px 10px;
	color: white;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 11px;
	text-transform: none;
	background: #31628B url(../images/filet_ss_menu.gif) no-repeat bottom center;
}
#menu ul.level_1 li ul.level_2 li a:hover,
#menu ul.level_1 li ul.level_2 li.last a:hover,
#menu ul.level_1 li ul.level_2 li a.trail,
#menu ul.level_1 li ul.level_2 li.sfhover a,
#menu ul.level_1 li ul.level_2 li span.active {
	width: 159px;
	border-right: 1px solid;
	border-left: 1px solid;
	background: white;
	text-decoration: none;
	color: #31628B;
}
#menu ul.level_1 li ul.level_2 li a span,
#menu ul.level_1 li ul.level_2 li span span {
	width: auto;
	height: auto;
	padding: 0;
	background: transparent;
}
#menu ul.level_1 li ul.level_2 li ul.level_3 {
	width: 133px;
	position: absolute;
	top: 0;
	left: 181px;
	display: none;
	clear: both;
	background-color: #31628B;
}
#menu ul.level_1 li.last ul.level_2 li ul.level_3 {
	left: -133px;
}
#menu ul.level_1 li ul.level_2 li ul.level_3 li {
	width: 106px;
}
#menu ul.level_1 li ul.level_2 li:hover ul.level_3,
#menu ul.level_1 li ul.level_2 li.sfhover ul.level_3 {
	display: block;
}
#menu ul.level_1 li ul.level_2 li ul.level_3 li {
	padding: 1px 3px 1px 3px;
}
#menu ul.level_1 li ul.level_2 li ul.level_3 li.first {
	padding: 3px 3px 1px 3px;
	background-image: none;
}
#menu ul.level_1 li ul.level_2 li ul.level_3 li.last {
	padding: 1px 3px 3px 3px;
	background-image: none;
}
* html #menu ul.level_1 li ul.level_2 li ul.level_3 li {
	padding: 1px 3px 1px 2px;
}
* html #menu ul.level_1 li ul.level_2 li ul.level_3 li.first {
	padding: 3px 3px 0px 2px;
	margin-bottom: -1px;
	background-image: none;
}
* html #menu ul.level_1 li ul.level_2 li ul.level_3 li.last {
	padding: 1px 3px 2px 2px;
	background-image: none;
}
#menu ul.level_1 li ul.level_2 li ul.level_3 li a,
#menu ul.level_1 li ul.level_2 li ul.level_3 li span {
	width: 100px;
	border: 0;
	color: white;
	text-decoration: underline;
	background: #3973A3;
}
#menu ul.level_1 li ul.level_2 li ul.level_3 li span.active span {
	color: #31628B;
	background: white;
}
#menu ul.level_1 li ul.level_2 li ul.level_3 li a:hover,
#menu ul.level_1 li ul.level_2 li ul.level_3 li.last a:hover,
#menu ul.level_1 li ul.level_2 li ul.level_3 li a.trail,
#menu ul.level_1 li ul.level_2 li ul.level_3 li.sfhover a,
#menu ul.level_1 li ul.level_2 li ul.level_3 li a:hover span,
#menu ul.level_1 li ul.level_2 li ul.level_3 li.last a:hover span,
#menu ul.level_1 li ul.level_2 li ul.level_3 li a.trail span,
#menu ul.level_1 li ul.level_2 li ul.level_3 li.sfhover a span,
#menu ul.level_1 li ul.level_2 li ul.level_3 li span.active {
	width: 100px;
	background: white;
	color: #31628B;
}

/*** CLASEL ***/

.clasel #menu {
	background: url(../images/bg_menu_clasel.gif) left top no-repeat;
}
.clasel #menu ul.level_1 li.first {
	background: url(../images/separator_clasel.gif) left top no-repeat;
}
.clasel #menu ul.level_1 li a,
.clasel #menu ul.level_1 li span.active {
	background: url(../images/separator_clasel.gif) right top no-repeat;
}
.clasel #menu ul.level_1 li a span,
.clasel #menu ul.level_1 li span span {
	background: url(../images/puce_menu_clasel.gif) no-repeat 0 10px;
}
.clasel #menu ul.level_1 li ul.level_2 li.last {
	background: url(../images/bottom_ss_menu_clasel.gif) no-repeat left bottom;
}
.clasel #menu ul.level_1 li ul.level_2 li a,
.clasel #menu ul.level_1 li ul.level_2 li span.active {
	background: #97CC42 url(../images/filet_ss_menu.gif) no-repeat bottom center;
}

.clasel #menu ul.level_1 li ul.level_2 li a:hover,
.clasel #menu ul.level_1 li ul.level_2 li.last a:hover,
.clasel #menu ul.level_1 li ul.level_2 li a.trail,
.clasel #menu ul.level_1 li ul.level_2 li span.active,
.clasel #menu ul.level_1 li ul.level_2 li.sfhover a,
.clasel #menu ul.level_1 li ul.level_2 li ul.level_3 li a:hover,
.clasel #menu ul.level_1 li ul.level_2 li ul.level_3 li.last a:hover,
.clasel #menu ul.level_1 li ul.level_2 li ul.level_3 li a.trail,
.clasel #menu ul.level_1 li ul.level_2 li ul.level_3 li a:hover span,
.clasel #menu ul.level_1 li ul.level_2 li ul.level_3 li.last a:hover span,
.clasel #menu ul.level_1 li ul.level_2 li ul.level_3 li a.trail span,
.clasel #menu ul.level_1 li ul.level_2 li ul.level_3 li span.active {
	background: white;
	color: #97CC42;
}
.clasel #menu ul.level_1 li ul.level_2 li ul.level_3 li span.active span {
	color: #97CC42;
	background: white;
}
.clasel #menu ul.level_1 li ul.level_2 li ul.level_3 {
	background-color: #97CC42;
}
.clasel #menu ul.level_1 li ul.level_2 li ul.level_3 li a,
.clasel #menu ul.level_1 li ul.level_2 li ul.level_3 li a span {
	background: #A1DA47;
}


/* ORNE */

.orne #menu {
	background: url(../images/bg_menu_orne.gif) left top no-repeat;
}
.orne #menu ul.level_1 li {
	height: 28px;
}
.orne #menu ul.level_1 li.first {
	padding-left: 0;
}
.orne #menu ul.level_1 li .first,
.orne #menu ul.level_1 li a,
.orne #menu ul.level_1 li span {
	background: none;
}
.orne #menu ul.level_1 li a span,
.orne #menu ul.level_1 li span span {
	padding: 7px 0 0 17px;
}
.orne #menu ul.level_1 li a,
.orne #menu ul.level_1 li span.active {
	height: 28px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 15px;
}
.orne #menu ul.level_1 li.first,
.orne #menu ul.level_1 li#menu_2,
.orne #menu ul.level_1 li#menu_4,
.orne #menu ul.level_1 li#menu_6 {
	background: #A7BB3B;
}
.orne #menu ul.level_1 li#menu_1,
.orne #menu ul.level_1 li#menu_3,
.orne #menu ul.level_1 li#menu_5 {
	background: #96A73A;
}
.orne #menu ul.level_1 li.sfhover a,
.orne #menu ul.level_1 li a:hover,
.orne #menu ul.level_1 li span {
	background: #167DBD;
	text-decoration: none;
}
.orne #menu ul.level_1 li a span {
	background: url(../images/puce_menu_orne.gif) 0 9px no-repeat;
}
.orne #menu ul.level_1 li a:hover span,
.orne #menu ul.level_1 li span span {
	background: url(../images/puce_menu_orne_on.gif) 0 9px no-repeat;
}
.orne #menu ul.level_1 li.first span span {
	background: url(../images/puce_menu_orne.gif) 0 8px no-repeat;
}
.orne #menu ul.level_1 li ul.level_2 {
	top: 28px;
}
.orne #menu ul.level_1 li ul.level_2 li.last {
	background: url(../images/bottom_ss_menu_orne.gif) no-repeat left bottom;
}
.orne #menu ul.level_1 li ul.level_2 li a,
.orne #menu ul.level_1 li ul.level_2 li span.active {
	background: #63A8D3 url(../images/filet_ss_menu.gif) no-repeat bottom center;
}
.orne #menu ul.level_1 li ul.level_2 li a span {
	background: none;
}
.orne #menu ul.level_1 li ul.level_2 li a:hover,
.orne #menu ul.level_1 li ul.level_2 li.last a:hover,
.orne #menu ul.level_1 li ul.level_2 li a.trail,
.orne #menu ul.level_1 li ul.level_2 li span.active,
.orne #menu ul.level_1 li ul.level_2 li.sfhover a,
.orne #menu ul.level_1 li ul.level_2 li ul.level_3 li a:hover,
.orne #menu ul.level_1 li ul.level_2 li ul.level_3 li.last a:hover,
.orne #menu ul.level_1 li ul.level_2 li ul.level_3 li a.trail,
.orne #menu ul.level_1 li ul.level_2 li ul.level_3 li a:hover span,
.orne #menu ul.level_1 li ul.level_2 li ul.level_3 li.last a:hover span,
.orne #menu ul.level_1 li ul.level_2 li ul.level_3 li a.trail span,
.orne #menu ul.level_1 li ul.level_2 li ul.level_3 li span.active {
	background: white;
	color: #167DBD;
}
.orne #menu ul.level_1 li ul.level_2 li ul.level_3 li span.active span {
	color: #97CC42;
	background: white;
}
.orne #menu ul.level_1 li ul.level_2 li ul.level_3 {
	background-color: #63A8D3;
}
.orne #menu ul.level_1 li ul.level_2 li ul.level_3 li {
	background: none;
}
.orne #menu ul.level_1 li ul.level_2 li ul.level_3 li a,
.orne #menu ul.level_1 li ul.level_2 li ul.level_3 li a span {
	background: #6BB5E3;
}

/********************
*******  MAIN  ******
********************/

#main {	
	position: static;
	float: left;
	overflow: hidden;
	line-height: 12px;
}

.orne #main .mod_article ul li {
	list-style-type: none;
	background: url(../images/puce_home.png) no-repeat left 5px;
	padding-left: 10px;
	overflow: hidden;
}

#environnement   div.cadre ul  {
	border: 1px solid #167DBD;
	font-size: 12px;
	width: 266px;
	margin: 0 auto;
	padding: 5px;
	}

/**********************
*******  FOOTER  ******
**********************/

#footer {
	width: 100%;
	height: 259px;
	float: left;
	color: white;
	text-align: center;
	line-height: 12px;
	position: relative;
}
#footer a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}
#info_footer {
	color: white;
	position: absolute;
	top: 223px;
	left: 12px;
	font-size: 10px;
	line-height: 12px;
	text-align: left;
}
#info_footer a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#info_footer a:hover {
	text-decoration: underline;
}
#info_footer #img_ci {
	margin-bottom: -3px;
}

/* Galerie vidéo */
#main .ce_mediaGallery {
	margin: 0 -97px 10px 0;
	overflow: hidden;
	width: auto;
}
#main .ce_mediaGallery p {
	margin: 0;
	padding: 2px 0;
}
#main .ce_mediaGallery .video_active {
	background: #E5E5E5;
	display: inline;
	float: left;
	margin: 0 20px 10px 0;
	padding: 4px;
}
#main .ce_mediaGallery .video_active h2 {
	color: #71A21D;
	font: normal 22px Tahoma,Arial,sans;
	margin: 0;
	padding: 5px;
}
#main .ce_mediaGallery .video_active p { padding: 10px; }
#main .ce_mediaGallery ul.video_gallery {
	display: inline;
	list-style: none;
	margin: 0 -97px 0 0;
	padding: 0;
}
#main .ce_mediaGallery ul.video_gallery li {
	display: inline;
	float: left;
	margin: 0 97px 20px 0;
	overflow: hidden;
	padding: 0;
	width: 360px;
}
#main .ce_mediaGallery ul.video_gallery li.active {
	background: #F1F1F1;
}
#main .ce_mediaGallery ul.video_gallery li a {
	display: block;
	overflow: hidden;
	width: 100%;
}
#main .ce_mediaGallery ul.video_gallery li a {
	text-decoration: none;
}
#main .ce_mediaGallery ul.video_gallery li img {
	background: #CDCDCD;
	display: inline;
	float: left;
	margin: 0;
	padding: 4px;
}
#main .ce_mediaGallery ul.video_gallery li .title {
	color: #71A21D;
	display: block;
	font: bold 12px Tahoma,Arial,sans;
	margin: 0 0 0 128px;
	padding: 6px 0;
	text-decoration: underline;
}
#main .ce_mediaGallery ul.video_gallery li a:hover .title {
	text-decoration: none;
}
#main .ce_mediaGallery ul.video_gallery li .subtitle {
	color: #3A3937;
	display: block;
	font: normal 11px Tahoma,Arial,sans;
	margin: 0 0 0 128px;
	padding: 0;
	text-decoration: none;
}

/* Orne */

.orne #footer {
	height: 30px;
	margin: 30px 0 0;
	padding: 0;
	background: white;
}
.orne #info_footer {
	height: 21px;
	padding: 9px 0 0;
	position: static;
	font-size: 11px;
	background: #998F7A;
	text-align: center;
}

