@charset "UTF-8";

body {
	margin: 0 auto;
	padding: 0;
	color: #5C5C6B;
	background-color: #ABABAB;
	background-image: url('../images/page_t.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
	font-size: 90%;
	font-family: "Lucida Grande", sans-serif;
}
a{

	text-shadow:1px 1px 1px #000;
	text-decoration:none;
}
#art-page-background-gradient {
	background-image: url('../images/page_g.jpg');
	background-repeat: repeat-x;
	top: 0;
	height: 238px;
	left: 0px;
	width: 100%;
	position: absolute;
	z-index: -30;
}

#art-page-background-gradient {
	background-position: top left;
}

.cleared {
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1px;
}

/* begin Header */
div.art-header {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	width: 898px;
	height: 175px;
	overflow: hidden;
}

div.art-header-jpeg {
	z-index: -1;
	top: 0;
	left: 0;
	width: 898px;
	height: 175px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}

/* end Header */

/* begin Flash */
#art-flash-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 898px;
	height: 175px;
	overflow: hidden;
}

#art-flash-container {
	top: -25px;
	left: -1px;
	width: 900px;
	height: 225px;
}

#art-flash-container div.art-flash-alt {
	position: relative;
	width: 110px;
	height: 30px;
	margin: 0 auto;
	top: 25px;
}

/* end Flash */

/* begin Logo */
.art-logo {
	display: block;
	left: 33px;
	top: 33px;
	width: auto;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
}

h1.art-logo-name {
	display: block;
	text-align: center;
}

h1.art-logo-name, h1.art-logo-name a, h1.art-logo-name a:link, h1.art-logo-name a:visited, h1.art-logo-name a:hover {
	font-size: 1.8em;
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #FFF !important;
	letter-spacing: 0.2em;
}

.art-logo-text {
	display: block;
	text-align: center;
}

.art-logo-text, .art-logo-text a {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 1.3em;
	margin: 0;
	color: #F2F2F2 !important;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-weight: bold;
	letter-spacing: 0.1em;
}

/* end Logo */


h1.art-logo2-name {
	display: block;
	text-align: center;
	width: auto;
	background-color: #898989;
}

h1.art-logo2-name, h1.art-logo2-name a, h1.art-logo-2name a:link, h1.art-logo2-name a:visited, h1.art-logo2-name a:hover {
	font-size: 1.3em;
	text-decoration: none;
	color: #FFF !important;
	letter-spacing: 1em;
	margin: 0px;
	padding: 0px;
}

.art-logo2-text {
	display: block;
	text-align: center;
}

.art-logo2-text, .art-logo2-text a {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 16px;
	padding: 0;
	margin: 0;
	color: #F2F2F2 !important;
}

/* end Logo */


/* begin Footer */
.art-footer {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-image: url(../images/footer_b.png);
	background-repeat: repeat-x;
}

.art-footer-b {
	position: absolute;
	left:0;
	right:0;
	bottom:0;
	height:50px;
	background-image: url('../images/footer_b.png');
}

.art-footer-t {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 50px;
	background-color: #E8E8E8;
}

.art-footer-body {
	position:relative;
	padding: 20px;
}

.art-footer-body .art-rss-tag-icon {
	position: absolute;
	left:   10px;
	bottom:20px;
	z-index:1;
}

.art-rss-tag-icon {
	display: block;
	background-image: url('../images/rssicon.png');
	background-position: center right;
	background-repeat: no-repeat;
	height: 32px;
	width: 32px;
	cursor: default;
}

.art-footer-text, .art-footer-text p {
	margin: 0;
	padding: 0;
	text-align: center;
}

.art-footer, .art-footer p, .art-footer a, .art-footer a:link, .art-footer a:visited, .art-footer a:hover {
	color: #666;
	font-size: 90%;
	padding-top: 6px;
}

.art-footer-text {
	min-height: 32px;
	margin: 0 10px 0 10px;
}

.art-footer a, .art-footer a:link {
	color: #333;
	text-decoration: underline;
}

.art-footer a:visited {
	color: #999;
}

.art-footer a:hover {
	color: #333;
	text-decoration: none;
}/* end Footer */

