/*
Theme Name: Génération d'idées
Theme URI: http://wordpress.org/
Description: Thème créé pour Génération d'idée
Version: 1.0
Author: Philippe Dallaire, Marc-André Véronneau, Simon Léveillé & Jonathan Raby
Author URI: http://generationdidees.ca/
Tags: gedi


The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
strike, sub, tt, var,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
*{
	padding:0; margin:0;
}
* img{
	border:0;
}
body{
	font-family:Arial, Verdana;
	font-size:12px;
	color:#787777;
	background:url("images/b_main.jpg") no-repeat scroll center top transparent;
	background-color:#eeeeea;
}
ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

small{
	padding:5px 0px 0px 0px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:13px;
	color:#333333;
}

/*************************************************************************************************/

@font-face {
	font-family: 'UniversLTStd67BoldCondensed';
	src: url('fonts/universltstdboldcn.eot');
	src: local('Univers LT Std'), local('UniversLTStd-BoldCn'), url('fonts/universltstdboldcn.woff') format('woff'), url('fonts/universltstdboldcn.ttf') format('truetype');
}

/*************************************************************************************************/

h1{
	background:#444343;
	color:#fff;
	font:20px/20px 'UniversLTStd67BoldCondensed', Verdana, Arial, Helvetica, sans-serif;
	padding:20px 20px 20px 40px;
	margin: 1px 1px 0px 0px;
	text-transform:uppercase;
}

h2 {
	font:16px 'UniversLTStd67BoldCondensed', Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	text-transform:uppercase;
}

h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

p {	
	text-align:justify;	
	display: block;
	color:#333333;
}

ul {
	list-style:square;
	padding-left:3px;
}
ol{
	margin: 0 0 15px 10px;
}
a:link, a:visited{
	text-decoration: none;
}
a:hover, a:active{
	text-decoration: none;
}
a.link {
	background:#f7f7f6;
	color:#666;
	text-decoration:none;
}
a.link:hover, a.link:hover:visited {
	background:#999;
	color:#fff;
}
a.link:visited {	color:#787777; }
a {
		color:#666;
		text-decoration:none;
	}
p, ul, blockquote {	margin-bottom:20px; }

li { margin:0 0 5px 10px; padding-left:5px; }

blockquote {
	background:#f7f7f6;
	padding:14px 20px 8px;
	font-style:italic;
}
#page{
	width:960px;
	margin:auto;
	background:url('images/b_header.jpg') no-repeat left top;
}

/* -------------------------------------
            Header CSS
 ------------------------------------- */
#header{
	height:257px;
}
	#header a:link, #header  a:visited{
		color:#eeeeea;
		text-decoration: none;
	}
	#header a:hover, #header  a:active{
		color:#eeeeea;
		text-decoration: none;
	}
#banniere{
	height:162px;
}
#loginfo{
	height:30px;
	float:right;
}
	.loginfo_box{
		display:inline-block;
		padding:7px 12px;
		color:#fff;
		background-color:#a8a6a6;
		margin-left:1px;
		float:left;
	}
	.loginfo_box:hover{
		color:#A8A6A6;
		background-color:#e4e4e1;
	}
	.red{
		color:#f67173;
	}
#reseauxsociaux{
	clear:right;
	height:26px;
	float:right;
	margin-top:56px;
}
	.reseauxsociaux_box{
		display:inline-block;
		margin-left:9px;
		float:left;
	}
#search{
	clear:right;
	display:block;
	height:42px;
	float:right;
	margin-top:9px;
}
	.search_box{
		display:inline-block;
		font-family:Arial, Verdana;
		color:#A8A6A6;
		padding:13px 5px 10px 5px;
		margin-left:1px;
		float:left;
	}
	.search_box:hover{
		text-decoration: underline;
	}
	.input_search{
		padding:13px 5px 13px 20px;
		width:245px;
		float:left;
		color:#b8b8b4;
		border:0;
		font-size:12px;
		font-family:Arial, Verdana, sans-serif;
	}
#menu{
	font-family:Verdana, Arial, sans-serif;
	clear:both;
	width:960px;
	height:74px;
	background-color:#c81215;
}
#sousmenu{
	font-family:Verdana, Arial, sans-serif;
	clear:both;
	float:left;
	width:958px;
	height:35px;
	background-color:#444343;
	margin-top:1px;
	padding-left:2px;
	overflow: hidden;
}
	.sousmenu_box{
		display:inline-block;
		color:#dedede;
		float:left;
		text-transform:uppercase;
		padding:10px 18px;
	}
	.sousmenu_box a:hover, .sousmenu_box a:active{
		text-decoration:none;
	}
	.sousmenu_box:hover{
		background-color:#333;
	}
	#sousmenu .current_page_item{
		background-color:#333;
	}
