html {
height: 100%;

}

body{
margin:0;
padding:0;
text-align:center;
font-size:13px;
font-family: tahoma, Arial, Helvetica, sans-serif;
font-weight:normal;
background: #352422;
}
#background {
	background: url(../images/background.jpg) center top no-repeat fixed;
	width: 100%;
	height:100%;
	float:left;
}
/*texte*/
p {
font-size: 100%;

}

h1 {
font-size: 200%;

}

h2 {
font-size: 150%;

}

h3 {
font-size: 125%;

}

h4, h5, h6 {
font-size: 100%;

}

/* liens hypertextes*/ 
a:link, a:visited {
text-decoration:none;
font-weight:normal;
color:#bf0202;

}

a:hover {
color:#d32727;
text-decoration: underline;

}

ul {
margin:0;
padding-left:20px;

}

li {
list-style-type:disc;
background:transparent;
margin: 4px;

}

img .caption {
text-align: left;

}

.highlight{
background:#992824;
padding: 0px 2px 0px 2px;
color:#fff;

}

.button {
font-weight:bold;
padding:4px;

}

 .inputbox {
margin:0 ;
margin-left:10px;
	margin-right:10px;
	width:200px;
padding: 0;
} 
.corpocategorie .search {
	width: 260px;
background: #bf0202;
margin-bottom:2px;
}
.pagewidth{
width:980px;
text-align:center;
background: #fff;
margin-left:auto;
margin-right:auto;
margin-top:0px;
margin-bottom:0px;

}

fieldset {
margin:0px 5px 5px 5px;
border:none;

}

.clr {
clear:both;

}

/*******************************/
#border {
float:left;
width:100%;
height:22px;
background: url(../images/border.jpg) 0 0 repeat-x;

}

#sitename{
float:left;
width:100%;
height:112px;
border-bottom: solid 10px #bf0202;
border-left: solid 10px #bf0202;
border-right: solid 10px #bf0202;
}

/***************************/
.navigation {
	background: url(../images/navigation.png); 
float:left;
width: 1000px; 
height:50px;

}

.navigation ul {
list-style: none; 
margin:0; 
padding:0;
float: right;

}

.navigation ul ul {
margin: 0; /* all lists */
padding: 0;

}

.navigation ul li {
margin:0 7px;
padding: 0;
float: left;
list-style: none;
background: none;
display: block;
	
}

.navigation ul li ul {
width: 200px;
position: absolute; /* second-level lists */
z-index: 99;
left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
height: auto;
width: 200px;

}

.navigation ul li ul ul {
margin: 0; /* third-and-above-level lists */

}

.navigation ul li li {
padding: 0;
margin: 0;
width: 100%;

}

.navigation ul ul a {
width: 100%;

}

.navigation ul li:hover ul ul,
.navigation ul li:hover ul ul ul,
.navigation ul li.sfhover ul ul,
.navigation ul li.havechildsfhover ul ul,
.navigation ul li.havechild-activesfhover ul ul,
.navigation ul li.activesfhover ul ul,
.navigation ul li.sfhover ul ul ul,
.navigation ul li.havechildsfhover ul ul ul,
.navigation ul li.havechild-activesfhover ul ul ul,
.navigation ul li.activesfhover ul ul ul {
left: -999em;
	
}

/* This "unhides" the sub-menus (left: -999em is what hides them) */
.navigation ul li:hover ul,
.navigation ul li li:hover ul,
.navigation ul li li li:hover ul,
.navigation ul li.sfhover ul,
.navigation ul li.havechildsfhover ul,
.navigation ul li.havechild-activesfhover ul,
.navigation ul li.activesfhover ul,
.navigation ul li li.sfhover ul,
.navigation ul li li.havesubchildsfhover ul,
.navigation ul li li.havesubchild-activesfhover ul,
.navigation ul li li.activesfhover ul,
.navigation ul li li li.sfhover ul,
.navigation ul li li li.havesubchildsfhover ul,
.navigation ul li li li.havesubchild-activesfhover ul,
.navigation ul li li li.activesfhover ul {
left: auto;
	
}

/* STYLING THE MENU
-----------------------------------*/
/* 1st level */
.navigation ul li a {
padding: 10px; 
margin:0;
display: block; 
font-weight: normal;
font-weight:600;	
font-size:18px;
height:50px ;
line-height:30px;
background:transparent;
color:#fff;
}

