*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 
 

body.yoopage {
 background-image: url(../../images/linear/page_mask.png);
 background-position: 50% 0;
 background-repeat: repeat-x;
}



/* Third party extensions styling */
/*
 * YOOtheme CSS file
 *
 * @author yootheme.com
 * @copyright Copyright (C) 2007 YOOtheme Ltd. & Co. KG. All rights reserved.
 */ 

/*
 * Page
 */
 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #646464;
}

body#page{
background:#C8001E url(../images/page_mask.png) no-repeat scroll 50% 0;
}

body.yoopage {
	/*background: #c8001e url(../images/page_mask.png) 50% 0 no-repeat;*/
	background-image:url(../images/linear/page_mask.png);
background-position:50% 0;
background-repeat:repeat-x;

}





body.blue { background-color: #00bed2; }
body.pink { background-color: #c800c8; }
body.orange { background-color: #dc5000; }
body.green { background-color: #78c800; }
body.yellow { background-color: #FFC800; }
body.lilac { background-color: #6432C8; }
body.turquoise { background-color: #00DCB4; }

/* set body font size (styleswitcher) */
body.font-small {
	font-size: 11px;
}

body.font-medium {
	font-size: 12px;
}

body.font-large {
	font-size: 13px;
}

/* center page */
div.wrapper {
	margin: auto; 
}

/*
 * Layout
 */

div#absolute {
	position: absolute;
	z-index: 15;
	top: 0px;
	left: 0px;
	width: 100%;
}

div#page-body {
	background: url(../images/page_bg.png) 50% 1100px repeat-x;
	overflow: hidden;
}

div#header {
	width: auto;  
	margin: 5px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;
	background: url(../images/header_m.png) 0 25px repeat-x;
	position: relative;
	z-index: 10;
	clear: both;  
}

div#header div.header-l {
	background: url(../images/header_l.png) 0 25px no-repeat;
}

div#header div.header-r {
	height: 145px;
	background: url(../images/header_r.png) 100% 25px no-repeat;
}

div#toolbar {
	width: auto;  
	height: 24px;
	padding: 1px 0px 0px 200px;
	clear: both;  
	color: #ffffff;
	overflow: hidden;
}

div#date {
	margin: 6px 10px 0px 0px;
	float: left;
	font-size: 85%;
}
div#appelmoi {
	float: left;
	font-size: 85%;
	margin-left:700px;
	
}
div#txtappel {
float:left;
font-size:11px;
margin-right:3px;
margin-top:7px;
font-weight:bold;

}
div#txtappel a{
color:#FFFFFF;
}
div#topmenu {
	margin: 6px 10px 0px 0px;
	float: left;
}

div#styleswitcher {
	  
	height: 10px;
	margin: 11px 0px 0px 20px;
	float: right;
}

div#styleswitcher a {
	width: 15px;
	height: 10px;
	float: right;
	text-decoration: none;
	display: block;
	overflow: hidden;
	 
}

a#switchfontsmall { background: url(../images/styleswitcher_fontsmall.png) 0 0 no-repeat; }
a#switchfontmedium { background: url(../images/styleswitcher_fontmedium.png) 0 0 no-repeat; }
a#switchfontlarge { background: url(../images/styleswitcher_fontlarge.png) 0 0 no-repeat; }
a#switchwidththin { background: url(../images/styleswitcher_widththin.png) 0 0 no-repeat; }
a#switchwidthwide { background: url(../images/styleswitcher_widthwide.png) 0 0 no-repeat; }
a#switchwidthfluid { background: url(../images/styleswitcher_widthfluid.png) 0 0 no-repeat; }

a:hover#switchfontsmall { background: url(../images/styleswitcher_fontsmall.png) 0 -10px no-repeat; }
a:hover#switchfontmedium { background: url(../images/styleswitcher_fontmedium.png) 0 -10px no-repeat; }
a:hover#switchfontlarge { background: url(../images/styleswitcher_fontlarge.png) 0 -10px no-repeat; }
a:hover#switchwidththin { background: url(../images/styleswitcher_widththin.png) 0 -10px no-repeat; }
a:hover#switchwidthwide { background: url(../images/styleswitcher_widthwide.png) 0 -10px no-repeat; }
a:hover#switchwidthfluid { background: url(../images/styleswitcher_widthfluid.png) 0 -10px no-repeat; }

div#headerbar {
	width: auto;  
	margin: 10px 10px 10px 200px;
	background: #000000 url(../images/headerbar_m.png) 0 0 repeat-x;
	clear: both;  
	color: #ffffff;
}

div#headerbar div.headerbar-l {
	background: url(../images/headerbar_l.png) 0 0 no-repeat;
}

