@charset "UTF-8";
/* CSS Document */

/*
-- Sujet : CSS Home
-- Historique : Création le 14 novembre 2998
-- Author : Cynthia Roy
*/

/* Couleurs */
/*
		Noir: #000000
		Rouge: #8C2213
		Jaune: #FFB400
		Brun: #7D6A55
*/

/********************** Home ***********************/
#rowmiddle {
	position: relative;
	border-top: none;
}

#columncontent {
	margin-left: 0;
	border-left: none;
}

#trail { display: none; }

#columnleft { display: none; }

#content DIV.content { padding: 0; }

TABLE.bloghome { margin: 0; width: 100% !important; border: none; }
TABLE.bloghome TD { border: none; padding: 0; }

DIV.contentpaneopenhome { margin: 0; }
DIV.article_seperator { display: none; }

DIV.intro {
	color: #FFFFFF; font-size: 130%; line-height: 125%;
	background: #7D6A55 url(../images/home_intro_photo.jpg) no-repeat 0 0;
	height: 188px; padding: 0 10px 0 280px;
	border-top: 1px solid #000000; border-bottom: 1px solid #000000;
}

DIV.intro H1 { font-size: 115%; text-transform: uppercase; padding-top: 50px; margin-bottom: 25px; }

DIV.sections { position: relative; height: 400px; }

DIV.section {
	position: relative; float: left; width: 34%; height: 100%;
}
DIV.sect_carrieres, DIV.sect_nouvelles { width: 32%; height: 50%; }

DIV.section H2 { color: #FFB400; text-transform: uppercase; background-color: #575757; border-bottom: 1px solid #838383; margin: 0; padding: 30px 15px 2px 15px; }

DIV.section .photo { position: absolute; }

DIV.section DIV.section_content { border-top: 1px solid #C2C2C2; border-right: 1px solid #000000; padding: 15px; height: 338px; }
DIV.sect_carrieres DIV.section_content, DIV.sect_nouvelles DIV.section_content { border-right: none; height: auto; }

DIV.section UL { padding-left: 15px; }
DIV.section UL UL { padding-left: 35px; }

DIV.section DIV.more { text-align: right; font-size: 90%; }
DIV.section DIV.more A { padding-left: 15px; background: url(../images/menuleft_lili.gif) no-repeat 0 50%; }

DIV.sect_nouvelles DIV.section_content { padding-top: 25px; }
DIV.sect_nouvelles DIV.nouvelle { margin-bottom: 15px; }
DIV.sect_nouvelles .date { display: block; font-weight: bold; }
DIV.sect_nouvelles H3 { font-size: 120%; color: #8C2213; margin: 0 0 5px 0; }

DIV.sect_services { background: url(../images/home_services.jpg) no-repeat 100% 50px; }
DIV.sect_services DIV.section_content UL { padding-right: 110px; margin-bottom: 75px; }

DIV.sect_carrieres .photo {
	top: 1px; right: -10px; width: 108px; height: 129px;
	background: url(../images/home_carrieres.gif) no-repeat 0 0;
}
DIV.sect_nouvelles .photo {
	top: 5px; right: -8px; width: 129px; height: 86px;
	background: url(../images/home_nouvelles.gif) no-repeat 0 0;
}
/***************************************************/