.navigation ul li {
background:transparent;
height:50px ;
line-height:30px;

}

.navigation ul li span {
background:transparent;
height:50px ;
line-height:30px;
padding:0px ;
margin:0 ;
 
}

.navigation li.active {
height:50px ;
line-height:30px;

}

.navigation li.active span {
height:29px ;
background:transparent  ;
}

.navigation li.active a {
color:#fed100;
height:50px ;
line-height:30px;
background:transparent ;
}


.navigation li:hover {
height:50px ;
line-height:30px;
}

.navigation li:hover span {
height:50px ;
line-height:30px;
background:transparent  ;

}

.navigation li:hover a {
height:50px ;
line-height:30px;
color:#fed100 ;
background:transparent;

}

/* 2nd level and above */
 .navigation ul li ul {
margin-top: -2px;
padding-bottom: 10px;
padding-top: 5px;
text-align:left !important;
padding-bottom:0px;

}

.navigation ul li ul li{
height:50px ;
line-height:30px;
} 

.navigation ul li ul li a:hover,
.navigation ul li ul li.active a  {
 color:#2a2a2a !important; 
height:50px ;
line-height:30px;

}  

.navigation ul li ul li a{
 color:#2d2d2d !important; 
height:50px ;
line-height:50px;
padding-left:31px;
background:none !important;
}  

 .navigation ul li ul li:hover {
height:50px ;
line-height:50px;
}

 .navigation ul li ul li.active {
height:50px ;
line-height:50px;
background:none ;

}

.navigation ul li ul li.active span {
height:50px ;
line-height:50px;
background:none;
}

.navigation ul li ul li.active a {
height:50px ;
line-height:50px;
background:none;
 color:#2d2d2d; 

} 


.navigation ul li ul li ul {
margin-left:200px;
margin-top: -30px;
padding-bottom: 3px;
padding-top: 0px;
text-align:left !important;
padding-bottom: 0px;

} 

/***************************/
#top-w {
float:left;
width:857px;
height:60px;
background: url(../images/top.jpg) no-repeat 0px 0px ;
margin-top:35px;

}

#pathway {
float:left;
width:705px;
height:30px;
background:transparent;
text-align:left;
margin-top:20px;
padding-left:10px;

}

#social-links {
float:left;
width:130px;
height:30px;
background:transparent;
text-align:left;
margin-top:14px;

}

#email , #facebook, #twitter {
float:left;
width:20px;
height:20px;
margin-left:12px;

}



/****SLIDE*********/

/****SLIDE*********/
#slide {
float:left;
width:710px;
height:400px !important;
background:transparent;
margin:0;
position:relative;
padding:0px;
border-bottom: solid 10px #bf0202;
}

#slideshow-w {
float:right;
width:710px;
height:365px;

}

#slideshow {
float:right;
width:710px;
height:365px;
background:transparent;

}

.slideshowlite {
float:left !important;
width:710px;
height: 365px;
padding:0 ;
margin:0 ;

}

.slideshowlite a {
position:absolute;
left:0;
z-index: 5;
text-align:left;

} 

.slideshowlite img {
border: none;
z-index:3;
margin:0 ;
padding:0;

} 

.slideshowlite ul {
display:none;

}

.slideshowlite ul li,
.slideshowlite ol li {
display:none;

}

 .slideshowlite ul li a {
display:none;

}

/**************************/
#container {
	background: url(../images/background.gif) #fff repeat-y ;
	width:100%;
	float:left;
	border-left: solid 10px #bf0202;
	border-right: solid 10px #bf0202;
}
#main {
float:left;
background:transparent;
width:100%;
padding:0;
text-align:left;

}
#main .search {
	border: 1px solid #ccc;
	background-color: #f2f2f2;
	padding: 20px;
}
#main .search h1 {
	margin: 0;
}
#main .search .ordering-box {
	margin: 3px 0;
}
.center {
	float:left;
	margin: 0;
	padding: 0;
	width:710px;

}
	/**************MOD RIGHT************/

#left {
float:left;
width:260px;
background:transparent;
padding:0 ;
margin: 0;
text-align:left;
	border-right: 10px solid #bf0202;
} 