/* begin PageFooter */
.art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-page-footer a:hover {
	font-family: Arial;
	font-size: 10px;
	letter-spacing: normal;
	word-spacing: normal;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #666666;
}

.art-page-footer {
	margin: 1em;
	text-align: center;
	text-decoration: none;
	color: #666666;
}

/* end PageFooter */


#global {
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F1F1F3;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}

body p {
	margin: 0px;
	padding: 0px;
}

#ho {
	font-size: 0.7em;
	color: #CCC;
	padding: 0px;
	height: 20px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#global #contenu #bar1 {
	float: left;
	width: 198px;
}

#global #contenu #articles {
	float: right;
	width: 670px;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#global #contenu {
	margin-top: 10px;
}

ul {
	margin: 0px;
	padding: 0px;
}

/* =-=-=-=-=-=-=-[Menu Five]-=-=-=-=-=-=-=- */

#menu5 {
	width: 200px;
	margin: 10px;
	text-transform: uppercase;
	font-size: 0.8em;
}

.coul1 {
	color: #C63228;
	font-size: 1.4em;
	letter-spacing: 0.7em;
}

#global #contenu #articles h1 {
	color: #C63228;
	font-size: 1.2em;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	text-transform: uppercase;
}

#global #contenu #articles #encad1 h1 a {
	color: #C63228;
	text-decoration: none;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#global #contenu #articles #encad1 {
	float: right;
	margin-right: 20px;
	border: 1px dashed #C63228;
	width: 180px;
	text-align: center;
	background-color: #C8C8C8;
	margin-left: 8px;
	margin-top: 10px;
}
#global #contenu #articles #encad1b {
	float: right;
	margin-right: 20px;
	border: 1px dashed #C63228;
	width: 180px;
	text-align: center;
	background-color: #C8C8C8;
	margin-left: 8px;
	margin-top: 10px;
}

#global #contenu #articles #encad1 h3 {
	font-size: 0.8em;
	color: #333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#global #contenu #articles #encad1 h3 a {
	color: #333;
	text-decoration: none;
}

#global #contenu #articles p {
	padding: 5px;
	text-align: justify;
}

.sic {
	color: #FFF;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	font-family: "Arial Black", Gadget, sans-serif;
	padding-left: 5px;
	background-color: #C63228;
}

.centre {
	text-align: center;
}

#global #contenu #articles #encad2 {
	float: left;
	width: 440px;
	margin-right: auto;
	margin-left: 20px;
	margin-top: 10px;
	height: 150px;
}

#global #contenu #articles #encad2 .p {
	font-size: 1.3em;
	font-style: italic;
	text-align: center;
}

#global #contenu #articles #encad2 p {
	font-size: 1.1em;
	font-style: italic;
	text-align: center;
}

#global #contenu #articles #encad3 {
	background-color: #FFF;
	width: 95%;
	border: 1px dashed #C63228;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: -1px;
}

#global #contenu #bar1 #realis h1 {
	font-size: 1.2em;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#global #contenu #bar1 #realis .c1 {
	text-align: center;
}

#global #contenu #articles #encad2 h1 {
	text-align: center;
	margin: 0px;
	padding: 3px;
	font-size: 1.3em;
}

#global #contenu #articles .sous_h2 .rouge1 {
	color: #C63228;
}

#global #contenu #articles h2 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 4px;
}

#global #contenu #articles a {
	color: #C63228;
	text-decoration: none;
}

#global #contenu #articles .sous_h2 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
}

.centrearrondi h3 {
	margin: 0px;
	padding: 0px;
}

#sprytooltip3 .centrearrondi h4 {
	margin: 0px;
	padding: 0px;
}

#global #contenu #bar1 #menu5 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#global #feature #contenu #TabbedPanels1 .TabbedPanelsTabGroup .TabbedPanelsTab.TabbedPanelsTabSelected {
	list-style-type: none;
	padding: 5px;
}

#global #feature #contenu #TabbedPanels1 .TabbedPanelsTabGroup .TabbedPanelsTab {
	list-style-type: none;
	padding: 5px;
}

#global #feature #contenu #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible {
	background-color: #FFF;
	padding: 8px;
}

