/*
Designed for Inaxsys.com
Designed by simplecreation.ca
Last update: 18-12-2009
*/
body,td,th {
	font-family:Tahoma, Verdana, Helvetica;
	font-size: 12px;
	color: #000;
}
body {
	background-image:url(images/fond2.png);
	background-position:top;
	background-repeat:repeat-x;
	/* background-color: #545454;  */
	background-color: #787878;
	margin: 0;
}
h1 {
	font-size:24px;
	font-weight:bold;
	color:#ee2e30;
	padding:0;
	margin:0;
	margin-bottom: 20px;
}
h2 {
	font-size:16px;
	font-weight:bold;
	/* color:#ee2e30; */
	padding:0;
	margin:0;
	padding-top: 15px;
}
p {
	margin:0;
	margin-top: 10px;
	padding-bottom: 10px;
}
a, a:link, a:visited, a:active {
	color: #ee2e30;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
strong {
	/* color:#ee2e30; */
}

/* Boite contenant le site */
#main {
	width: 941px;
	margin: auto;
	padding: 0;
}
/* Div pour logo */
#logo {
	height:106px;
	width:439px;
	float:left;
}
/* Top links */
#top_links {
	height:54px;
	float:right;
	color:#FFFFFF;
	font-size:11px;
	margin-right: 10px;
}
#top_links a, #top_links a:link, #top_links a:active, #top_links a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#top_links a:hover {
	text-decoration:underline;
}

/* Début Partie concernant la boite de recherche en haut de page */
#search {
	height:106px;
	width:442px;
	float:right;
	text-align:right;
}
#search_fond {
	background-image:url(images/search_fond.png);
	background-repeat:no-repeat;
	width:234px;
	height:42px;
	float:right;
	text-align:left;
}
#search_field {
	/* border:1px solid #FF0000; */
	border:0px;
	padding: 13px;
	padding-left: 16px;
	background-color: none;
	background:none;
	color:#FFFFFF;
}
/* Fin Partie concernant la boite de recherche en haut de page */



#menu_fond {
	background-image:url(images/menu_barre.png);
	background-repeat:no-repeat;
	width:941px;
	height:36px;
}



/* Boite contenu */
#boite_top {
	background-image:url(images/boite_top.png);
	background-repeat:no-repeat;
	height:39px;
	width:941px;
}
#fil_ariane {
	padding-top:8px;
	padding-left:20px;
	font-size:11px;
}
#fil_ariane a, #fil_ariane a:link, #fil_ariane a:visited, #fil_ariane a:link {
	text-decoration:none;
	color:#000000;
}
#fil_ariane a:hover {
	text-decoration:underline;
}
#fil_ariane .menu-current, #fil_ariane .menu-current a, #fil_ariane .menu-current a:link, #fil_ariane .menu-current a:visited {
	font-weight:bold;
	color:#ee2e30;
}
#boite_fond_centrale {
	background-image:url(images/fond_boite_centrale.png);
	background-repeat:repeat-x;
	width:100%;
	margin:auto;
	text-align:center;
	/* 545454 */
	background-color: #242424;
}
#boite_fond {
	background-image:url(images/boite_fond.png);
	background-repeat:repeat-y;
	width:941px;
	min-height:400px;
	margin:auto;
}
#content {
	padding-left: 20px;
	padding-right: 20px;
	text-align:left;
	font-size: 14px;
}
/* UL and LI change for home page only */
#content ul {
	list-style: none;
	margin-top:10px;
	margin-bottom:5px;
}
#content li {
	padding-left: 15px;
	background-image:url(images/bullet.gif);
	background-position: 0px 4px;
	background-repeat:no-repeat;
	line-height: 15px;
}
/*
#content ul {
	list-style: none;
	margin-top:5px;
	margin-bottom:5px;
}
#content li {
	padding-left: 15px;
	background-image:url(images/bullet.gif);
	background-position: 0px 4px;
	background-repeat:no-repeat;
	line-height: 15px;
}
*/


