/* --------------------------------------------------------
    Main stylesheet
    Site: CDEC
    Created by: Stéphanie Léveillé - stef@annotea.com
    Filename: main.css
   -------------------------------------------------------- */
   
/* --------------------------------------------------------
    COLORS
    Text Blue:      #1e4359
    
   -------------------------------------------------------- */


* {
	border: 0;
	margin: 0;
	padding: 0;
}

:focus { outline: none; }

body {
	background:#FFFFFF url(../images/bg.jpg) no-repeat fixed;
	color: #000;
	font: 62.5% Arial, Verdana, Helvetica, Tahoma, sans-serif;
}

a { color: #005d82;}

/* --------------->>> Structure <<<---------------*/

#container {
	font-size: 1.1em;
	width: 950px;
}

#mainContent { 
	display: inline; 
	float: left; 
	width: 491px;
}

#contentTexte{
	padding:86px 38px 0 38px;
}

#accueil_de_la_semaine_de_la_culture_entrepreneuriale #contentTexte{
	padding:0;
}

#leftCol {
	display: inline;
	float: left;
	width: 275px;
}

#rightCol {
	display: inline;
	float: left;
	width: 184px;
}

/* --------------->>> Contenu <<<---------------*/

h1{
	color: #CC9C4A;
	font-size: 1.6em;
	border-bottom: 1px solid #343735;
	margin: 0 0 25px;
	text-transform: uppercase;
}

#missiondelasemainedelacultureentrepreneuriale h1, #calendrier h1 { color: #a3a86b; }

#calendrier h2 { font-size: 1.3em; color: #a3a86b; margin-bottom: 10px; }

p {margin-bottom:15px;}

blockquote { margin: 15px; }

#grouplist, #groups h2 { display: none; }

#list-articles {list-style: none;}
#list-articles li {margin-bottom: 25px;}
/* --------------->>> menu <<<---------------*/

#logo-cdec-quebec { margin: 70px 0 0 5px; }

#menu-cdec-quebec {
	background: #CC9C4A;
	list-style: none;
	margin: 55px 0 0 83px;
	padding:4px 0 10px;
	width:165px;
}

#menu-cdec-quebec li {
	width: 165px;
	height:20px;
	margin:0 0 3px;
}

#menu-cdec-quebec li a {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	text-indent: -9999px;
	width: 165px;
}

#mqui-somme-nous{
	background: url(../images/menu/qui-nous-sommes.gif) no-repeat;
	width: 165px;
	height:25px !important;
}

#mmission-quebec a { background-image: url(../images/menu/mission-quebec.gif); }
#mservices a { background-image: url(../images/menu/services.gif); }
#mpartenaires a {background-image: url(../images/menu/partenaires.gif);}
#mvotre-cdec {margin:20px 0 !important;}
#mvotre-cdec a { background: url(../images/menu/votre-cdec.gif); }

#mmedias{
	background: url(../images/menu/medias.gif) left top no-repeat;
	margin:0 0 1px 0 !important;
}

#mcommuniques a { background: url(../images/menu/communiques.gif); }
#mpublications a { background: url(../images/menu/publications.gif); }
#mrevue-de-presse a { background: url(../images/menu/revue-de-presse.gif); }

#mbabillard-quebec {
	width: 202px;
	height:23px;
	margin:109px 0 0 -10px;
}

#mbabillard-quebec a {
	background-image: url(../images/menu/babillard-quebec.gif);
	display:block;
	width: 202px;
	height:23px;
	text-indent: -9999px;
}

#mjoindre-quebec{
	width: 202px;
	height:23px;
	margin:20px 0 0 73px;
}

#mjoindre-quebec a{
	background-image: url(../images/menu/joindre-quebec.gif);
	display: block;
	width: 202px;
	height:23px;
	text-indent: -9999px;
}

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


#logo-cdec-montreal{
	margin: 90px 0 0 13px;
}

#menu-cdec-montreal{
	background: #A3A86B;
	margin: 65px 13px 140px 13px;	
	list-style:none;
	width:136px;
	padding:10px 0 10px;
}

#menu-cdec-montreal li {
	width: 136px;
	height:20px;
	margin:0 0 10px;
}


#menu-cdec-montreal li  a {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	text-indent: -9999px;
	width: 136px;
}

#maccueil a{	background-image: url(../images/menu/accueil.gif);	}
#mmission-montreal a{background-image: url(../images/menu/mission-montreal.gif); }
#mcalendrier a{background-image: url(../images/menu/calendrier.gif); }

#mbabillard-montreal {
	background: url(../images/menu/babillard-montreal.gif) 0 -46px no-repeat;
	width: 157px;
	height:23px;
	/*margin:140px 0 0 -10px;*/
}

#mjoindre-montreal{
	background: url(../images/menu/joindre-montreal.gif) 0 -46px no-repeat;
	width: 157px;
	height:23px;
	margin:20px 0 0 27px;
}

#mbabillard-montreal a{background: url(../images/menu/babillard-montreal.gif) left top no-repeat;}
#mjoindre-montreal a{background: url(../images/menu/joindre-montreal.gif) left top no-repeat;}

#mbabillard-montreal a,  #mjoindre-montreal a{
	display:block;
	width:100%;height:100%;
	text-indent: -9999px;
}



#mbabillard-montreal a:hover, #mjoindre-montreal a:hover{	background-position:left -46px;}
#mjoindre-quebec a:hover, #mbabillard-quebec a:hover { background-position:left -46px; }
#menu-cdec-quebec li a:hover, #menu-cdec-montreal li  a:hover{ background-position:left -40px; }

/* --------------->>> table <<<---------------*/

table {border-spacing: 0px 0px;}

td { border-bottom: 1px solid #a0a1a3; padding: 10px 5px; vertical-align: top;}



/* --------------->>> other <<<---------------*/


.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 */