#global #feature #contenu #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible img {
	float: none;
}

#global #feature #contenu #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible h1 a:hover {
	color: #FFF;
}

#global #feature #contenu #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible h1 a {
	color: #6F0;
	background-color: #C63228;
}

#global #feature #contenu #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible a:hover img {
	color: #C63228;
	text-align: center;
}

#global #feature #contenu #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible ul li {
	list-style-type: none;
	padding-bottom: 5px;
}

#global #contenu #articles #contenu #TabbedPanels1 .TabbedPanelsContentGroup .TabbedPanelsContent ul {
	list-style-type: none;
	margin-left: 15px;
	padding: 0px;
}

.rouge {
	color: #C63228;
}

#global #contenu #bar1 #realis a img {

}

#global #contenu #bar1 #realis a {
	color: #C63228;
	text-align: center;
	float: none;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	line-height: 1.3em;
}

#ho p a {
	color: #818181;
}

#ho p a:hover {
	color: #CCC;
}

#global #contenu #articles #contenu object {
	width: 100%;
	height: 230px;
}

.link {
	cursor:pointer;
	color:#666
}

.link:hover {
	color:#000
}

.slider {
	position:relative;
	overflow:hidden;
	border:2px solid #9ac1c9;
	height:225px;
	background:#eef5f6;
	margin-bottom:20px
}

.slidercontent {
	position:absolute
}

.slidercontent .upper {
	border-bottom:1px solid #9ac1c9
}

.section {
	padding:10px
}

.newsslider {
	position:relative;
	overflow:hidden;
	height:140px;
	width:440px;
	margin-bottom:20px;
}

.newsslidercontent {
	position:absolute
}

.newsslidercontent .upper {
	border-bottom:1px solid #9ac1c9
}

.newssection {
	padding:10px;
	height:130px
}

#global #contenu #articles #encad2 #num {
	float: left;
	font-size: 0.9em;
	margin-top: -15px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#diaporama {
	overflow: hidden;
	width: 150px;
	height: 90px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#diaporama li {
	overflow: hidden;
	width: 180px;
	height: 100px;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	text-align: center;
}

#diaporama li a {
	display: block;
	width: 180px;
	height: 100px;
	margin: 0;
	padding: 0;
}

#diaporama li a img {
	border: 0;
}

#wrapper {
	width: 150px;
	background-color: #C8C8C8;
	border: 1px dashed #C63228;
	margin-top: 19px;
	margin-right: auto;
	margin-bottom: 19px;
	margin-left: auto;
	padding-top: 19px;
	text-align: center;
}

#wrapper ul {
	width: 150px;
	text-align: center;

}

/* Liens de d&eacute;filement */
		#defilement {
	overflow: hidden;
	margin: 0 5;
	padding-top: 5px;
	text-align: center;
	font-size: 0.8em;
}

#defilement a {
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #666666;
}

#defilement a.precedente {
	float: left;
}

#defilement a.suivante {
	float: right;
}

#defilement a:hover {
	color: #0066FF;
}

#global #contenu #bar1 #realis #wrapper #diaporama li a img {
	width: 110px;
	margin-right: auto;
	margin-left: auto;
}

#global #contenu #articles #CollapsiblePanel1 {
	float: left;
	width: 30%;
	margin-left: 15px;
}

#global #contenu #articles #CollapsiblePanel2 {
	float: left;
	width: 30%;
	margin-left: 15px;
}

#global #contenu #articles #CollapsiblePanel3 {
	float: right;
	width: 30%;
	margin-right: 15px;
}

.CollapsiblePanel {
	padding: 0px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #CCC;
	width: 99%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.CollapsiblePanelTab {
	background-color: #DDD;
	border-bottom: solid 1px #CCC;
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: "Century Gothic";
	font-weight: bold;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.CollapsiblePanelContent {
	margin: 0px;
	padding: 8px;
	font-size: 0.9em;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #707070;
	border-bottom-color: #707070;
	border-left-color: #7D7D7D;
}

.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #EEE;
}

.CollapsiblePanelClosed .CollapsiblePanelTab {
/* background-color: #EFEFEF */
}

.CollapsiblePanelTabHover, .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #C63228;
	color:#FFF;
}

