body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family: Verdana, Tahoma, 'Trebuchet MS', sans-serif;
	font-size: 11px;
	line-height: 14px; 
	background-color:#555555;
}

a, a:link, a:visited { color: #82797C; text-decoration: none; }
a:hover { color: #a8003b; text-decoration: underline; }

p { margin: 0; padding: 0; font-size: 11px; line-height: 14px; }
img { border: none; }

h1 { font-size: 18px; margin: 0; padding: 5px 0; line-height: 20px;}
h2 { font-size: 16px; font-weight: normal; margin: 0; padding: 0; line-height: 18px;}
h3 { font-size: 14px; margin: 0; padding: 0; padding: 0; color: #333; line-height: 16px; }
h4 { font-size: 11px; margin: 0 0 15px 0; padding: 0; }
h5 { font-size: 10px; margin: 0 0 10px 0; padding: 0; color: #333; }
h6 { font-size: 8px; margin: 0 0 5px 0; padding: 0; color: #333; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }


.float_l { float: left; }
.float_r { float: right; }

.image_wrapper { display: inline-block; border: 1px solid #ccc; padding-top: 4px; padding-bottom: 4px; padding-left: 4px; padding-right: 4px; background: #fff; }
.image_wrapper img { width:50px; height:40px; }
.image_wrapper .taille-normale { width:auto; height:auto; }
.image_fl { float: left; margin: 0px 5px 0 0; }
.image_fr { float: right; margin: 3px 0 0 5px; }

blockquote { font-style: italic; }
cite { font-weight: bold; color:#3b3823; }
cite span { color: #696443; }

.btn_more a { 
	color: #a8003b;
	padding: 2px 20px 2px 0;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
    background: url(../images/more.png) no-repeat center right;
}

.btn_more a:hover {
	color: #82797c;
	text-decoration: none;
}

.icn_fleche h2 {
	display: inline-block;
	color: #000;
	margin: 0 0 15px 0;
	padding: 2px 20px 2px 15px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
    background: url(../images/fleche-formation.png) no-repeat center left;
}

#wrapper { 
	width: 980px;
	margin: 0 auto;
	background-color: #fff;
	background-image: url(../images/wrapper.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#logo {
	float: left;
	width: 280px;
	padding-top: 23px;
	padding-bottom: 18px;
	background: url(../images/bg-logo.jpg) top no-repeat;
}

#logo h1 {
	margin: 0;
	padding: 0;
}

#logo img {
	width:210px; 
	height:42px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#logo a span {
	display: block;
	font-size: 13px;
	color: #666;
	font-weight: normal;
	margin-top: 5px;
	text-align: right;
}

.menu {
	width: 700px;
	height:39px;
	float: right;
	margin-top:24px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	padding:0;
	list-style:none;
	font-size:11px;
}

.menu ul {
	position:absolute;
	top:-999em;
	width:10em; /* left offset of submenus need to match (see below) */
}
.menu ul li {
	width:100%;
}
.menu li {
	float:left;
	height: 39px;
	position:relative;
	list-style:none;
}
.menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
.menu a {
	display:block;
	position:relative;
	color:#ffffff;	
	padding:12px 15px;
	text-align:left;
	text-decoration:none;
	background:#a8003b;
}

.menu li:hover ul,
.menu li.sfHover ul {
	left:0;
	top:3em; /* match top ul list item height */
	z-index:99;
}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top:-999em;
}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top:-999em;
}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
}
	
.menu li li {
	border-bottom:1px solid #a8003b;
	height: 25px;
}
.menu li ul a {
	background:#82797c;
	padding:5px 0px 6px 10px;
}
.menu li a:hover, .menu a.current {
	background: #82797c url("../images/hover_bas_menu.gif") bottom center no-repeat;
	text-decoration:none;
	color: #fff;
}

.niv_one a {
	font-size:11px;
}

.niv_two li {
	border-left:3px solid #a8003b;
	border-bottom:1px solid #a8003b;
}
.niv_two a {
	padding:0px 10px 0px 15px;
	text-align:left;
	font-size:11px;
	background:#82797c !important;
}
.niv_two a:hover, .niv_two li:hover a {
	background: #a8003b url("../images/hover_bas_sous_menu.gif") bottom center no-repeat !important;
}

.niv_one_catalogue a:hover, .niv_one_catalogue li:hover a {
	background:#a8003b url('../images/hover_cote.gif') center right no-repeat;
}
.niv_one_dossiers a:hover, .niv_one_dossiers li:hover a {
	background:#a8003b url('../images/hover_bas_sous_menu.gif') bottom center no-repeat;
}

/*** arrows **/
.menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.menu ul .sf-sub-indicator { background-position:  -10px 0; }
.menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.menu ul a:focus > .sf-sub-indicator,
.menu ul a:hover > .sf-sub-indicator,
.menu ul a:active > .sf-sub-indicator,
.menu ul li:hover > a > .sf-sub-indicator,
.menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

.menu li a#lien-accueil {
	background:	url('../images/home.jpg') no-repeat bottom right;
	width: 26px;
	height: 25px;
	padding: 0;
	margin-right:10px;
	margin-top:7px;
}

#sidebar {
	clear:both;
	float: left; 
	width: 240px;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left:20px;
}
		
#sidebar h3 {
	border-left: 3px solid #82797c;
	padding-left: 5px;
}

