/* @override 
	http://ideva-midex/application/lib/css/style.css
	http://midex.ideva.ca/application/lib/css/style.css
*/

/* reset */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td {
    margin:0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
}

fieldset,img {
    border:0;
}

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

body {
    position:relative;
}

:focus {
    outline:none;
}

/* links */
a {
    color:#9E0C06;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

/* header elements */
h1, h2, h3, h4, h5, h6 {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    line-height:100%;
    margin-top:0;
}

/* page setup */
body {
    background:#fff url(../images/page_bg.png) 50% 0 repeat-x;
    color:#666;
    font-size:14px;
}

/* wrapper setup */
div.wrp {
    margin:auto;
    width:983px;
    background:url(../images/wrapper.png) 0 0 no-repeat;
    position:relative;
}

div.footer_wrapper {
    margin:auto;
    width:983px;
}

/* header */
div#header {
    height:42px;
}

/* logo */
div.logo {
    position:absolute;
    left:30px;
    top:4px;
}

/* main body setup */
div#middle {
    width:auto;
    clear:both;
    padding:0 0 27px 23px;
}

/* left column */
div#left {
    width:230px;
    float:left;
    padding:162px 0 0 0;
}

/* content column */
div#main {
    width:auto;
    margin:10px 0 0 287px;
}

/* footer */
div#footer {
    width:auto;
    clear:both;
    background:#666666 url(../images/footer_bg.png) 0 0 repeat-x;
    height:224px;
    padding:38px 0 0 18px;
}

/* clearing & floating */
.clearingfix:after {
    content:".";
    display:block;
    line-height:0;
    clear:both;
    visibility:hidden;
}

.clearingfix {
    display:block;
}

.floatbox {
    overflow:hidden;
}

/* languages */
div#languages {
    padding:10px 0 0 0;
}

div#languages ul {
    list-style:none;
    float:right;
}

div#languages ul li {
    float:left;
    display:block;
    padding:0 10px 0 30px;
}

div#languages ul li a {
    color:#875F06;
    font-size:12px;
}

div#languages ul li a:hover {
    color:#333;
}

/* mainmenu */
div.mainmenu {
    margin:0;
}

div.mainmenu ul {
    margin:0;
    list-style:none;
}

div.mainmenu ul li {
    border-bottom:#cccccc 1px solid;
    padding:9px 0 4px 12px;
}

div.mainmenu ul li a {
    color:#666;
}

div.mainmenu ul li a:hover, div.mainmenu ul li a.selected {
    color:#9E0C06;
}

/* slider */
div.slider {
    position:relative;
}

div.slider div.featured {
    position:relative;
}

div.slider div.caption {
    background:url(../images/caption_bg.png) 0 0 repeat-x;
    height:82px;
    width:670px;
    position:absolute;
    left:0;
    bottom:0;
}

div.slider div.caption h2 {
    font-size:29px;
    color:#FF0000;
    font-weight:normal;
    padding:10px 0 0 14px;
    float:left;
}

div.slider div.caption h2 span.top {
    font-size:26px;
    color:#F7B70C;
    display:block;
}

div.slider div.caption a.voir {
    float:right;
    font-size:12px;
    color:#FFF;
    margin:48px 10px 0 0;
    font-family:Helvetica, sans-serif;
    font-weight:bold;
    text-decoration:underline;
}

div.slider div.caption a:hover.voir {
    text-decoration:none;
}

div.slider div.tabs {
	display: none;
    overflow:hidden;
    padding:0;
    position:absolute;
    top:10px;
    right:0;
}

div.slider div.tabs ul {
    margin:0;
    float:right;
    list-style:none;
}

div.slider div.tabs ul li {
    float:left;
    padding:0 4px 0 0;
}

div.slider div.tabs ul li a {
    background:url(../images/tabs_img.png) 0 0 no-repeat;
    height:10px;
    display:block;
    text-indent:-9999px;
    width:10px;
}

div.slider div.tabs ul li a:hover, div.slider div.tabs ul li a.selected {
    background:url(../images/tabs_img.png) 0 -10px no-repeat;
}

/* content top */
div.content_top {
    border-bottom:#ccc 1px solid;
    font-size:16px;
    padding:18px 15px 17px 12px;
}

div.content_box {
    padding:0 0 22px 0;
    overflow:hidden;
}

div.content_box ul.list {
	list-style-type: none;
}

div.content_box ul.list li {
    color:#333;
    padding:17px 34px 11px 12px;
    float:left;
    width:289px;
}

div.content_box ul.list li span.title {
    text-transform:uppercase;
    font-size:16px;
    color:#9E0C06;
    display:block;
    font-weight:bold;
}

/* products */
div.content_box ul.products {
	clear: both;
}

div.content_box ul.products li {
    padding:0 0 35px 0;
    overflow:hidden;
}

div.content_box ul.products li div.images {
    float:left;
}

div.content_box ul.products li div.text_box {
    float:right;
    width:350px;
    font-size:12px;
    color:#333;
}

div.content_box ul.products li div.text_box table {
    width:350px;
    height: 220px;
}


div.content_box ul.products li div.text_box a {
    text-transform:uppercase;
    color:#9E0C06;
    font-size:16px;
    font-weight:bold;
}

/* footer */
div#footer h1 {
    color:#FFF;
    font-size:24px;
    float:left;
}

div#footer ul {
    float:right;
    margin:0;
    list-style:none;
    width:590px;
    padding:0 100px 0 0;
}

div#footer ul li {
    float:left;
    width:218px;
    background:url(../images/footer_arrow.png) 0 3px no-repeat;
    line-height:14px;
    padding:0 0 14px 23px;
}

div#footer ul li a {
    color:#FFF;
}


.anythingSlider                         { width: 670px; height: 344px; position: relative; margin: 30px 0 0 0;}
.anythingSlider .wrapper                { width: 670px; overflow: hidden; height: 344px; position: absolute; top: 0; left: 0; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 680px; margin: 0; }
.anythingSlider .arrow                  { display: none; }
.anythingSlider .forward                { display: none; }
.anythingSlider .back                   { display: none; }

#thumbNav                               { position: absolute; top: -14px; right: 0;}
#thumbNav a                             {
	background-image: url(../images/tabs_img.png);
	width: 10px;
	height: 10px;
	display: inline-block;
	text-indent: -9999px;
	margin: 0 2px 0 0;
}
#thumbNav a:hover,
#thumbNav a.cur                         {
	background-position: 0 -10px;
}

#start-stop                             { display: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }



.content_box h1,
.content_box h2,
.content_box h3
{
	margin-top: 10px;
}


.content_box p,
.content_box h1,
.content_box h2,
.content_box h3
{
	color: #666;
}

textarea + span.hint,
.form-error {
	position: absolute;
	margin-left: 250px;
	padding: 5px;
	background-color: #f7b70c;
}

textarea + span.hint {
	margin-left: 10px;
}

.form_input_text {
	width: 230px;
}

textarea +span.hint { display: none; }


.logo-partenaires {
	margin-left: 30px;
	margin-top: 30px;
}


.logo-partenaires a img,
.logo-partenaires a {
	border: 0;
}


