﻿@import url(home.css);
@import url(ie.css);
@import url(spec.css);
@import url(video.css);

/*html 
{
     overflow: -moz-scrollbars-vertical;
}*/

body
{
	background-color: #fff;
	color: #353535;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11pt;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/***********************************************************************/
/** reset styles *******************************************************/
/***********************************************************************/

table,
td,
tr,
th
{
	border-collapse: collapse;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
}


a,
a:link,
a:visited,
a:hover,
a:focus,
a:active
{
	color: #353535;
}

a:hover,
a:focus
{
	color: #000;
	text-decoration: none;
}

img
{	
	border: none;
	display: block;
}	

li
{
	padding-bottom: 4px;
}

h1,
h2,
h3,
h4,
h5
{
	padding: 0px;
	margin: 0px;
	line-height: 1em;
}

input,
select,
option,
textarea
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 9pt;
}

p
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 0.75em;
}

blockquote
{
	font-style: italic;
	margin: 0px;
	padding: 0px;
	padding-bottom: 0.75em;
}

sup
{	
	display: inline;
	vertical-align: super;
	font-size: smaller;
	line-height: normal;
	margin-top: -5px;
}

.clear
{
	clear: both;
	height: 0px;
}

/***********************************************************************/
/** Typographie ********************************************************/
/***********************************************************************/

@font-face
{
	font-family: 'museo-sans-500';
	
	src: url('../fonts/museo-sans-500-fontfacekit/museosans_500-webfont.eot');
	src: local('☺'), url('../fonts/museo-sans-500-fontfacekit/museosans_500-webfont.woff') format('woff'), url('../fonts/museo-sans-500-fontfacekit/museosans_500-webfont.ttf') format('truetype'), url('../fonts/museo-sans-500-fontfacekit/museosans_500-webfont.svg') format('svg');
	
	font-weight: normal;
	font-style: normal;
}


/***********************************************************************/
/** template general ***************************************************/
/***********************************************************************/

.wrapper
{
	/*background-image: url(../images/template/base/guide.gif);*/
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 990px;
	
	position: relative;
	top: 0px;
	left: 0px;
}

/** header wrapper *****************************************************/

.header_wrapper
{
	background-image: url(../images/template/base/header_bg_repeat-x.gif);
	background-repeat: repeat-x;
	margin-top: 6px;
	height: 120px;
	width: 990px;
	
	position: relative;
	top: 0px;
	left: 0px;
	
	z-index: 50;
}

#logo
{
	height: 74px;
	width: 345px;
	
	position: absolute;
	top: 0px;
	left: 0px;
}

/** utilitary_menu **/

ul.utilitary_menu 
{	
	color: #494949;
	font-weight: bold;
	font-size: 9pt;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	padding-top: 10px;
	
	position: absolute;
	top: 0px;
	right: 0px;
}