.sidebar_box {
	margin-bottom: 10px;
	border-bottom: 2px solid #82797c;
	border-bottom-style: solid;
	border-bottom-color: rgb(130, 121, 124);
	background-color: #d1d3d2;
}

.sidebar_box .sidebar_content {   
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
}

.sidebar_box .sidebar_content p {   
	margin-top: 5px;
	margin-bottom: 5px;
}

.sidebar_box .sidebar_content p.blockquote {   
	margin-left: 0px; 
	margin-right: 5px; 
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 10px;
	line-height: 12px;
	font-style: italic;
}

.sidebar_tree { padding-top:0px !important; margin-left:-8px !important; padding-right: 0px !important; padding-bottom: 0px !important; white-space: wrap; }
.sidebar_tree a { color:#000;}
.sidebar_tree ul { margin-left:-33px; margin-bottom:5px;}
.sidebar_tree ul li { list-style:none; }
.sidebar_tree ul li a strong { font-size:11px; line-height: 16px;}
.sidebar_tree ul li ul { margin-left:-20px; !important; }
.sidebar_tree ul li ul li { list-style:square !important; }
.sidebar_tree ul li ul li a { font-size:10px; line-height: 14px;}
#famille_en_cours strong, #categorie_en_cours_dos strong { color:#a8003b !important; }
#categorie_en_cours { color:#a8003b !important; }

.sidebar_content img {
	position:relative; 
	top:15px; 
	left:0px;
}

.cb_milieu { background:url(../images/box-sitemap-milieu.png) repeat right center; }
.cb_bas { background:url(../images/box-sitemap-bas.png) no-repeat center bottom; }

.sitemap_box  {
	width:450px;
}

.sitemap_box .sitemap_box_titre {
	height:20px;
	padding-left: 5px; 
	padding-top: 15px;
	background:url(../images/box-sitemap-haut.png) no-repeat center 5px;
}

.sitemap_box .sitemap_box_titre h2 {
	font-family: Verdana, Tahoma, 'Trebuchet MS', sans-serif;
	font-size:16px;
	color:white;
}

.sitemap_box .sitemap_box_content {   
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px; 
}

.sitemap_box .content_dos {   
	padding-top: 0px !important;
}

.sitemap_box .sitemap_box_content h3 {
	margin-bottom: -10px;
	font-size: 12px;
	color: #a8003a;
}

.sitemap_box_content ul {
	margin-left: -15px;
	margin-bottom: 5px;
}

.sitemap_box_content ul li {
	list-style-type: square; 
}

.sitemap_box_content ul li a {
	color: #555;
	font-size: 11px;
}

.mentions_legales_box, .salles_box { margin-right:20px; }
.mentions_legales_box, .salles_box h1 { margin-bottom:15px !important; }
.mentions_legales_box, .salles_box h2 { color:#a8003b; font-size:16px; margin-bottom:5px; }
.mentions_legales_box, .salles_box p { margin-bottom:15px; text-align: justify; }

.middle {
  width: 220px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  background-color: rgb(209, 211, 210);
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: rgb(130, 121, 124);
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: rgb(130, 121, 124);
}.points-forts {	background-color: rgb(249, 212, 36);}

.points-forts {
	background-color: rgb(249, 212, 36);
}

.middle h3 {
  margin-bottom: 8px;
}

.middle h4 {
  color: rgb(168, 0, 59);
  font-size: 11px;
  margin: 0px;
  line-height:14px;
}
.middle h4 a {
  color: rgb(168, 0, 59);
}
.middle h4 em {
  color: rgb(168, 0, 59);
  font-size: 11px;
}

.middle .libDateProch {
  color: #000;
  font-size:11px;
  margin-top:0px; 
} 

.middle p {
	font-size:10px;
	line-height:12px;
	margin-top:5px;
	margin-bottom:5px;
}

.formation {
  width: 460px;
}

.formation h2{
  font-weight:bold;
  font-family: Verdana, Tahoma, 'Trebuchet MS', sans-serif;
  font-size: 12px;
  line-height:14px;
  color: #a8003b;
}

#bloc_sidebarFormation h4, #bloc_sidebarDossier h4, #bloc_sidebarArticle h4 {
	font-weight: bold;
}
#bloc_sidebarFormation p, #bloc_sidebarDossier p, #bloc_sidebarArticle p {
	margin-top:0px;
}

