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

	@file		  screen.css
	@description  Feuille de styles globale
	@author       remi (ixmedia.com)
	@version	  20081008

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

html {
	font-size: 62.5%;
	height: 100%;
	overflow: hidden;
}

body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 115%;
	line-height: 1.2;
	color: #000;
	background-color: #fff;
}

#wrap { /*contient toute la page sauf la section pied*/
	width: 100%;
	height: 84% !important;
	height: 84%; /* Pour IE6*/
	margin-bottom: 0px;
	padding-bottom: 0px;
}

a {
	color: #90a80d;
}

a:hover {
	color: #b44609;
}

p,ul,ol,table,form { 
	margin-bottom: 1em;
}



a * {
	cursor: pointer;
}

hr {
	display: none;
}

small {
	font-size: 90%;
}

input, select, button, textarea, option {
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
}

button, label, select, option, input[type=submit] {
	cursor: pointer;
}
/*Sert à assurer un espace entre le contenu et le pied*/ 
.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 */

sup { 
	font-size: 80%;
	line-height: 1;
	vertical-align: super;
}


/*
 * @section Entête
 * La section entête comprend la bande du haut
 ******************************************************************************/
#entete {
	width:2000px;
	height: 130px;
	background: #000 url("../images/interface/carre_vert.jpg") repeat-x bottom left; /* Pour la bande dans le bas de l'entête */
	z-index:20;
	margin-top: -20px;
	margin-left: -10px;
}

#entete img{
	border: none;
}

#entete .logoTech  a { /* Le texte Techniques de l'informatique */
	top:40px;
	RIGHT:45px;
	width:320px;
	height:50px;
	display: block;
	position: absolute;
}

#entete .web{
	width: 260px;
	height: 25px;
	position: absolute;
	top: 80px;
	right:40px;
	margin: 0px;
}

#entete .cegep {
	margin: 0;
}

#entete .cegep a { /*Le logo du cegep avec son lien */
	position: absolute;
	display: block;
	width: 96px;
	height:32px;
	top: 5px;
	right:100px;;
}

#entete  img{
	width: 100%;
	height: 100%;
}

#entete .epee{ /*Le logo de l'épée */
	position: absolute;
	display: block;
	width: 300px;
	height: 90px;
	top: 5px;
	left: 20px;
}

#entete .entrainement{ /*Le logo Entreprise d'entraînement*/
	position: absolute;
	width: 320px;
	height: 18px;
	top: 104px;
	left: 10px;
	//top:110px;
}

/*
 * @section Pied
 ******************************************************************************/
	
#pied { /*Le copyright*/
	width: 110%;
	clear: both;
	height: 20%;
	margin-left: 0px;
	background: #000 url("../images/interface/carre_vert.jpg") repeat-x top left;
	color: #ffffff;
	margin-bottom: 0px;
	margin-top: 28px;
	//margin-top: 0px; /*adaptation IE*/
	margin-left: -2%;
	padding-bottom: 0px;
}
#pied .texte{
	text-align:center;
	padding-top: 3%;
	
}
#pied .texteNom{
	text-align:center;
	margin-top: 0%;

}

/*
 * @section Layout
 ******************************************************************************/
/*La section contenu contient tout le contenu incluant la navigation */
#contenu {
	width: 90%;
	height: 60%;
	min-height: 200px;
	margin: 0 auto;
	/*padding-bottom: 170px;*/
	clear: both;
	padding-top: 0px;
	margin-bottom: 0px;
}

/* Contenu milieu correspond au contenu moins la navigation */
#contenu-milieu {
	width: 80%;
	height: 100%;
	min-height: 100px;
	float: right;
	margin-top: 2%;
	padding-top: 0;
}

/* La classe gauche correspond au contenu qui se situe à gauche (le texte principal)*/
#contenu-milieu .gauche ul {
	margin-left: 20px;
}

#contenu-milieu .gauche {
	width: 70%;
	float: left;
	/*background: url("../img/interface/bg-couleurs.gif") no-repeat 446px 100%;*/
	padding-bottom: 7px;
	font-size: 95%;
	line-height: 1.25;
	height: 95%;
	min-height: 50px;
}

#contenu-milieu .gauche.large {
	width: 100%;
	/*float: left;*/
	/*background: url("../img/interface/bg-couleurs.gif") no-repeat 677px 100%;*/
	padding-bottom: 7px;
	height: 90%;
}