#menu img{
	float:left;
}
#container{
	background-color:#e4e4e1;
}



	
/* -------------------------------------
            Idées CSS
 ------------------------------------- */
	.boite_nouvelle{
		display:block;
		width:329px;
		height:385px;
		background-color:#fff;
		margin-top:-2px;
		float:left;
	}
	.boite_nouvelle .auteur{
		position:absolute;
		height:21px;
		padding:6px 14px 0px 14px;
		text-align:center;
		font-size:11px;
		font-style:italic;
		background-color:#7e7c7c;
		margin-left:20px;
		z-index:1;
	}
	.boite_nouvelle p{
		padding:20px 20px 5px 20px;
		line-height:17px;
		margin-bottom:0px;
	}
	.boite_nouvelle .texte_img{
		padding:10px 20px 5px 20px;
		line-height:17px;
		margin-bottom:0px;
	}
	.boite_nouvelle .date{
		padding:0px 20px;
	}
	.boite_nouvelle h2{
		margin-bottom:0px;
	}
	.boite_nouvelle h2 a:hover{
		color:#e4e4e1;
	}
	.boite_nouvelle a.boite_link{
		color:#eeeeea;
	}
	.boite_nouvelle a:hover{
		text-decoration:none;
	}
	.boite_nouvelle img{
		width: 329px;
		height: 188px;
		overflow: hidden;
	}
	
	.bg_titre-noir, .bg_titre-bleu, .bg_titre-rouge, .bg_titre-vert, .bg_idee-blank{
		display:block;
		width:309px;
		height:56px;
		color:#fff;
		font-size:16px;
		line-height:22px;
		padding:10px 0px 0px 20px;
	}
	.bg_titre-noir{
		background:#444343 url('images/coin_noir.gif') no-repeat left;
	}
	.bg_titre-bleu{
		background:#444343 url('images/coin_bleu.gif') no-repeat left;
	}
	.bg_titre-rouge{
		background:#444343 url('images/coin_rouge.gif') no-repeat left;
	}
	.bg_titre-vert{
		background:#444343 url('images/coin_vert.gif') no-repeat left;
	}
	.bg_titre-blank{
		background:#444343 url('images/coin_blank.gif') no-repeat left;
	}
	
	


/* -------------------------------------
        Ajouter une idee CSS
 ------------------------------------- */	

.i_col_left {
	float:left;
	width:328px;
	height: 300px;
	margin: 1px 1px 0px 0px;
	background:#f7f7f6;
	text-align: center;
	padding-bottom: 10px;
}
.i_col_right {
	float:left;
	width:329px;
	height: 300px;
	margin: 1px 1px 0px 0px;
	background:#fff;
	text-align: center;
	padding-bottom: 10px;
}
.i_col_bottom {
	float:left;
	width:579px;
	margin: 1px 1px 0px 0px;
	background:#444343;
	color:#fff;
	text-align: center;
	padding: 20px 40px 0px;
}
	.i_col_left h1 {
		padding:20px;
	}
	.i_col_right h1 {
		background:#e4e4e1;
		color:#444343;
		padding:20px;
	}
	.i_col_bottom p{
		text-align: center;
	}
	.i_col_bottom a {
		color:#fff;
	}
	.i_col_left p , .i_col_right p{
		text-align:left;
		padding: 20px 30px 0px;
		text-align: justify;
	}
	.i_col_left img{
		padding: 5px;
		margin: 5px;
		border:#f7f7f6 solid 1px;
	}
	.i_col_right img{
		padding: 5px;
		margin: 5px;
		border:#fff solid 1px;
	}
	.i_col_left img:hover, .i_col_right  img:hover{
		border:#e4e4e1 solid 1px;
		background:#e4e4e1;
	}
	.i_col_left a:hover, .i_col_right a:hover, .i_col_bottom a:hover{
		background-color: transparent;
	}
	.i_col_left h2 , .i_col_right h2{
		background-color: transparent;
	}
	.i_col_left h2 a:hover, .i_col_right h2 a:hover{
		color:#fff;
		background-color:#999;
	}
	.i_col_left p a:hover, .i_col_right p a:hover, .i_col_bottom p a:hover{
		color:#fff;
		background-color:#999;
	}
.i_explication {
	float:left;
	border-top:#444343 solid 4px;
	width:618px;
	padding: 20px;
}
.i_explication .i_texte{
	float: left;
	padding: 5px 0px;
	display: block;
	clear: both;
} 
	.i_texte img {
		float: left;
		padding: 0px 20px;
	}
	.i_texte p {
		float: left;
		width: 500px;
		padding-top: 5px;
	}
	
/* -------------------------------------
            Footer CSS
 ------------------------------------- */
#footer{
	display:block;
	clear:both;
	width:958px;
	height:51px;
	margin:auto;
	background-color:#444343;
	color:#c4c2c2;
	font-size:12px;
	font-family:Arial, Verdana, sans-serif;
}
	.license{
		float: left;
		padding: 9px 22px;
	}
	.footer_box {
		margin-left: 100px;
	}
	.footer_box, .footer_box_link{
		display:inline-block;
		color:#c4c2c2;
		font-family:Arial, Verdana, sans-serif;
		padding:18px 22px;
		float:left;
		cursor: pointer;
	}
	.footer_box_link:hover{
		text-decoration: underline;
	}
#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}
#popupCredit{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:460px;
	width:300px;
	background:#FFFFFF;
	border:4px solid #333;
	z-index:2;
	font-size:13px;
}
#popupCredit .credit_head{
	background-color:#bebebc;
	color:#3f3f3f;
	font:18px/18px 'UniversLTStd67BoldCondensed', Verdana, Arial, Helvetica, sans-serif;
	padding:15px 20px;
	width: 260px;
	text-transform:uppercase;
}
#popupCredit p {
	padding: 0px 20px;
}
#popupCredit .credit_desc{
	margin: 5px 0px;
	padding: 5px 20px;
	font-weight: bold;
}
#popupCreditClose{
	right:-4px;
	top:-4px;
	position:absolute;
	display:block;
}