.dossier h1 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.article h1 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.contacts {
	background-color: rgb(209, 211, 210);
}

.contacts #news_box {
	padding-right: 10px;
	padding-bottom: 1px;
}

.contacts #news_box .un-contact { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px dotted #999; }
.contacts #news_box .un-contact.last-child { margin-bottom: 10px; padding-bottom: 0px; border-bottom: none; }

.contacts h3 {
  margin-bottom: 10px;
}

.contacts h4 {
  color: rgb(168, 0, 59);
  font-size: 11px;
  margin: 0px;
  line-height:14px;
  font-weight:normal;
}
.contacts  p { font-size:10px; line-height:12px; margin-top:0px; margin-bottom:0px; }
.contacts  p em { line-height: 14px; }
.contacts  { border:none; }
.contacts  #hd { padding:0; }
.contacts  #bd { border:none; }
.contacts  #bg { padding-top:5px; }

#hg { background:url(../images/coin-haut-gauche.png) no-repeat top left; }

#hd {
	background:url(../images/coin-haut-droite.png) no-repeat top right;
	padding-top: 5px;
	padding-left :10px;
}

#hd h3 { margin-top:5px; }

#bd {
	background:url(../images/coin-bas-droite.png) no-repeat bottom right;
	border-top: 2px solid #82797c;
}
#bg {
	background:url(../images/coin-bas-gauche.png) no-repeat bottom left;
	padding-top: 10px;
	padding-left :10px;
}

#bg .sidebar_content { padding-top:0px; }

#search_box { width: 210px; height: 27px; background: url(../images/search.png) no-repeat; }
#search_box form { clear: both; width: 210px; height: 27px; padding: 0; } 
#searchfield { display: block; float: left; height: 27px; width: 170px; padding: 0 5px; font-size:10px; color: #333; line-height: 27px; background: none; border: none; } 
#searchbutton { display: block; float: left; height: 25px; width: 28px; padding: 0 0 5px 0; margin: 0; cursor: pointer; background: none; border: none; }

#news_box { margin: 0; padding: 0; list-style: none;}
#news_box div { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px dotted #999; }
#news_box .last-child { margin-bottom: 10px; padding-bottom: 0px; border-bottom: none; }
#news_box .last { margin-bottom: 0; padding: 0; border-bottom: none; }
#news_box h4 { color: #a8003b; }
#news_box h4 a { color: #a8003b; }
#news_box h4 em { color: #a8003b; font-size:12px; }
#news_box .img_contact { width:15px; position:relative; top:2px; left:0px; }

#les_temoignages {
	margin-top:10px;
}