div#headerbar div.headerbar-r {
	height: 35px;
	padding: 10px 10px 10px 10px;
	background: url(../images/headerbar_r.png) 100% 0 no-repeat;
	overflow: hidden;
}

div#menu {
	position: absolute;
	top: 100px;
	left: 10px;
	z-index: 11;
	height: 35px;
	background: #1E1E1E;
}

div#logo {
	position: absolute;
	top: 25px;
	left: 0px;
}

div#search {
	position: absolute;
	top: 108px;
	right: 20px;
	z-index: 12;
	width: 120px;  
}

div#banner {
	position: absolute;
	top: 25px;
	right: -10px;
	width: 0px;
	z-index: 3;
}

div#top {
	width: auto;  
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;  
}

div#top .topbox {
	margin-top: 10px;
}

div#middle {
	width: auto;  
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	clear: both;  
}

div#middle .background {
	min-height: 200px;
	 
	 
	 
	 
}

 
div#middle .background {
	padding: 0px 0px 0px 0px;
	background: none;
}

 
.left div#middle .background {
	padding: 0px 0px 0px 0px;
	background: none;
}

 
.right div#middle .background {
	padding: 0px 0px 0px 0px;
	background: none;
}

div#left {
	width: 200px;  
	 
}

.left div#middle div#left {
	float: left;
}

.right div#middle div#left {
	float: right;
}

div#main {
	width: auto;
	 
}

 
div#main {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #323232;
	background: #141414;
}

 
.left div#main {
	margin: 0px 0px 0px 210px;  
}

 
.right div#main {
	margin: 0px 210px 0px 0px;  
}

div#maintop {
	padding: 0px 0px 10px 0px;
}

div#mainmiddle {
	margin: 0px 0px 10px 0px;
}

.showright div#mainmiddle {  
	background: url(../images/right_bg.png) 100% 0 repeat-y;
}

div#right {
	width: 180px;  
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}

div#content {
	width: auto;
	 
}

 
div#content {
	margin: 0px 0px 0px 0px;
}

 
.showright div#content {
	margin: 0px 200px 0px 0px;
	min-height:350px;  
}

div#contenttop {
	margin: 0px 0px 10px 0px;
}

div#breadcrumb {
	height: 19px;
	font-size: 85%;
}

div#contentbottom {
	margin: 10px 0px 0px 0px;
}

div#mainbottom {
	padding: 0px 0px 0px 0px;
}

div#bottom {
	width: auto;  
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear: both;  
}

div#bottom .bottomblock {
	margin-top: 10px;
	margin-bottom: -10px;
}

div#footer {
	width: auto;  
	min-height: 150px;
	 
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	clear: both;  
	text-align: center;
	color: #646464;
}

div#footer a:link, div#footer a:visited {
	color: #646464;
}

div#footer a:hover {
	color: #ffffff;
}

div#footer a.anchor {
	margin: 0px 0px 0px 0px;
	width: 30px;
	height: 5px;
	background: url(../images/footer_anchor.png) 0 0 no-repeat;
	display: block;
	float: right;
	text-decoration: none;
}

/*
 * Clearing & Floating
 */

 
 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;  
	clear: both; 
	visibility: hidden;
}
	
 
.clearfix { display: block; }

 
.floatbox { overflow:hidden; }

.float-left { float: left; overflow: hidden; }
.float-right { float: right; overflow: hidden; }

.width15 { width: 14.999%; }
.width18 { width: 18.333%; }
.width20 { width: 19.999%; }
.width23 { width: 22.999%; }
.width25 { width: 24.999%; }
.width33 { width: 33.333%; }
.width35 { width: 34.999%; }
.width40 { width: 39.999%; }
.width45 { width: 44.999%; }
.width50 { width: 49.999%; }
.width54 { width: 53.999%; }
.width65 { width: 64.999%; }
.width75 { width: 74.999%; }
.width100 { width: 100%; }

/* @import url(custom.css); */
div.mod-black h3.pave {
color:#C8001E;
font-family:"Arial Narrow",Arial,Helvetica,sans-serif;
font-size:140%;
font-weight:bold;
letter-spacing:-1px;
line-height:20px;
margin-bottom:5px;
text-transform:uppercase;
}

div.mod-black div.pave {
background:#141414 none repeat scroll 0 0;
border:1px solid #323232;
overflow:hidden;
}
#left div.pave, #right div.pave {
margin:0 0 10px;
overflow:hidden;
padding:10px 15px;
}

/*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; }

 
a:focus { outline: none; }

 
 
html {
	height: 100%;
	margin-bottom: 1px;
}

/*
 * New standard values
 */

/* paragraph */
p {	margin: 1em 0; }

