/*
Theme Name: V3 GCTT
Theme URI: http://wordpress.org/
Description: Le thÃ¨me par dÃ©faut pour GCTT.
Version: 1.0
Author: Axial DÃ©veloppement
Author URI: http://www.axialdev.com/
Tags: custom header, fixed width, two columns, widgets 

Kubrick v1.5
http://binarybonsai.com/kubrick/

This theme was designed and built by Michael Heilemann,
whose blog you will find at http://binarybonsai.com/

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

*/


/* Design du site au bas de la feuille */


/* Begin Typography & Colors */


#content {
font-size: 1.2em;
}
.widecolumn .entry p {
font-size: 1.05em;
}
.narrowcolumn .entry, .widecolumn .entry {
line-height: 1.4em;
}
.widecolumn {
line-height: 1.6em;
}
.narrowcolumn .postmetadata {
text-align: center;
}
.alt {
background-color: #f8f8f8;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}

small {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 0.9em;
line-height: 1.5em;
}

#headerimg .description {
font-size: 1.2em;
text-align: center;
}

#sidebar h2 {

}

.entry p a:visited {
color: #b85b5a;
}
.commentlist li, #commentform input, #commentform textarea {
font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li {
font-weight: bold;
}
.commentlist cite, .commentlist cite a {
font-weight: bold;
font-style: normal;
font-size: 1.1em;
}
.commentlist p {
font-weight: normal;
line-height: 1.5em;
text-transform: none;
}
#commentform p {
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
font-weight: normal;
}
#sidebar {

}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {

}
code {
font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
font-size: 0.9em;
letter-spacing: .07em;
}

#wp-calendar #prev a, #wp-calendar #next a {
font-size: 9pt;
}
#wp-calendar a {
text-decoration: none;
}
#wp-calendar caption {
font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
text-align: center;
}
#wp-calendar th {
font-style: normal;
text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */

#headerimg {
margin: 0;
height: 200px;
width: 100%;
}

#content {
	
}

.narrowcolumn {
float: left;
padding: 0px;
margin: 0px;
width: 100%;
}
.widecolumn {
padding: 10px 0 20px 0;
margin: 5px 0 0 150px;
width: 450px;
}
.post {
margin: 0 0 40px;
text-align: justify;
}
.post hr {
display: block;
}
.widecolumn .post {
margin: 0;
}
.narrowcolumn .postmetadata {
padding-top: 5px;
}
.widecolumn .postmetadata {
margin: 30px 0;
}
.widecolumn .smallattachment {
text-align: center;
float: left;
width: 128px;
margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
text-align: center;
margin: 5px 0px;
}
.postmetadata {
clear: both; 
border:1px dashed #999999;
padding:4px 0px;
margin:10px 20px 10px 0px;
}
.clear { 
clear: both; 
}


.entry div{margin-right:20px;}

/* End Structure */


/*	Begin Headers */

h2.pagetitle {
margin-top: 30px;
text-align: center;
}
#sidebar h2 {
margin: 5px 0 0;
padding: 0;
}