.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #898989;
	color:#FFF;
}

#parent4 li {
	padding: 15px;
	margin: 5px;
}

#menu4 a.wactive {
	color: #B2CCFF;
	text-decoration: underline;
}

#global #contenu #articles #site1 {
	float: left;
	width: 30%;
	background-color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

#global #contenu #articles #site2 {
	float: left;
	width: 30%;
	margin-left: 35px;
	background-color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

#global #contenu #articles #site3 {
	float: right;
	width: 30%;
	text-align: center;
	background-color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

#global #contenu #articles #menu4 {
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	height: 460px;
	border: 1px dashed #C63228;
}

#global #contenu #articles hr {
	color: #C63228;
}

.active {
	color: #ffffff;
	background-color: #C63228;
}

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip {
	position: absolute;
	z-index: 1010;
 filter:alpha(opacity:0.1);
}

.tooltipContent {
	padding:0;
	width:auto;/* determine la largeur de la boite contenue */
	max-width:350px;
	float:left;
	margin:1%;
	background-color: #3F3F3F;
	font-size:0.8em;
	border: 1px solid #C63228;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url(border-radius.htc);
	padding:5px;
}

.tooltipContent p {
	padding:0;
	margin:0;
	font-style: italic;
}

.tooltipContent ul {
	padding:0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.tooltipContent li {
	margin:0px;
	padding-top: 5;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-style: italic;
}

.centrearrondi {
	margin:0 1px;
	padding:0 2em;/* avec eventuellement une hauteur mini */
	height:auto!important;
	background-color:#3F3F3F;
	color: #FFF;
}

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

.kwicks li {
	/* these are required, but the values are up to you (must be pixel) */
	width: 132px;
	height: 125px;
	border-right:1px solid #C63228;
	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) *//*opacity:0.9;*/
}

.kwicks li:hover {
	opacity:1;
	color:#C63228;
}

/*#bg_kwiks{
width:543px;
height:141px;
background-image: url(../images/bg-kwiks.png);
background-repeat:no-repeat;
padding-left:8px;
padding-top:7px;
}*/

.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */
	float: left;
}

.kwicks.vertical li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */
}

/*li a{
display:block;
color:#FFFFFF;
margin-left:135px;
text-align:center;
font-size:10px;
margin-top:97px;
line-height:10px;
font-family: Arial, Helvetica, sans-serif;
}*/
#kwick_1 {
	background-image: url(../images/plaquette.png);
	background-repeat:no-repeat;
	background-color: #e1e2e0;
	text-align:center;
	border-left: #F00 solid 1px;
}

#kwick_2 {
	background-image: url(../images/dynam.png);
	background-repeat:no-repeat;
	background-color: #e1e2e0;
	text-align:center;
}

/*#kwick_3 {
	background-image: url(../images/kwiks-ref.png);
	background-repeat:no-repeat;
	background-color: #e1e2e0;
	text-align:center;
}*/

#kwick_4 {
	background-image: url(../images/mes.png);
	background-repeat:no-repeat;
	background-color: #e1e2e0;
	text-align:center;
}

.kwicks.horizontal #kwick_4 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}

.kwicks.vertical #kwick_4 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}

#bg_kwiks a {
	display:block;
	width:210px;
	height:122px;
}

#global #contenu #articles #bg_kwiks {
	width: 396px;
	margin-right: auto;
	margin-left: auto;
}

#global #contenu #articles h2 {
	font-size: 1.1em;
}

#global #contenu #articles #pub {
	width: 99%;
	margin-top: 15px;
}

#global #contenu #articles #pub h2 {
	margin-left: 170px;
	margin-right: 20px;
	font-variant: small-caps;
	color: #3C3C3C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C63228;
	font-weight: normal;
	padding-bottom:3px;
	margin-bottom: 0px;
	font-size: 1.2em;
}

#global #contenu #articles #pub ul li {
	margin-left: 40px;
	list-style-type: none;
}

#global #contenu #articles #pub ul {
	margin-left: 115px;
}