#content {
	float: right;
	width: 700px;
	padding: 0;
	margin-bottom: 20px;
}

#content h1 {
	margin-top: 10px;
	margin-bottom: 5px;
	color:#82797C;
}

#content .error404_box { padding-top:0px; margin-right:20px;}

#content .error404_box h1{ text-align:center; color:#82797c; font-size:40px; line-height: 50px; }

#content .error404_box p { text-align:center; font-size:14px; }

#content .error404_box a { color:#a8003a; }

#content_2 {
	width: 940px;
	padding: 0 20px 20px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

#content_2 .gauche {
	float:left;
	margin-right: 20px;
}

#content_2 .droite {
	float:right;
}

#content_2 h1 {
	text-align:center; 
	color:#82797c;
}

#content_2 .sitemap_p {
	border-bottom: 1px solid #D5D5D5; 
	padding-bottom:5px; 
	font-size: 16px;
	font-weight: bold;
}
#content_2 .sitemap_p img {
	position: relative; 
	top: 4px; 
	left: 0px;
}

.content_box { width:460px; margin-bottom: 10px; }
#content_left h1{ text-align:center; color:#82797c; margin-top:0px !important; margin-bottom:0px !important;}
#text_prog_form {text-align:center; font-size:15px; margin-top:5px; margin-bottom:5px; padding:3px; border: 1px solid black;}
.content_box_large { width:680px;}
.content_box_large h1 { text-align:center; color:#82797c; line-height:20px;}
#contenu h1 { color:#82797c; line-height:25px;}
.navigation_catalogue { margin-top:0px !important;}
.navigation_catalogue h1 { width:60%; float:left; margin-bottom:0px !important; margin-top:0px !important; padding-top:0px !important;}
.navigation_catalogue h2 {font-size:14px; line-height:16px;}
.navigation_dossier h1 { margin-bottom:0px !important; margin-top:0px !important; padding-top:0px !important;}
.navigation_dossier h2 { font-size:14px; line-height:16px;}
.navigation_article h1 { margin-bottom:0px !important; margin-top:0px !important; padding-top:0px !important;}
.navigation_article h2 { font-size:14px; line-height:16px;}
.logo-catalogue-side { width:30px; height:30px; position: relative; top: 10px !important; }
.navigation_catalogue .first_p_1 { width:235px; float:right; padding-right: 15px; position: relative; bottom: 12px !important;}
.navigation_catalogue .first_p_2 { width: 34%; float:right; position: relative; bottom: 15px !important; }
.first_p_1 .logo-catalogue-nav { width:30px; height:30px; position: relative; top: 10px !important; }
.first_p_2 .logo-catalogue-nav { width:20px; height:20px; position: relative; top: 5px !important; }
.first { margin-top:10px; } 
.medium { margin-top:10px;  margin-bottom:10px; } 
.last { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.content_box_inner { margin-top: 10px; }
.content_box_inner p { text-align: justify; }
.div_adresse { float:right; width:200px; margin-right:15px; margin-top: 20px;}
.p_adresse { padding-top:5px; }
.content_box_inner .img_partenaires { float:right; margin-left:10px; }
.bandeau { text-align:center; font-size:12px; background-color: #a8003b; color:white; padding:10px; }
.bandeau-formulaire { float:right; width:670px; padding:5px; margin-right: 20px; font-size:14px; line-height: 16px; background-color: #82797c; color:white;}
.bordure_gauche { border-left: 5px solid #82797c; padding-left: 10px; }
.bordure_gauche a { color:#000; text-decoration:none; }
.bordure_gauche a:hover { color:#000; text-decoration:underline; }

.calendrier h1 {padding-bottom:0px !important; margin-bottom:0px !important;}
.un_partenaire { margin-bottom:10px; }

#contact_form { padding: 0; }
#contact_form form { padding: 0px; }
#contact_form form .input_field { font-family: Verdana, Tahoma, 'Trebuchet MS', sans-serif; width: 340px; padding: 5px; margin-bottom: 5px; background: #fff; border: 1px solid #dfdfdf; }
#contact_form form label { display: block; width: 100px; float:left; margin-top: 8px; font-size: 12px; }
#contact_form form textarea { font-family: Verdana, Tahoma, 'Trebuchet MS', sans-serif; width: 440px;  height: 200px; margin-top: 5px; padding: 5px; background: #fff; border: 1px solid #dfdfdf; overflow: auto; }
#contact_form form .submit_btn { cursor:pointer; padding: 5px 15px; margin: 10px 80px 0px 0px; background: #fff; border: 1px solid #dfdfdf; }

#raccourcis {
width:480px; 
margin-top:15px;
margin-left:auto; 
margin-right:auto; 
}

#raccourcis img {
width:30px;
height:28px;
}

#raccourcis a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#raccourcis tr {
	text-align:center;
}

#raccourcis td {
	padding-left:15px;
	padding-right:15px;
}

#content_right_top {
	float:right; 
	width:220px; 
}

#content_right_top img {
	width:30px;
	position:relative; 
	top:10px; 
	left:0px;
}

#content_right_top a {
	font-size:9px;
	text-decoration:underline;
}