/* lists */
ul, ol, dl { margin: 1em 0; padding-left: 30px }
dl { margin: 1em 0; }
dd { padding-left: 40px; }

/* tables */
td, th { padding: 1px; }

/* forms */
 
fieldset { border: 1px solid #c8c8c8; }
legend { background: #ffffff; }
textarea, input[type='text'], input[type='password'], select { border: 1px solid #c8c8c8; background: #ffffff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaaaaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #8c8c8c; outline: 2px solid #dcdcdc; }
input[type='button'], input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], select, button { cursor: pointer; }
input[type='hidden'] { display: none; }

fieldset { padding: 0 1em 1em 1em; }
legend { padding: 0 .8em 0 .8em; }
textarea, input[type='text'], input[type='password'] { padding: .1em 0 .1em .4em; }
option { padding: 0 .4em .1em .4em; }  
form div { margin: .8em 0 .8em 0; }

/* links */
a:link, a:visited { text-decoration: none; 
color:#646464;
}
a:hover { text-decoration: underline;
color:#C8001E;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 100%;
}

h1 { font-size: 300%; }
h2 { font-size: 250%; }
h3 { font-size: 200%; }
h4 { font-size: 175%; }
h5 { font-size: 150%; }
h6 { font-size: 125%; }

/* horizontal rule */
hr {
	margin: .5em 0 .5em 0;
	display: block;
	background: #c8c8c8;
	color: #c8c8c8;  
	height: 1px;
	border: none;
}

/* blockquotes, cites */
blockquote {
	margin: 1em 0 1em 1.5em;
	padding: .5em 0 .5em 0;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	font-style: italic;
	font-size: 120%
}

/* preformatted text elements */
pre {
	margin: 1em 0px 1em 0px;
	padding: .5em 0 .5em 1em;
	border: 1px dotted #aab4be;
	border-left: 20px solid #b4b4b4;
	background: #f4f5f6;
	font-size: 90%;
	/* Browser specific (not valid) styles to make preformatted text wrap */
	/* white-space: pre-wrap;       /* css-3 */
	/* white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
}

/* acronym */
acronym, abbr {
	border-bottom: 1px dashed #969696;
	cursor: help;
}


/*
 * black styling
 * remove comments for dark colored templates
 */


fieldset { border: 1px solid #323232; }
legend { background: #141414; }
textarea, input[type='text'], input[type='password'], select { border: 1px solid #323232; background: #141414; color: #646464; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #464646; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #646464; outline: 2px solid #282828; }

hr {
	background: #323232;
	color: #323232;
}

blockquote {
	border-top: 1px solid #323232;
	border-bottom: 1px solid #323232;
}

pre {
	border: 1px dotted #3c3c50;
	border-left: 20px solid #323232;
	background: #232328;
}

acronym, abbr {
	border-bottom: 1px dashed #969696;
}

/*Actualites*/
.contenu_article{
padding-top:10px;
padding-bottom:20px;
}
.tab_post{
border:1px solid #323232;
margin-bottom:5px;
}
.tab_post hr{
width:50%;
}
.texte_post{
padding-left:20px;
}
.titre_post{
color:#CCC;
width:50px;
}
.liste_commentaire{
padding-left:20px;
}
.liste_commentaire .titre_comment{
color:#FFF;
}
.liste_commentaire .texte_comment{
padding-left:20px;
}
#container{
text-align:center;
}
.video_liste{
float:left;
}
.video_liste li{
float:left;
width:100px;
margin-right:5px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-bottom:5px;
}
.video_liste img{
width:100px;
border:1px solid;
}

.liste_video{
width:100%;
float:left;
}

.mainlevel a:link, a:visited {
color:#646464;
}

.mainlevel a:hover {
color:#C8001E;
}

body.width-fluid div.wrapper {
width:90%;
}
.input_tr{
border:1px solid #323232;
}
.galleria_wrapper{
display:block;
}
#content .liste_service{
min-height:400px;
}

.liste_home li{
float:left;
text-align:left;
width:100%;
font-size:12px;
font-weight:blod;
}
#sliderContent li{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
.contenu_article a{
color:#C8001E;
}
.tab_post a{
color:#C8001E;
}
.nav a:hover{
color:#C8001E;
}
#newsletter_TB_window {
background:#1E1E1E;
border:0 none;
color:#fff;
font-family:Arial,sans-serif;
margin-right:12px;
position:absolute;
right:0;
text-align:left;
top:48px;
width:220px;
z-index:102;
text-align:center;
}
#bloc_contact {
float:left;
font-family:Tahoma,Arial,Verdana,sans-serif;
font-size:9px;
height:190px;
width:100%;
}