#left div.module,
#left div.module_menu  {
width:260px;
background:transparent url(../images/right-center.jpg) left repeat-y;
margin-bottom:8px;

}

#left div.module div,
#left div.module_menu div,
#left div.module_text div  {
width:260px;
background:transparent url(../images/right-top.jpg) top left no-repeat;

}

#left div.module div div,
#left div.module_menu div div {
width:260px;
background:transparent url(../images/right-footer.jpg) bottom left no-repeat;

}

#left div.module h3,
#left div.module_menu h3 {
font-size:16px;
width:250px;
font-weight:bold;
margin:0;
padding-top:30px;
padding-bottom:20px;
padding-left:10px;
color:#ffffff;
text-align:left;
font-variant: small-caps;
background: transparent;

}

#left div.module div div div,
#left div.module_menu div div div {
margin: 0px 0 40px 0px;
padding: 0 0px 15px 10px;
background:transparent ;
width:250px;

}

#left div.module ul,
#left div.module_menu ul {
margin:0px;
padding:0px 0 0 20px;

}
.mod {
	float:left;
	padding: 0;
	width: 710px;
}
.categorie {
	margin: 0;
	padding: 0;
	float:left;
	width:260px;
}
.categorie ul {
	margin: 0 ;
	padding: 0;
	list-style-type:none;
}
.categorie ul li {
	background-color:#bf0202;
	width: 240px;
	padding: 5px 10px 5px 10px;
	list-style-type:none;
    margin: 0px 0 2px 0;
}
.categorie ul li a {
		color: #ffffff;
		font-size:13px;
}
.categorie ul li a:hover {
	color:#fed100;
	text-decoration:none;
	letter-spacing: 1px;
}
.titolocategorie {
	color:#bf0202;
	margin:0;
	width:240px;
	padding: 15px 10px;
	background: url(../images/h3.png) repeat-x #fed100;
}
.corpocategorie {
	text-align:right;
	margin: 0;
	
}
#jnews_module1 {
	margin-bottom: 2px;
	background: #bf0202;
	padding: 5px;
	text-align:left;
}
#jnews_module1 input {
	width:225px;
}
#jnews_module1 .button {
	width:100%;
}
.subscriptionButton {
	width:57px;
	margin: 0 auto;
}
/***************************/
#wrapper-box {
float:left;
width:970px;
text-align:center;
background: url(../images/footer.png) bottom repeat-x #bf0202;
padding:10px 15px;
margin-bottom:20px;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
color: #f2f2f2;
} 
#wrapper-box .box a {
	color: #ccc;
	letter-spacing:1px;
}
#wrapper-box .box a:hover {
	color: #f2f2f2;
	text-decoration:none;
}
.box {
width:100%;
}

.box .moduletable_menu h3,
.box .moduletable h3,
.box h3 {
font-size:20px;
text-transform:uppercase;
text-align:left;
font-weight:normal;

}

.box .moduletable_menu ,
.box .moduletable   {
margin-bottom:25px;
background:#fff ;
padding:15px;

}

.box .moduletable_menu  a,
.box .moduletable  a,
.box a  {
font-weight:normal;
font-style:italic;

}

.box .moduletable_menu  a:hover,
.box .moduletable  a:hover,
.box a:hover  {
color:#85847d;
font-weight:normal;
font-style:italic;

}

#footer-bottom {
float:left;
width:100%;
height:60px;
background: url(../images/footer.jpg) 0 0 repeat;

}

.ftb {
margin-top:20px;
text-align:center;
font-weight:normal;
font-size:13px;
width:780px;
float:left;

}

 .ftb a, .ftb a:visited{
padding:0 !important;
border:none !important;
font-weight:bold;

} 

.ftb a:hover {

} 

#top {
float:left;
width:30px;
height:30px;
margin-top:8px;
padding:0 !important;
border:none !important;
background:transparent;

}

.top_button {
padding:0 !important;
border:none !important;

}

.bannergroup {
	float:left;
	width:464px;
	border: 2px solid #cccccc;
	margin: 3px ;
	border-radius: 3px;
}
/**end file***/
.contact {
	margin: 0px;
	padding: 10px 15px;
	background: #f2f2f2;
	min-height: 600px;
}
#contact-form .button {
	float:right;
}