h3.comments {
padding: 0;
margin: 40px auto 20px;
}
/* End Headers */
/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}
/* End Images */
/* Begin Lists

Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */
html > body .entry ul {
margin-left: 0px;
padding: 0 0 0 30px;
list-style: none;
padding-left: 10px;
text-indent: -10px;
}
html > body .entry li {
margin: 7px 0 8px 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
content: "\00BB \0020";
}
.entry ol {
padding: 0 0 0 35px;
margin: 0;
}
.entry ol li {
margin: 0;
padding: 0;
}
.postmetadata ul, .postmetadata li {
display: inline;
list-style-type: none;
list-style-image: none;
}
#sidebar ul, #sidebar ul ol {
margin: 0;
padding: 0;
}
#sidebar ul li {
list-style-type: none;
list-style-image: none;
margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
margin: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
margin: 3px 0 0;
padding: 0;
}
/* End Entry Lists */
/* Begin Form Elements */
#searchform {
margin: 0px auto;
padding: 0px 3px;
text-align: center;
}
#sidebar #searchform #s {
width: 108px;
padding: 2px;
}
#sidebar #searchsubmit {
padding: 1px;
}
.entry form {
/* This is mainly for password protected posts, makes them look better. */
text-align: center;
}
select {
width: 130px;
}
#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
}
#commentform textarea {
width: 100%;
padding: 2px;
}
#commentform #submit {
margin: 0;
float: right;
}
/* End Form Elements */
/* Begin Comments*/
.alt {
margin: 0;
padding: 10px;
}
.commentlist {
padding: 0;
text-align: justify;
}
.commentlist li {
margin: 15px 0 3px;
padding: 5px 10px 3px;
list-style: none;
}
.commentlist li .avatar {
float: right;
border: 1px solid #eee;
padding: 2px;
background: #fff;
}
.commentlist p {
margin: 10px 5px 10px 0;
}
#commentform p {
margin: 5px 0;
}
.nocomments {
text-align: center;
margin: 0;
padding: 0;
}
.commentmetadata {
margin: 0;
display: block;
}
/* End Comments */
/* Begin Sidebar */
#sidebar {
padding: 20px 0 10px 0;
margin-left: 0px;
width: 170px;
}
#sidebar form {
margin: 0;
}
/* End Sidebar */
/* Begin Calendar */
#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 155px;
}
#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}
#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}
#wp-calendar a {
display: block;
}
#wp-calendar caption {
text-align: center;
width: 100%;
}
#wp-calendar td {
padding: 3px 0;
text-align: center;
}
#wp-calendar td.pad:hover {
/* Doesn't work in IE */
background-color: #fff;
}
/* End Calendar */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
cursor: help;
}
acronym, abbr {
border-bottom: 1px dashed #999;
}
blockquote {
margin: 15px 30px 0 10px;
padding-left: 20px;
border-left: 5px solid #ddd;
}
blockquote cite {
margin: 5px 0 0;
display: block;
}
.center {
text-align: center;
}
.hidden { 
display: none; 
}
hr {
display: none;
}
a img {
border: none;
}
.navigation {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 60px;
}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* End captions */

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
It won't be a stylish marriage, I can't afford a carriage.
But you'll look sweet upon the seat of a bicycle built for two." */



/********************
*      Général      *
********************/