#contenu-milieu .gauche .innerhfeed{
	background: #ffffff;
	padding-top: 1%;
	position: relative;
	/*overflow: hidden;*/
	height: 90%;
	/*min-height: 100px;*/
	margin-bottom: 0px;
}

/* La classe droite réfère au contenu de droite (ex: les nouvelles récentes)*/
#contenu-milieu .droite {
	float: right;
	height: 100%;
	width: 25%;
	min-height: 50px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: -8% !IMPORTANT;
	//padding-top: 2%;
	max-width: 320px;
}

/*
Classes pour les images*/
/* Image à gauche du texte*/
.imageG{
	float:left;
	margin: 5px;
}

.imageG img{
	border: 0;
	width: 200px;
}

/* Mise en forme des titres du contenu */
#contenu-milieu h1 {
	margin-bottom: 1%;
}

#contenu-milieu h1 span {
	float: left;
	padding: 4px 12px 2px 4px;
	display: block;
	color: #000;
	font-family: "Courier new", serif;
	font-weight: bold;
	font-size: 20px;
}

#contenu td{
	padding: 4px;
}

#contenu th{
	font-weight: bold;
}

#contenu table{
	width: 100%;
	text-align: center;
}

#contenu-milieu h1 em {
	margin-right: 8px;
	margin-left: 3px;
	font-style: normal;
}

/* Évite le problème de float avec les images */
#contenu .contenu_block{
	display: block;
	clear: left;
	margin-bottom: 0px;
}

/***************************************
Page réalisations
***************************************/

#contenu .annee{
	background-color: #90a80d;
	height:20px;
	border-style: solid;
	border-width:1px;
	border-color: #000;
	
}

#contenu .centreAnnee{
	margin-top: auto;
	margin-bottom: auto;
	margin-top: 0;
}

#contenu .annee a{
	color: #000;
	font-weight: bold;
	font-size:100%;
}

#contenu .annee .actif{
	color: #fff;
	text-decoration: none;
}

/*
 * @section Contenu générique
 ******************************************************************************/
/* Mise en forme des éléments du contenu */
#contenu .gauche h2 {
	color: #90a80d;
	font-size: 160%;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	height: 100%;
	line-height: 1;
	padding-top: 12px;
	background: url("../images/interface/bande_couleur_titre.png") no-repeat;
}

#contenu .gauche .premier {
	color: #90a80d;
	margin-top: 0;
	font-size: 160%;
}

#contenu .gauche h3 {
	color: #90a80d;
	font-size: 140%;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	line-height: 1;
}

#contenu .gauche h4 {
	color: #90a80d;
	font-size: 110%;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	line-height: 1;
}

#contenu .gauche ul {
	margin-left: 30px;
}

#contenu .courante{
	text-decoration: none;
	font-weight: bold;
}

#contenu .gauche ul li {
	list-style: square;
}

/*
 * @section Navigation
 ******************************************************************************/
/* Le menu de gauche */
#nav {
	margin-top: 3%;
	width: 15%;
	margin-left: 3px;
	display: block;
	float: left;
	font-family: "Courier new", serif;
	overflow: hidden;
	border-style:dotted;
	border-width:1px;
	border-color:#90a80d;
	max-width: 200px;
	font-size: 90%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#nav {
		font-size: 104%;
	}
} 

#nav ul {
	margin: 0;
	padding-left: 0px;
}

#nav li {
	margin-left: 0px;
	list-style-type: none;
	padding-left: 0px;
}

#nav li.active a {
	color: #90a80d;

}

#nav li a:hover {
	color:#90a80d;
}

#nav li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 8px 12px !IMPORTANT;
	//padding: 2px 12px;
	font-size: 110%;
	text-align: left;
}

/************************************
Slider (défilement)
*************************************/

.slider{
	/*height: 300px;*/
	float: left;
	margin-top: 0.5%;
}

.divContenant{
	position:relative;
	width:90%;
	min-width: 150px;
	height:120%;
	overflow:hidden;
	float: right;
}

.divContenu{
	position:absolute;
}

/******************************************
Images à droite
******************************************/
.imgDroite img{
	width: 100%;
	height: 100%;
	max-height: 320px;
	max-width: 240px;
	border-style: solid;
	border-color: #90a80d;
	border-width:2px;
}

.imgDroite{
	width: 100%;
	height: 38%;
}

.test h2{
	margin-left: 210px;
}

.filler{
	clear: both;
	height: 4%;
}

.fillerTexte{
	clear: both;
	height: 0px;
}

/******************************************
Formulaires
******************************************/
.etiquette{
	float: left;
}

.objet{
	float: right;
}
