/* CSS Document */
/*01- Main Content*/
/*02- Text*/
/*03- Wrap*/
/*04- Header*/
/*05- Menu*/
/*06- Top Container*/
/*07- MainContainer*/
/*07-1- Side A*/
/*07-2 Side B*/
/*08- Footer*/
@import url("footer.css");
/*09- Extra*/

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

body {
	width: auto;
	height: auto;
	font-family: "Helvetica", Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color:#111111;
}
	
img{ border:none; }
.ad {margin-top:10px;}
ol,ul {list-style:none;}
*{outline: none;}
.clear{ clear:both; }

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

a {
	color:#111;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:none;
}

/*02- Text------------------------------------------------------------*/
h1 {
font-size: 18px;
font-weight: normal;
margin: 0 0 15px 0;
}

h2 {
font-size: 14px;
font-weight: normal;
margin: 0 0 5px 0;
}
h4{ margin: 2px 10px 0 5px; color:#FFF; font:8pt Verdana, Geneva, sans-serif; letter-spacing:-1px; font-weight: bold; text-transform:uppercase; }
h3{	margin: 2px 10px 0 5px; color:#323232; font:8pt Verdana, Geneva, sans-serif; letter-spacing:-1px; font-weight: bold; }		
#footer h4 {margin:0 0 20px 0;}
h5 { color: #111; font-size: 12px; font-weight: bold; margin:0 0 30px 0; }

/*03- Wrap*/


/*04- Header ----------------------------------------------------------*/
#header {
	background:#111111;
	width: 100%;
	float: left;
}

#header-inside {
width: 1000px;
margin: 0px auto;
}

#header-left { /* For the Logo */
width: 700px;
float: left;
}

#header-left h1 {
font-size: 50px;
margin: 18px 0 0 0;
}

#header-right {
width: 300px;
float: left;
}

#mainmenu {
background:#000000;
width: 100%;
height:50px;
float: left;
}

.mainmenu-inside {
width:1000px;
margin: 0px auto;
}

ul#topnav {
	margin: 0; padding: 0;
	list-style: none;
	width: 400px; 
	float: left;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
}
ul#topnav a {
	float: left;
	display: block;
	height: 50px;
	text-indent: -99999px;
	background-position: left top;
}
ul#topnav a:hover {
	background-position: left bottom;
}

#menuacceuil li.accueil a,
#menuphotos li.photos a,
#menuvideos li.videos a,
#menureportages li.reportages a,
#menureportages li.connexion a {
	background-position: left -50px;
}
ul#topnav li.accueil a {
	background-image: url(http://www.focusmag.ca/images/mainmenu/accueil.png);
	width: 100px;
}
ul#topnav li.photos a {
	background-image: url(http://www.focusmag.ca/images/mainmenu/photos.png);
	width: 100px;
}
ul#topnav li.videos a {
	background-image: url(http://www.focusmag.ca/images/mainmenu/videos.png);
	width: 100px;
}
ul#topnav li.reportages a {
	background-image: url(http://www.focusmag.ca/images/mainmenu/reportages.png);
	width: 100px;
}
ul#topnav li.connexion a {
	background-image: url(http://www.focusmag.ca/images/mainmenu/connexion.png);
	width: 100px;
        float:right;
   
}

/*05- Menu------------------------------------------------------------*/
.topmenu_holder{
	width: 1000px;
	height: 50px;
	background: url(../images/logo.png) 0 no-repeat;
	float: left;
	margin:0;
	padding:0;
	display: block;
	text-indent: -999em;
}
#topad {
	margin: 0px auto;
	padding: 0px;
	
	width: 1000px;
	height: 60px;
	background-color: #eeeeee;
	
	border-bottom: 1px solid #cccccc;	
}

/*06- Top Container -----------------------------------------------------*/
#topcontainer {	padding:0; margin:0; width:1000px; height:300px;}
#topcontainer .slideshow {width:1000px; height:300px; float: left;}


/*07- Maincontainer------------------------------------------------------------*/
#wrapmaincontainer {
	padding:0;
	margin:0;
	width: 100%;
}

#maincontainer {
	background:#c1c1c1 url(../images/bgmaincontainer.png) top center no-repeat;
	padding:0;
	padding-bottom:20px;
	padding-top:10px;
	margin:0;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#nouveautesphotoscontainer{padding:0; padding-top:10px; margin:0px; width:1000px;}
.nouveautesphotos{margin:0; padding:0}

/*07-1 Side A------------------------------------------------------------*/
#wrapbottomcontainer {
	background:#FFF;
	padding:0;
	margin:0 auto;
	width: 100%;
}

#bottomcontainer {
	background:url(../images/bgmaincontainer.png) top center no-repeat;
	display:block;
	padding:0;
	margin:0;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#bottomcontainer .left {
	float: left;
	width: 690px;
	margin:0;
	padding:0; 
}

#bottomcontainer .right { 
	float: left;
	width: 300px;
	padding:5px;
	margin:0;
}
/*09- Extra------------------------------------------------------------*/
/*Boxes*/			
.boxgrid{ 
	width: 230px; 
	height: 150px;
	background:#111;
	margin:10px; 
	float:left;   
	overflow: hidden; 
	position: relative;
	border:0;
}
.boxgrid:hover{ 
	width: 230px; 
	height: 150px;
	background:#009ee8;
	margin:10px; 
	float:left;   
	overflow: hidden; 
	position: relative;
	border:0;
}

.boxgrid img{ 
	position: absolute;
	width:230px;
	height:105px;
	border: 0; 
}
.boxgrid a{}
.boxgrid a:hover{}
.boxcaption{ 
	float:left;
	bottom:0;
	position: absolute; 
	height: 45px; 
	width: 100%; 
}

/*Contact Form */ 

.contactbg {
	background:url(../images/footer/contactbg.jpg) center top no-repeat;
}

/*Slideshow-------------------------------*/
.folio_block {
	margin: 0;
}

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:300px;	width: 1000px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	top: -45px; right: -10px;
	width: 155px; height:50px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 35px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 3px;
	text-decoration: none;
	color: #FFF;
}
.paging a.active {
	font-weight: bold; 
	background: #FFF;
	color:#000;
	border: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}

/*--Tabs-----------------------------------------*/
/* Style for Usual tabs */
.usual {
  color:#FFF;
  float:left;
  padding:0;
  width:660px;
  border:0;
  margin:0;
}
.usual li { list-style:none; float:left; }
.usual ul a {
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  font:10px Verdana;
  color:#FFF;
  background:#444;
}
.usual ul a:hover {
  color:#111;
  background:#FFF;
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#FFF;
  background:#111;
  border-bottom:1px solid snow;
  cursor:default;
  }
.usual div {
  padding:10px;
  margin:0;
  clear:left;
  background:#FFF;
  font:10pt Georgia;
}
.usual div a { color:#000; font-weight:bold; }

/*--Concours----------------------------------------*/
.concours{ margin: 0; margin-top:10px; padding:0; width: 700px; }
.concours ul{ margin: 0; padding: 10px; list-style: none; }
.concours ul li{ width: 680px; height: 182px; display: block; float: left; overflow: hidden; margin-bottom:10px; }
.concours ul li a{ width: 200px; height: 30px; overflow: hidden; background:#00F;  }
.concours ul li a:hover{}
.concours ul li p{ font-size: 11px; line-height: 15px; color: #111; margin: 5px 0; }