#right_top_contacts { 
	width:220px;
	float:right;
}

#content_right_accueil {
	margin-top:15px;
	margin-right:20px;
	float:right; 
	width:200px; 
}
#content_right_formation {
	margin-top:20px;
	margin-right: 19px;
	float:right; 
	width:200px; 
}
#content_right_formation p {
	padding-bottom:5px;
}
#content_right_formation a {
	text-decoration:underline; 
}
#content_right_contacts {
	margin-top:10px;
	margin-right:20px;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	background: transparent url(../images/paperboard-contacts.png) no-repeat scroll 0 0px;
	float:right; 
	width:180px; 
	height:440px;
}

#haut-pb {
	width:200px; 
	height:5px; 
	background: transparent url(../images/haut-pb.png) no-repeat;
}
#wrap_content_pb {
	background:url(../images/cote-pb.png) repeat-y;
}
#content_pb_accueil {
	background:#eeeeee url(../images/milieu-pb-accueil.png) repeat-x;
	padding-top:10px;
	margin-left:2px;
	padding-left:10px;
	padding-right:10px;
	height:auto;
	min-height:300px;
}

#content_pb_accueil ul {
	margin-top:5px;
}
 
#content_pb_accueil ul li{
	margin-left: -10px;
	font-size:10px; 
	line-height:12px;
}

#logo-ppc-pb {
	width:110px; 
	height:73px;
	background: transparent url(../images/points-ppc.png) no-repeat;
}

#logo2-ppc-pb {
	width:180px; 
	height:200px;
	background: transparent url(../images/bm.jpg) no-repeat;
}

#content_pb_formation {
	background:#eeeeee url(../images/milieu-pb-formation.png) repeat-x;
	margin-left: 2px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	height:auto;
	min-height:230px;
}
#bas-pb {
	width:200px; 
	height:129px; 
	background: transparent url(../images/bas-pb.png) no-repeat;
}

#content_right_bottom {
	clear: right;
	float:right; 
	width:200px; 
	margin-top: 10px;	
	margin-right: 20px;	
}

.content_formateurs {
	text-align:center; 
	border-right:2px solid #82797c; 
	border-left:2px solid #82797c; 
	border-bottom:2px solid #82797c; 
	padding:10px;
}

.content_formateurs .nom-formateur{
	font-size:13px;
}

.content_formateurs img {
	width:70px;
	height:90px;
}

#titre-paperboard { font-family: "Bradley Hand ITC TT Bold", arial, sans-serif; font-size:16px; color: #a8003b; font-weight:bold; text-align:center;}
.barre_soulign { width:75%; height:1px; margin-bottom:10px; background-color:#a8003b; border:none; }
.texte-paperboard {font-size:10px}

#footer_wrapper_gauche {
	width:100%;
	margin: 0;
	padding: 0;
	background: #a8003b url("../images/filigrane-gauche.png") left top no-repeat;
	border-top: 5px solid #82797c;
}

#footer_wrapper_droite {
	width:100%;
	padding:0px;
	margin:0px;
	background-image:url('../images/filigrane-droite.png');
	background-position:right top;
	background-repeat:no-repeat;
}