.utilitary_menu li
{
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.utilitary_menu a,
.utilitary_menu a:link,
.utilitary_menu a:visited,
.utilitary_menu a:hover,
.utilitary_menu a:focus,
.utilitary_menu a:active
{
	color: #494949;
	border-left: solid 1px #494949;
	padding-right: 2px;
	padding-left: 6px;
}

.utilitary_menu .first a,
.utilitary_menu .first a:link,
.utilitary_menu .first a:visited,
.utilitary_menu .first a:hover,
.utilitary_menu .first a:focus,
.utilitary_menu .first a:active
{
	border: none;
}

.utilitary_menu a:hover,
.utilitary_menu a:focus
{
	color: #000;
	text-decoration: none;
}

/** search **/

.search
{
	position: absolute;
	top: 35px;
	right: 0px;
}

.search input.searchtextbox
{
}

.search button.actionbutton
{
}

/** top_menu **/

.top_menu 
{
	background-image: url(../images/template/base/topmenu_bg_repeat-x.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	clear: both;
	height: 46px;
	width: 990px;
	
	position: absolute;
	top: 74px;
	left: 0px;
}

.top_menu ul
{
	margin: 0px;
	padding: 0px;
}

.top_menu li
{
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.top_menu a,
.top_menu a:link,
.top_menu a:visited,
.top_menu a:hover,
.top_menu a:focus,
.top_menu a:active
{
	background-color: #fff;
	color: #000;
	display: block;
	float: left;
	font-family: 'museo-sans-500', Arial, Sans-Serif;
	font-size: 13pt;
	font-weight: normal;
	line-height: 39px;
	margin: 0px 7px;
	padding-left: 7px;
	padding-right: 7px;
	
	text-transform: uppercase;
	text-decoration: none;
	
	position: relative;
	top: 0px;
	left: 0px;
}

.top_menu .first a
{
	margin-left: 3px;
}

.top_menu a:hover,
.top_menu a:focus
{
	background-image: url(../images/template/base/topmenu_select.png);
	background-repeat: no-repeat;
	background-position: 50% 88%;
}

.top_menu .select a
{
	background-image: url(../images/template/base/topmenu_select_graybg.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.top_menu .select a:hover,
.top_menu .select a:focus
{
	background-color: #fff;	
	background-image: url(../images/template/base/topmenu_select.png);
	background-repeat: no-repeat;
	background-position: 50% 88%;
}

.tp_sepa
{
	background-color: #adadad;
	display: block;
	float: left;
	height: 28px;
	margin-top: 6px;
	width: 1px;
}	

.top_menu ul.level_02
{
	background-color: #fff;
	background-image: url(../images/template/base/topmenu_bg_ul_repeat-x.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-left: solid 1px #bfbfbf;
	border-bottom: solid 1px #bfbfbf;
	border-right: solid 2px #bfbfbf;	 
	border-top: none;	
	width: 222px;
	
	position: absolute;
	top: 39px;
	left: 0px;
	
	z-index: 100;
}

.top_menu .level_02 li
{
	display: block;
	border-bottom: solid 1px #bfbfbf;
	line-height: 1.2em;
	padding-top: 4px;
	padding-bottom: 4px;
}

.top_menu .level_02 a,
.top_menu .level_02 a:link,
.top_menu .level_02 a:visited,
.top_menu .level_02 a:hover,
.top_menu .level_02 a:focus,
.top_menu .level_02 a:active
{
	background-image: none;
	background-color: #fff;
	display: block;
	float: none;
	font-family: Arial, verdana, Sans-Serif;
	font-size: 11pt;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0px !important;
	padding: 0px;	
	padding: 4px 4px 4px 16px;
	text-decoration: none;
	text-transform: none;
}

.top_menu .level_02 a:hover,
.top_menu .level_02 a:focus
{
	background-image: url(../images/template/icons/ico_select_menu.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #f0f0f0;
}

.top_menu ul.level_02#level_entreprise
{
	left: 0px;
}

.top_menu ul.level_02#level_services
{ 
	left: 125px;
}

.top_menu ul.level_02#level_industrie
{ 
	left: 275px;
}

/** content_wrapper ****************************************************/

.content_wrapper
{
	clear: both;
	margin-top: 4px;
	
	z-index: 10;
}

/** footer_wrapper *****************************************************/

.footer_wrapper
{
	background-image: url(../images/template/base/bottommenu_bg_repeat-x.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 97px;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 990px;
	
	position: relative;
	top: 0px;
	left: 0px;
}

/** footer_content **/

.footer_content
{
	background-image: url(../images/template/base/footer_bg_repeat-x.gif);
	background-repeat: repeat-x;
	font-size: 9pt;
	height: 64px;
	line-height: 1.3em;
	text-transform: uppercase;
}

.footer_content img
{
	float: left;
	padding-left: 10px;
	padding-top: 16px;
	padding-right: 25px;
}

.footer_content .coordonnes_01,
.footer_content .coordonnes_02,
.footer_content .coordonnes_03
{
	float: left;
	padding-top: 17px;	
}

.footer_content .coordonnes_01
{
	width: 300px;
}

.footer_content .coordonnes_02
{	
	width: 220px;
}

.footer_content .coordonnes_03
{	
	width: 220px;
}

/** bottom_menu **/

.bottom_menu
{	
	
}

ul.bottom_menu 
{
	margin: 0px;
	padding: 0px;
	
	font-size: 9pt;
	font-weight: bold;
	line-height: 1em;
	
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.bottom_menu li
{
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.bottom_menu a,
.bottom_menu a:link,
.bottom_menu a:visited,
.bottom_menu a:hover,
.bottom_menu a:focus,
.bottom_menu a:active
{
	color: #262626;
	border-left: solid 1px #262626;
	padding-right: 3px;
	padding-left: 8px;
}

.bottom_menu .first a,
.bottom_menu .first a:link,
.bottom_menu .first a:visited,
.bottom_menu .first a:hover,
.bottom_menu .first a:focus,
.bottom_menu .first a:active
{
	border: none;
	padding-left: 0px;
}

.bottom_menu a:hover,
.bottom_menu a:focus
{
	color: #000;
	text-decoration: none;
}

/** credits **/

.credits
{
	font-size: 9pt;
	
	position: absolute;
	bottom: 5px;
	right: 10px;
}

/***********************************************************************/
/** content page general ***********************************************/
/***********************************************************************/

/** breadcrumb **/

ul.breadcrumb
{
	background-image: url(../images/template/base/line_dot_horiz.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #353535;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	margin-bottom: 14px;
	padding-bottom: 4px;
}

.breadcrumb li
{
	background-image: url(../images/template/base/sepa_breadcrumb.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 12px;
	padding-right: 7px;
}

.breadcrumb a,
.breadcrumb a:link,
.breadcrumb a:visited,
.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb a:active
{
	color: #353535;
	/*float: left;
	display: inline;*/
}

.breadcrumb a:hover,
.breadcrumb a:focus
{
	color: #000;
	text-decoration: none;
}

.breadcrumb li.return_home
{
	background-image: none;
	padding-left: 0px;
}

.breadcrumb .return_home a,
.breadcrumb .return_home a:link,
.breadcrumb .return_home a:visited,
.breadcrumb .return_home a:hover,
.breadcrumb .return_home a:focus,
.breadcrumb .return_home a:active
{
	background-image: url(../images/template/icons/ico_home_n.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 27px;
}

.breadcrumb .return_home a:hover,
.breadcrumb .return_home a:focus
{
	background-image: url(../images/template/icons/ico_home_h.gif);
}

/** two_columns ********************************************************/

.two_columns
{
	background-image: url(../images/template/base/line_dot_verti.gif);
	background-repeat: repeat-y;
	background-position: 232px 0px;
	clear: both;
	
	position: relative;
	top: 0px;
	left: 0px;
}

.two_columns .content_zone
{
	margin-left: 252px;
}

/** left_menu **/

ul.left_menu
{	
	border-top: solid 1px #bfbfbf;	
	margin: 0px;
	padding: 0px;
	width: 223px;
	
	position: absolute;
	top: 0px;
	left: 0px;
}

.left_menu li
{
	display: block;
	border-bottom: solid 1px #bfbfbf;	
	list-style-type: none;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.left_menu li a,
.left_menu li a:link,
.left_menu li a:visited,
.left_menu li a:hover,
.left_menu li a:focus,
.left_menu li a:active
{
	display: block;
	padding-left: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	text-decoration: none;
}

.left_menu li a:hover,
.left_menu li a:focus
{
	background-image: url(../images/template/icons/ico_select_menu.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #f0f0f0;
}

.left_menu li.select a,
.left_menu li.select a:link,
.left_menu li.select a:visited,
.left_menu li.select a:hover,
.left_menu li.select a:focus,
.left_menu li.select a:active
{
	background-image: url(../images/template/icons/ico_select_menu.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #f0f0f0;
}

.left_menu li.select a:hover,
.left_menu li.select a:focus
{
	background-color: #fff;
}

/** content_zone *******************************************************/

.content_zone
{
	color: #4f4f4f;
	padding-bottom: 20px;
	
	position: relative;
	top: 0px;
	left: 0px;
}

.content_zone h1
{
	color: #333;
	font-size: 18pt;
	line-height: 1.3em;
	padding-bottom: 8px;
}

.content_zone h2
{
	border-bottom: solid 1px #d3d3d3;
	color: #4f4f4f;
	font-size: 13pt;
	line-height: 1.4em;
	margin-bottom: 8px;
}

.content_zone h2.spacer 
{
	line-height: 2px;
	margin-bottom: 0;
	margin-bottom: 4px;
}

.content_zone h3
{
	font-size: 11pt;
	line-height: 1.5em;
	padding-bottom: 5px;
}

.content_zone h4
{
	font-size: 11pt;
	line-height: 1.5em;
	padding-bottom: 5px;
}

/** encart **/

.encart
{
	background-color: #fff;
	border: solid 2px #757575;
	padding: 4px;
}

.encart_content
{
	background-color: #f8f8f8;
	border: solid 1px #cdcdcd;
	line-height: 1.4em;
	padding: 6px;
}

.encart_content h3
{
	font-size: 14pt;
	font-weight: normal;
	line-height: 1.2em;
	padding-bottom: 5px;
}

.encart_content a.bou_continue
{
	font-size: 9pt;
	line-height: 1.3em;
}

/** dark_encart **/

.dark_encart
{
	background-color: #fff;
	border: solid 2px #757575;
	padding: 4px;
}

.dark_encart_content
{
	background-color: #4f4f4f;
	border: solid 1px #cdcdcd;
	color: #fff;
	line-height: 1.4em;
	padding: 6px;
}

.dark_encart_content h3
{
	background-image: none;
	color: #fff;
	font-size: 11pt;
	font-weight: bold !important;
	line-height: 1.3em;
}

.dark_encart_content a
{
	color: #fff;
}

/** arrow_list **/

ul.arrow_list
{
	margin-top: 0px;
	padding-top: 0px;
}

.arrow_list li
{
	list-style-image: url(../images/template/icons/ico_bullet_arrow_01.gif);
	list-style-position: outside;
	line-height: 1.5em; 
	padding-left: 5px;
	padding-bottom: 4px;
}

.arrow_list li ul li
{
	list-style-image: None;
	list-style-type: disc;
}

/** link_list **/

ul.link_list
{
	margin-top: 0px;
	padding-top: 0px;
}

.link_list li
{
	font-weight: bold;
	list-style-image: url(../images/template/icons/ico_more_big.gif);
	list-style-position: outside;
	line-height: 1.5em; 
	padding-left: 5px;
	padding-bottom: 4px;
}

/** ecolo_list **/

ul.ecolo_list
{
	margin-top: 0px;
	padding-top: 0px;
}

.ecolo_list li
{
	list-style-image: url(../images/template/icons/ico_bullet_ecolo.gif);
	list-style-position: outside;
	line-height: 1.5em; 
	padding-left: 5px;
	padding-bottom: 4px;
}

/** square_list **/

ul.square_list
{
	margin-left: 0px;
	padding-left: 19px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.square_list li
{
	list-style-image: url(../images/template/icons/ico_bullet_square.gif);
	list-style-position: outside;
	line-height: 1.5em; 
	padding-left: 5px;
	padding-bottom: 4px;
}

/** list_nobullet **/

ul.list_nobullet
{	
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}

.list_nobullet li
{
	font-size: 9pt;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}

/** bou_callaction **/

a.bou_callaction,
a:link.bou_callaction,
a:visited.bou_callaction,
a:hover.bou_callaction,
a:focus.bou_callaction,
a:active.bou_callaction
{
	background-image: url(../images/template/buttons/bou_callaction_n.gif);
	background-repeat: repeat-x; 	
	background-position: left bottom;
	background-color: #fff;
	border: solid 1px #888;
	color: #323232;
	display: inline-block;
	font-size: 9pt;
	font-weight: bold;
	padding: 1px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 8px;
	padding-right: 12px;
	text-decoration: none;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a:hover.bou_callaction,
a:focus.bou_callaction
{
	background-image: url(../images/template/icons/ico_arrow_more.gif);
	background-repeat: no-repeat; 	
	background-position: 98% 50%;
	background-color: #f9f9f9;
}

/** bou_continue **/

a.bou_continue,
a:link.bou_continue,
a:visited.bou_continue,
a:hover.bou_continue,
a:focus.bou_continue,
a:active.bou_continue
{
	background-image: url(../images/template/icons/ico_more_small.gif);
	background-repeat: no-repeat;	
	background-position: right center;
	/*font-size: 9pt;*/
	font-weight: bold;
	padding-right: 12px;
}

a:hover.bou_callaction,
a:focus.bou_callaction
{
	text-decoration: none;
}

/** bou_more **/ /** align righ **/

.bou_more
{
	display: block;
	margin-top: 5px;
	margin-right: 2px;
	text-align: right;
}

.bou_more a,
.bou_more a:link,
.bou_more a:visited,
.bou_more a:hover,
.bou_more a:focus,
.bou_more a:active
{
	background-image: url(../images/template/icons/ico_more_small.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 10pt;
	font-weight: bold;
	padding-right: 12px;
	text-align: right;
}

.bou_more a:hover,
.bou_more a:active
{
	text-decoration: none;
}

/** bou_services **/

a.bou_services,
a:link.bou_services,
a:visited.bou_services,
a:hover.bou_services,
a:focus.bou_services,
a:active.bou_services
{	
	background-color: #383838;
	color: #fff;
	display: block;
	float: left;
	font-family: 'museo-sans-500', Arial, Sans-Serif;
	font-size: 12pt;
	font-weight: normal;
	letter-spacing: 0em;
	line-height: 23px;
	margin-top: 10px;
	padding: 0px 6px;
	text-decoration: none;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

a:hover.bou_services,
a:focus.bou_services
{
	background-color: #545454;
}

a.ico_services
{
	display: block;
	float: left;
	margin-left: 4px;
	margin-top: 10px;
}

/** form **/

form
{
	margin: 0px;
	padding: 0px;
	margin-top: -20px;
}

fieldset
{
	border: solid 1px #bababa;
	font-size: 9pt;
	display: block;
	margin: 0px;
	margin-top: 35px;
	margin-bottom: 15px;
	padding: 5px;
	padding-bottom: 0px;
	width: 477px;
}

fieldset h3
{
	background-color: #fff;
	border-bottom: solid 1px #bababa;
	display: block;
	font-weight: bold;
	line-height: 16px;
	height: 20px;
	margin: 0px;
	margin-top: -35px;
	margin-left: 0px;
	padding: 4px;
	padding-left: 0px;
	padding-bottom: 2px;
	width: auto;
}

.form_line
{
	margin-bottom: 10px;
	margin-top: 10px;
}

label
{
	display: block;
	float: left;
	font-weight: bold;
	line-height: 1.1em;
	margin-right: 10px;
	text-align: right;
	width: 100px;
}

input,
textarea,
select
{
	border: solid 2px #bababa;
	margin: 0 0 5px 0;
	float: left;
	width: 345px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input
{
	height: 18px;
}

select
{
	height: 22px;
	width: 350px;
}

input:focus,
textarea:focus,
select:focus
{
	border: solid 2px #0c5a97;
}

input.error,
textarea.error,
select.error
{
	background-color: #fbf7f7;
	border: solid 2px #7a1616;
}

input.error:focus,
textarea.error:focus,
select.error:focus
{
	background-color: #fff;
	border: solid 2px #7a1616;
}

.mandatory
{
	color: #0c5a97;
	display: block;
	font-weight: normal;
	padding-right: 7px;
}

.button_container
{
	background-color: #f7f7f7;
	padding-left: 125px;
	padding-top: 10px;
}

button
{
	background-color: #333;
	border: solid 1px #333;
	color: #fff;
	cursor: pointer;
	font-size: 9.5pt;
	font-weight: bold;
	line-height: 1em;
	padding: 2px;
	margin-bottom: 5px;
	width: 185px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

button:hover,
button:focus
{
	background-color: #0c5a97;
	border: solid 1px #000;
}

.button_container p
{
	font-size: 9pt;
	line-height: 1.3em;
	padding-top: 5px;
}

p.error_line
{
	background-image: url(../images/template/icons/ico_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	clear: both;
	font-weight: bold;
	margin-left: 118px;
	padding-bottom: 0px;
	padding-left: 22px;
}

.error_message
{
	background-color: #fbf7f7;
	border: solid 2px #7a1616;
	clear: both;
	color: #000;
	font-size: 9pt;	
	line-height: 1.6em;
	padding: 5px;
	margin-bottom: 60px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.error_message.inlineText
{
	padding-right: 0;
	margin-bottom: 10px;
}

.error_message ul
{
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.positive_message
{
	border: solid 2px #0c5a97;
	clear: both;
	color: #000;
	font-size: 9pt;	
	line-height: 1.6em;
	padding: 10px;
	margin-bottom: 10px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/** address_content **/

.address_content
{
	font-size: 9pt;
	line-height: 1.6em;
	
	position: relative;
	top: 0px;
	left: 0px;
}

.address_content .coordonnes
{
}

.address_content .telephone
{	
	line-height: 1.6em;
	width: 280px;
	
	position: absolute;
	top: 0px;
	left: 250px;
}

.address_content .telephone h4
{	
	font-size: 9pt;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 1px;
	text-align: right;
	width: 90px;
}

.address_content .telephone ul
{
	margin: 0px;
	padding: 0px;
}

.address_content .telephone li
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.address_content .telephone a:hover,
.address_content .telephone a:focus
{
	text-decoration: none;
}

.news_container
{
	background-image: url(../images/template/base/double_line_home.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	clear: both;
	font-size: 9pt;
	padding-bottom: 0px;
	padding-top: 5px;
}

p.news_date
{
	background-color: #f0f0f0;
	border: solid 1px #e9e9e9;
	float: left;
	font-weight: bold;
	font-size: 11pt;
	line-height: 1em;
	padding: 0px;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 6px;
	padding-right: 6px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 20px; /** variable, dépend de la hauteur du texte de la nouvelle **/
	margin-right: 10px;
	text-align: center;
}

.news_content
{
	line-height: 1.6em;
}

.news_title
{
	display: block;
	font-weight: bold;
}