html, BODY{margin:0px; padding:0px;  min-height: 100%;}
BODY{background:#ffffff url(/themes/GCTT-V3-General/img-gctt/bg.gif) repeat-x bottom center; font-family:Arial,Verdana,Sans-serif; font-size:12px; color:#000000; line-height:16px;}
TABLE{font-family:Arial,Verdana,Sans-serif; font-size:12px; color:#000000;}

P{margin:0px 20px 20px 0px; font-size:12px; text-align:left; line-height:16px;}

UL{margin:0px 0px 0px 15px; padding:0px; list-style-position:outside;}
LI{margin:3px 0px; padding:0px; list-style-type:none; list-style-image:url('/themes/GCTT-V3-General/img-gctt/puce.gif'); }
DD{margin:0px; padding:0px; }

a:link{color:#ed6a00; text-decoration:none;}
a:visited{color:#ed6a00; text-decoration:none;}
a:hover{color:#ed6a00; text-decoration:none;}
a:active{color:#ed6a00; text-decoration:none;}


H6{color:#003964; font-weight:normal; font-size:13px; margin:0px;}
H5{color:#003964; font-weight:normal; font-size:13px; margin:0px;}
H4{color:#003964; font-weight:normal; font-size:13px; margin:0px;}
H3{color:#003964; font-weight:normal; font-size:13px; margin:0px;}
H2{color:#003964; font-weight:normal; font-size:14px; margin:0px 0px 15px 0px;}
H1{color:#003964; font-weight:normal; font-size:18px; background:url('/themes/GCTT-V3-General/img-gctt/bg-h1.gif') no-repeat bottom left; margin:0px 0px 20px 0px; padding:0px 0px 0px 53px;}

IMG{margin:0px; padding:0px;}

DIV{}

/********************
*   Design du site  *
********************/

#containerToCenter{text-align:center;}

	#container{width:930px; background:#ffffff; padding:0px 12px 11px 12px; margin:0px auto;}
	
		#header{height:125px; position:relative; margin-bottom:4px; z-index:500; background:#ffffff url('/themes/GCTT-V3-General/img-gctt/bg-header.jpg') no-repeat bottom left;}
			#topMenu{height:43px; background:#003964 url('/themes/GCTT-V3-General/img-gctt/top-menu-bg.gif') repeat-x top left; z-index:500;}	
			* html #topMenu ul{height:43px;}	
			#topMenu ul, #topMenu li{margin:0px; padding:0px; z-index:500; position:relative; list-style-type:none; list-style-image:none;}
			#topMenu li.btnImageMenu{float:left; color:#ffffff; height:43px; border-right:1px solid #829eb3; text-align:center;}
			#topMenu ul li.btnImageMenu a.btnImageMenu:hover{height:43px;z-index:600;background:#1f6e92 url('/themes/GCTT-V3-General/img-gctt/top-menu-bg-over.gif') repeat-x top left;}
			#topMenu ul li.btnImageMenu:hover{height:43px;z-index:600;background:#1f6e92 url('/themes/GCTT-V3-General/img-gctt/top-menu-bg-over.gif') repeat-x top left;}
			#topMenu li.btnImageMenu img{margin-top:14px;}
			#topMenu li.btnImageMenu a{display:block; height:43px;}
			#topMenu a{display:block;}
			
			#topMenu #topMenuBtn01fra{width:91px;}
			#topMenu #topMenuBtn02fra{width:142px;}
			#topMenu #topMenuBtn03fra{width:98px;}
			#topMenu #topMenuBtn04fra{width:103px;}
			#topMenu #topMenuBtn05fra{width:102px;}
			#topMenu #topMenuBtn06fra{width:103px;}
			#topMenu #topMenuBtn07fra{width:85px;}
			#topMenu #topMenuBtn08fra{width:122px;}
				#topMenu ul li#topMenuBtn08fra a.btnImageMenu{background:url('/themes/GCTT-V3-General/img-gctt/btn-coin-canada.gif') no-repeat top left;} /* drapeau canada en coin */
			#topMenu #topMenuBtn09fra{width:76px; border-right:none;}
	
			#topMenu #topMenuBtn01eng{width:91px;}
			#topMenu #topMenuBtn02eng{width:107px;}
			#topMenu #topMenuBtn03eng{width:106px;}
			#topMenu #topMenuBtn04eng{width:137px;}
			#topMenu #topMenuBtn05eng{width:78px;}
			#topMenu #topMenuBtn06eng{width:114px;}
			#topMenu #topMenuBtn07eng{width:83px;}
			#topMenu #topMenuBtn08eng{width:112px;}
				#topMenu ul li#topMenuBtn08eng a.btnImageMenu{background:url('/themes/GCTT-V3-General/img-gctt/btn-coin-canada.gif') no-repeat top left;} /* drapeau canada en coin */
			#topMenu #topMenuBtn09eng{width:94px; border-right:none;}
	
			#logo{position:absolute; bottom:20px; left:14px; z-index:300;}
			
			#recherche{ width:930px; position:absolute; bottom:0px; left:0px; text-align:right; height:29px; color:#ffffff; background:url('/themes/GCTT-V3-General/img-gctt/recherche-bottom-bg.gif') repeat-x bottom left;  z-index:200;}
				#rechercheForm{color:#ffffff; background:#679eb8; height:29px; line-height:27px; width:auto; padding-right:6px; float:right;}
				#rechercheForm label{margin:-2px 0px 0px 30px; vertical-align:middle;}
				#rechercheForm input{vertical-align:middle;}
				#rechercheForm input.textZone{border:1px solid #d1d1d1; width:145px; height:14px; padding:3px 5px; margin:0px; font-size:11px; letter-spacing:1px; }
				#rechercheForm a:link, #rechercheForm a:visited{color:#ffffff; text-decoration:underline; font-size:11px;}
				#rechercheForm a:hover, #rechercheForm a:active{color:#ffffff; text-decoration:none; font-size:11px;}
				#rechercheFormImg{width:66px; float:right;}
				
		#generalHeader{margin:0px 0px 0px 0px; z-index:200;}		
			#generalBanner{position:relative; margin-bottom:0px; z-index:200;}
			
			#accountMenu{ height:29px; background:#ffffff url('/themes/GCTT-V3-General/img-gctt/sousmenu-bg.gif') repeat-x top left; z-index:200;}
			#accountMenu ul, #accountMenu li{list-style-type:none; list-style-image:none;}
				#accountMenuImg{width:67px; float:right;}
				#accountMenuItems{background:#b2d0de; height:29px; width:auto; float:right; color:#003964; padding-right:6px; font-size:11px; line-height:29px;}
				#accountMenu a{color:#003964;}
				#accountMenu a:hover{color:#277ab8;}
				
		#breadcrumb{line-height:30px; height:30px; font-size:11px; border-bottom:1px solid #679eb8; clear:both; margin-bottom:4px;}
			#breadcrumb a{text-decoration:none; color:#004578;}		
			#breadcrumb a:link, #breadcrumb a:visited{text-decoration:none; color:#004578;}	
			#breadcrumb a:hover, #breadcrumb a:active{text-decoration:none; color:#277ab8;}
				
		#mainContent{width:930px; background:#ffffff url('/themes/GCTT-V3-General/img-gctt/bg-contenu-principal.gif') repeat-y top right; position:relative; z-index:250;}						
		
			#centerContent{width:732px; float:left; padding-top:20px; }
				#centerContentCMS{position:relative; margin-left:5px; min-height:300px; font-size:12px; line-height:18px;}
				.centerEventCMS{padding:0px 14px;}
			#rigthColumn{width:198px; float:left; background:url('/themes/GCTT-V3-General/img-gctt/barrebleu-colonne-droite.gif') repeat-y top left;}
				#rigthColumnCMS{position:relative; width:140px; padding:15px 23px 20px 25px; font-size:11px;}
					#rigthColumnCMS h2{margin:0px 0px 10px 0px;}
					#rigthColumnCMS a:link, #rigthColumnCMS a:visited{color:#E3670D;}
					#rigthColumnCMS a:hover, #rigthColumnCMS a:active{color:#E3670D;}
				#rigthColumnCMSBottom{background:url('/themes/GCTT-V3-General/img-gctt/finbarrebleu-colonne-droite.gif') no-repeat top left; height:9px; width:198px;}
		
		#mainContentAdmin{width:930px; margin:0px auto; background:#ffffff; position:relative; z-index:250;}
			#centerContentAdmin{width:930px; float:left; padding-top:20px; }
		
				
	#footer{text-align:center; color:#004578; margin:15px 0px; font-size:11px; line-height:18px;}
		#footer a:link, #footer a:visited{color:#004578; text-decoration:none;}
		#footer a:hover, #footer a:active{color:#004578; text-decoration:underline;}

.imgBorderBlanc{border:1px solid #ffffff;}
.imgAlignMiddle{vertical-align:middle; border-style:none;}
.divClear{clear:both;}
.copyright{color:#507ba5;}


/*********************
*    Formulaires     *
*********************/


FORM{margin:0px; padding:0px;}
INPUT{color:#487F9E; font-size:11px;}