.bouton {
	font-weight: normal;
	color: #FFF;
	background-color: #7E8080;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	width: 160px;
	padding: 5px;
	border-top-color: #C63228;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #C63228;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.8em;
	font-variant: normal;
}

#global #contenu #articles #pub .centre a {
	text-decoration: none;
	padding: 3px;
	color: #FFF;
}

#global #contenu #articles #pub .centre a:hover {
}

#global #contenu #articles #pub .centre .bouton a:hover {
	color: #C63228;
}

#global #contenu #articles #encad2 .newsslider #newsslider #newssection-2 p .bouton {
	color: #FFF;
	text-decoration: none;
}

#global #contenu #articles #site1 p {
	font-size: 1.2em;
	text-align: center;
}

#global #contenu #articles #site2 p {
	font-size: 1.2em;
	text-align: center;
}

#global #contenu #articles #site3 p {
	font-size: 1.2em;
	text-align: center;
}

.bordureHB {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #898989;
	border-bottom-color: #898989;
}

#global #contenu #articles a:hover {
	color: #3C3C3C;
}

#global #contenu #articles #menu4 #parent4 li p {
	font-size: 0.9em;
	text-align: justify;
	padding-left: 5px;
}

#global #contenu #articles #menu4 #parent4 li #pub p {
	margin-left: 170px;
	padding-left: 20px;
}

#global #contenu #articles #menu4 #parent4 li #photos1 {
	text-align: center;
}

#global #contenu #articles #menu4 #parent4 li #photos1 a {
	color: #5C5C6B;
}

#global #contenu #articles #menu4 #parent4 li #photos1 a:hover {
	color: #C63228;
}

#global #contenu #articles #pub p {
	margin-left: 170px;
	padding-left: 20px;
}

#global #contenu #articles #pub ul {
	margin-left: 170px;
}

#global #contenu #bar1 .centre img {
	z-index: 1000;
}
/**/
#tabsB {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
}

#tabsB ul {
	list-style:none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 3;
	padding-left: 120px;
	margin-top: 0;
	margin-right: 8;
	margin-bottom: 0;
	margin-left: 0;
}

#tabsB li {
	display:inline;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 5;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 5;
	margin-left: 0;
	background-color: #FFF;
}

#tabsB a {
	float:left;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	color: #C63228;
	background-image: url(tableftB.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#tabsB a span {
	float:left;
	display:block;
	color:#C63228;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-right: 5px;
	background-image: url(tabrightB.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#tabsB a:hover span {
	color:#5C5C6B;
}

#tabsB a:hover {
	background-position:0% -42px;
}

#tabsB a:hover span {
	background-position:100% -42px;
}

#tabsB #current a {
	background-position:0% -42px;
	color: #C63228;
}

/*#tabsB #current a span {
	background-position:100% -42px;
}*/

#global #contenu #articles #encad3 #parent2 li .fancy fieldset table tr td #msg {
	width: 400px;
}

#global #contenu #articles #encad3 #parent2 li p {
	padding-right: 30px;
	text-align: justify;
	padding-left: 30px;
}

#global #contenu #articles #encad3 #parent2 li h2 {
	padding-left: 18px;
}


#global #contenu #articles #encad4 {
	float: left;
	width: 62%;
}

#global #contenu #articles #encad4 p {
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	margin-right: 8px;
	margin-left: 8px;
	font-size: 95%;
}

#global #contenu #articles #encad4 ul {
	font-size: 90%;
	margin-left: 25px;
}

#global #contenu #articles #encad1 ul {
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	list-style-type: none;
}

#global #contenu #articles #encad1 ul li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C63228;
	padding-top: 5px;
	padding-bottom: 5px;
}

#global #contenu #articles #fil {
	font-family: "Lucida Grande", sans-serif;
	margin: 0px;
	font-size: 0.8em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ABADB9;
	color: #C63228;
}

#global #contenu #articles #fil a {
	color: #4B4B4B;
}

#global #contenu #articles #fil a:hover {
	color: #C63228;
}

#global #contenu #articles #fil p {
	margin: 0px;
	padding: 0px;
}

#global .art-header .art-logo #slogan-text a {
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
}