#footer_fond {
	background-image:url(images/footer_fond.png);
	background-repeat:repeat-x;
	width:100%;
	min-height:103px;
	text-align:center;
	background-color:#787878;
}
#boite_bas {
	background-image:url(images/boite_bas.png);
	background-repeat:no-repeat;
	height:48px;
	width:941px;
	text-align:center;
	margin:auto;
}
#back_to_top {
	text-align:left;
	padding-left:20px;
	padding-top: 10px;
	font-size:11px;
	float: left;
}
#back_to_top a, #back_to_top a:link, #back_to_top a:visited {
	color:#000000;
	text-decoration:none;
}
#back_to_top a:hover {
	text-decoration:underline;
}
#compatibilites {
	float: right;
	padding-right:16px;
}
#footer_links {
	width:941px;
	color:#FFFFFF;
	margin:auto;
	text-align:center;
}
#footer_links a, #footer_links a:link, #footer_links a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#footer_links a:hover {
	text-decoration:underline;
}
/* fin Boite contenu */


















/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-weight: bold;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	/* top:			2.5em; match top ul list item height */
	top:			23px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	/* border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF; */
	/* padding: 		.75em 1em; */
	padding: 5px 5px;
	padding-left:15px;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	/* color:			#13a; */
	color: #FFFFFF;
}
.sf-menu li {
	/* background:		#BDD2FF; */
	/* Background top menu */
	/* background:		#000000; */
}
.sf-menu li li {
	/* Background boite sous-menu */
	/* background:		#AABDE6; */
	background:		#545454;
}
.sf-menu li li li {
	/* Background boite sous-menu sous-menu */
	/* background:		#9AAEDB; */
	background:		#787878;
}
.sf-menu li li li li {
	/* Background boite sous-menu sous-menu sous-menu */
	background:		#545454;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	/* Over des items */
	/* background:		#CFDEFF; */
	outline:		0;
	text-decoration:underline;
}
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active, .sf-menu li li li li a:focus, .sf-menu li li li li a:hover, .sf-menu li li li li a:active {
	/* Over des items */
	background:		#787878;
	outline:		0;
	text-decoration:none;
}
.sf-menu li li li a:focus, .sf-menu li li li a:hover, .sf-menu li li li a:active {
	/* Over des items */
	background:		#545454;
	outline:		0;
	text-decoration:none;
}


/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.0em;
	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/superfish_arrows.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 */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-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/superfish_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;
}
















/*
a:link, a:visited, a:active {
	color: #603;
	text-decoration: none;
}
a:hover {
	color: #936;
	text-decoration: none;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
	width: 580px;
}
h1 {
	font-size: 16px;
	color: #993366;
	text-align: left;
	margin: 8px 2px 8px 2px;
}
form {
	margin: 0;
}
.banner, .search_box {
	height: 80px;
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
}

.banner {
	width: 530px;
	padding-left: 20px;
	float: left;
	text-align: left;
}
.search_box {
	float: right;
	clear: right;
	width: 200px;
}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
.highlight {
	background-color: #D0D0D0;
}
.banner a {
	color: #FFF;
}
.banner span {
	color: #D0D0D0;
}

.menu {
	float: left;
	width: 140px;
	margin: 10px;
	margin-top: 3px;
}
.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
}
.menu ul ul {
	padding-left: 8px;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	display: block;
	padding: 2px;
}
.menu_default a:link, .menu_default a:visited, .menu_default a:active {
	border-bottom: 1px dashed #999;
}
.menu_default a:hover {
	border-bottom: 1px dashed #333;
}

.menu_current  {
	border-bottom: 1px dashed #999;
	font-weight:bold;
}

.menu fieldset {
	border: 1px solid #D0D0D0;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}

.menu legend {
	color: #603;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.menu input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}

.content {
	margin-left: 150px;
	padding: 4px 10px 14px 10px;
	text-align: justify;
	clear: right;
}
.footer {
	background-color: #FFF;
	clear: both;
	height: 20px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #666;
	text-align: center;
	line-height: 18px;
}
*/