#footer_1 { 
	width: 940px;
	margin: 0 auto;
	padding:0;
	padding-top: 10px;
	color: #ffffff;
}

#footer_1 h3 a {
	color: #82797c;
	text-decoration:none;
}

#footer_1 h3 a:hover { text-decoration:none; }

#footer_1 ul { list-style: none; }

#footer_1 ul li{ font-size:10px; line-height: 12px; }

#footer_1 a { color: #ffffff; }

#footer_1 a:hover {
	text-decoration: none;
	color: #82797c;
}
	
#footer_1 .col {
	width:230px;
	margin-bottom:5px;
	padding: 0px 10px 0px 0px;
	margin-right: 10px;
	float: left;
}

#footer_1 .col {
	margin-bottom:5px;
	padding: 0px;
	margin-right: 5px;
	float: left;
}

#footer_1 .col ul { padding-left:0px; }
	
#footer_1 .col ul li { margin: 0 0 10px 0; }

#footer_1 .col_d { width:235px; margin-right: 0px; }


#footer_2 {
	clear:both;
	width:940px;
	margin-right:auto; margin-left:auto;
	padding-top:10px;
	color: #a8003b;
}

#footer_2 a { color: #a8003b; }

#footer_2 .gauche {
	float:left;
	padding-bottom:10px;
}

#footer_2 .droite {
	float:right;
	padding-bottom:10px;
}

.box {
	width:660px;
	background-color:#ffffff;
	padding:10px; 
	color:#000;
	border-right:2px solid #a8003b; 
	border-left:2px solid #a8003b; 
}

.box_unique { border:2px solid #a8003b;}

.box_haut {
	border-top:2px solid #a8003b; 
	border-bottom:2px dashed #d1d3d2;
	margin-bottom: 5px;
}

.box_millieu {
	border-bottom:2px dashed #d1d3d2; 
	border-top:2px dashed #d1d3d2;
	margin-bottom: 5px;
}

.box_bas {
	border-bottom:2px solid #a8003b; 
	border-top:2px dashed #d1d3d2;
}

.points_cles { color:#a8003b; }

#calendrier h2 { border:none; }

.resultat_recherche_box { margin-top:0px !important; margin-right: 20px; }
.resultat_recherche_box h1 { padding: 0px; text-align:center; }
.resultat_recherche_box .mainlist { background: #D1D3D2; color: #000; font-size: 13px; font-weight: bold; margin: 0 0 10px 0; padding: 6px 4px; text-align: center; }
.resultat_recherche_box .title { margin: 0; padding: 3px 2px 3px 2px; text-align: left; }
.resultat_recherche_box .title a { font-size: 15px; line-height: 1.2; color:#A8003B; text-decoration:underline; }
.resultat_recherche_box .mak_1{ font-weight: bold; }
.resultat_recherche_box .description { font-size: 12px; line-height: 1.4em; margin-left: 2px; padding: 0; }
.resultat_recherche_box .url { background: transparent; margin: 2px 0 5px 2px; padding: 0; }
.resultat_recherche_box .url a { font-size: 11px;  color: #82797C; text-decoration:none; }
.resultat_recherche_box ul { margin: 0; padding: 0; }
.resultat_recherche_box li { font-size: 12px; line-height: 13px; list-style: none; margin: 0; padding: 0; vertical-align: baseline; }
.resultat_recherche_box .tblhead { background: #D1D3D2; font-size: 13px; color: #000; padding: 6px 2px; text-align: center; }
.resultat_recherche_box .tblhead a { font-size: 13px; color: #A8003B; text-decoration:underline; }
.resultat_recherche_box .tblhead a:hover { color: #82797C; }
.resultat_recherche_box #didumean { margin-top:5px; }
.resultat_recherche_box #didumean a { color:#A8003B; text-decoration:underline; }

img, div, a { behavior: url(css/iepngfix.htc) }

.text-content{
    font-size: 11px;
  	line-height: 14px;
}
.short-text {
    overflow: hidden;
    height: 2.5em;
}
.full-text{
    height: auto;
}
.show-more {
    padding: 10px 0;
    text-align: center;
}