#global #contenu #articles #encad1 ul li a {
	color: #484848;
}

#global #contenu #articles #encad1 ul li a:hover {
	color: #C63228;
}

#global #contenu #bar1 #realis #billboard1 .dmxBillboardView.layout-left #sec_Section_1 li a img {
	text-align: center;
	margin-left: 10px;
}

#global #contenu #bar1 #realis #sec_Section_2 {
	text-align: center;
}

#global #contenu #bar1 #realis {
}

#global #contenu #bar1 #realis #billboard2 .dmxBillboardView.layout-full #sec_Section_2  img {
	padding-bottom: 20px;
}

#global #contenu #articles #encad2 #billboard1 {
	background-color: #F1F1F3;
}

#global #contenu #articles #CollapsiblePanel10 .CollapsiblePanelTab h2 {
	font-size: 1.3em;
	color: #C63228;
}

.fondBlanc {
	background-color: #FFF;
	padding: 5px;
	border: 1px dashed #C63228;
	margin-right: 25px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#global #contenu #articles .fondBlanc p {
	font-size: 120%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px;
}

#global #contenu #articles #CollapsiblePanel10 .CollapsiblePanelTab h2:hover {
	color: #FFF;
}

#global #contenu #articles #CollapsiblePanel10 {
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.margedroite {
	margin-right: 25px;
}

#global #contenu #bar1 #realis #billboard2 {
	border: 1px dashed #C63228;
}
.ftimages
{
	width:180px;
	height:246px;
	background:url(../images/screen.png) no-repeat;
	margin-left: 15px;
	
}
.ftimages img.ft
{
	width:160px;
	height:90px;
	margin:12px 0 0 10px;
}
.ftimages2
{
	width:600px;
	height:374px;
	
}
.ftimages2 img.ft
{
	width:600px;
	height:374px;
	float:left;
	margin:12px 0 0 10px;
}

#global #contenu #bar1 #realis h3 {
	color: #C63228;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#devis {
	margin-right: auto;
	margin-left: auto;
	background-color: #CCC;
}

#devis #ho2 h1 {
	padding-left: 20px;
}

#devis table tbody tr td hr {
	text-align: center;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}

#global #contenu #articles #contact {
	padding: 15px;
	border: 1px dashed #C63228;
	background-color: #FFF;
}
.pic {
	float: left;
	height: 115px;
	width: 115px;
	margin: 4px;
	padding: 0;
	text-align: center;
	list-style: none;
	font-size: 0.7em;
	}
.pic ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.jaune {
	color: #FFFF00;
}
.pic img {
	border-color: #444 #AAA #AAA #444;
	border: 1px solid;
}
div.pic ul {display: none;}
.pic .title li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.pic a.tn {
	float: left;
}

#global #contenu #articles #module {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

#global #contenu #articles #encad_b {
	float: left;
	width: 450px;
	background-color: #FFF;
	border: 1px dashed #C6323B;
}

#global #contenu #articles #encad_b ul {
	padding-left: 30px;
	font-size: 0.9em;
}

#global #contenu #articles #encad_b h2 {
	padding-top: 10px;
	padding-left: 3px;
}

#global #contenu #articles .wrapper #content .item .description h2 {
	margin-top: 8px;
}

#global #contenu #bar1  a {
}

#global #contenu #bar1 .centre a {
	color: #898989;
}

#global #contenu #merci {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

#global #contenu #merci #left ul {
	margin-left: 15px;
}

#global #contenu #merci h3 {
	text-align: center;
}

#global #contenu #merci #left {
	float: left;
	width: 48%;
	padding-left: 15px;
}

#global #contenu #merci #right {
	float: right;
	width: 47%;
}

#global #contenu #merci #right ul {
	margin-left: 15px;
}

#global #contenu #merci #right {
	padding-left: 15px;
}

#global #contenu #merci #left ul li a {
	color: #C63228;
}

#global #contenu #merci #left ul li a:hover {
	color: #454545;
}

#global #contenu #merci #right ul li a {
	color: #C63228;
}

#global #contenu #merci #right ul li a:hover {
	color: #424242;
}

