/*CSS Document*/
*
{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
A
{
	color: #B10000;
}
A:visited
{
	color: #505050;
}
A:hover
{
	color: #F10000;
}
#langs
{
	float: right;
	font-size: 0.7em;
}
HTML, BODY
{
	height: 100%;
	font-size: 100%;
	width: 100%;
}
/*Conteneur du site*/
#conteneur
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -85px;
	overflow: hidden !important;
	width: 100%;
	position: relative;
/*!!Le bottom margin est la valeur nÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©gative du height du footer!!*/
}
.contactImg
{
	text-align: left;
}
#hist1
{
	background-image: url(../images/hist_01.jpg);
	background-repeat: no-repeat;
}
#histPhil
{
	background-image: url(../images/hist_Phil.jpg);
	background-repeat: no-repeat;
}
#histMich
{
	background-image: url(../images/hist_Mich.jpg);
	background-repeat: no-repeat;
}
.bg1
{
	background-color: #FFFFFF;
	background-image: url(../images/contact_qsn.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
}
.bg1_en
{
	background-color: #FFFFFF;
	background-image: url(../images/contact_who_we_are.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
}
.bg2
{
	background-color: #FFFFFF;
	background-image: url(../images/contact_cen.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
}
.bg3
{
	background-color: #FFFFFF;
	background-image: url(../images/contact_qed.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
}
.bg4
{
	background-color: #FFFFFF;
	background-image: url(../images/contact_qep.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
}
.bg5
{
	background-color: #FFFFFF;
	background-image: url(../images/contact_qem.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
}
H1
{
	font-size: 1em;
	padding-bottom: 5px;
}
H2
{
	font-size: 0.9em;
	padding-bottom: 5px;
	color: #737373;
}
UL
{
	padding-left: 15px;
	font-size: 0.8em;
	color: #737373;
}
P
{
	font-size: 0.8em;
	padding-bottom: 10px;
	color: #737373;
}
/*wrapper pour le sliding horizontal*/
#wrapper
{
/*wrapper contient toutes les "pages" du site. Tout ce qui depasse est invisible*/
	width: 15000px;
	padding-top: 50px;
}
/*!! CSS different pour IE6=> voir cssIE6.css appelle par un comment conditionnel !!*/
#header
{
	height: 87px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}
#headerContent
{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
}
.footer, .push
{
	height: 84px;
/*.push et .footer ont la meme hauteur*/
}
.footer
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6D6D6;
}
#logo
{
	height: 121px;
	width: 204px;
	clear: both;
	position: absolute;
}
#logo IMG
{
	position: relative;
	padding: 8px 0 0;
	border: none;
}
#mainContent
{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
#footerContent
{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#menu
{
	height: 28px;
	clear: both;
	position: relative;
	float: right;
	top: 46px;
}
.menu_notselected
{
	float: left;
	height: 28px;
	width: 103px;
}
.menu_notselected .left
{
	height: 28px;
	width: 18px;
	float: left;
}
.menu_notselected .right
{
	height: 28px;
	width: 18px;
	float: right;
}
.menu_notselected .section
{
	text-align: center;
	float: left;
	width: 85px;
	margin-left: -9px;
	margin-right: -9px;
	padding-top: 8px;
	color: #B10000;
	font-size: 0.9em;
	font-weight: bold;
}
.menu_notselected A
{
	text-decoration: none;
	color: #737373;
	font-size: 0.9em;
	font-weight: bold;
}
.menu_notselected A:hover
{
	text-decoration: underline;
	color: #737373;
}
.menu_selected
{
	float: left;
	height: 28px;
	background-image: url(../images/menu_top_02.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 103px;
}
.left_selected
{
	background-image: url(../images/menu_top_01.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 18px;
	float: left;
}
.menu_link
{
	float: left;
	background-repeat: no-repeat;
	height: 28px;
	text-align: center;
	padding-top: 8px;
	text-decoration: none;
	color: #737373;
}
.menu_link A
{
	text-decoration: none;
	color: #737373;
	font-size: 0.9em;
	font-weight: bold;
}
.menu_link A:hover
{
	text-decoration: underline;
	color: #737373;
}
.right_selected
{
	background-image: url(../images/menu_top_03.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 18px;
	float: right;
}
.section
{
	text-align: center;
	float: left;
	width: 85px;
	margin-left: -9px;
	margin-right: -9px;
	padding-top: 8px;
	color: #B10000;
	font-size: 0.8em;
	font-weight: bold;
}
#menu_footer
{
	height: 28px;
	clear: both;
	position: relative;
	float: left;
	top: -1px;
}
.menu_footer_selected
{
	float: left;
	height: 30px;
	background-image: url(../images/menu_bottom_02.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.menu_footer_selected .left_footer
{
	background-image: url(../images/menu_bottom_01.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 18px;
	float: left;
}
.menu_footer_selected .menu_footer_link
{
	float: left;
	height: 28px;
}
.menu_footer_selected .menu_footer_link A
{
	text-decoration: none;
	color: #737373;
}
.menu_footer_selected .menu_footer_link A:hover
{
	text-decoration: underline;
	color: #737373;
}
.menu_footer_selected .right_footer
{
	background-image: url(../images/menu_bottom_03.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 18px;
	float: right;
}
.menu_footer_selected .section_footer
{
	text-align: center;
	float: left;
	margin-left: -18px;
	margin-right: -18px;
	padding-top: 4px;
	color: #B10000;
	font-size: 0.9em;
	font-weight: bold;
	width: 100%;
}
.menu_footer_selected .section_footer A
{
	color: #B10000;
	text-decoration: none;
}
.menu_footer_notselected .section_footer
{
	text-align: center;
	float: left;
	margin-left: -1px;
	margin-right: -1px;
	padding-top: 4px;
	color: #B10000;
}
.menu_footer_notselected .section_footer A
{
	color: #737373;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: bold;
}
.menu_footer_notselected
{
	float: left;
	height: 28px;
}
.menu_footer_notselected .left_footer
{
	height: 28px;
	width: 1px;
	float: left;
}
.menu_footer_notselected .right_footer
{
	height: 28px;
	width: 1px;
	float: right;
}
.tbDesc
{
	font-size: 0.8em;
}
.tbDesc TD
{
	padding-bottom: 8px;
	vertical-align: top;
	text-align: left;
	color: #737373;
}
.tbDesc P
{
	color: #737373;
}
.pusher
{
	height: 50px;
	width: 100px;
}
.leftContent
{
	float: left;
	width: 500px;
	padding-top: 0px;
}
.leftContentContact
{
	float: left;
	width: 100%;
	padding-top: 0px;
}
.rightContent
{
	float: right;
	width: 270px;
	padding-top: 0;
}
.nomObjet
{
	text-align: right;
	font-size: 1.4em;
	color: #B10000;
	padding-right: 4px;
}
.versionObjet
{
	color: #737373;
	text-align: right;
	font-size: 1.2em;
	padding-right: 4px;
}
.title_description
{
	color: #B10000;
	font-weight: bold;
}
#firstOne
{
	float: left;
	width: 800px;
	min-height: 500px;
}
#secondOne
{
	float: left;
	width: 800px;
	padding-left: 950px;
}
#thirdOne
{
	float: left;
	width: 800px;
	padding-left: 950px;
}
#fourthOne
{
	float: left;
	width: 800px;
	padding-left: 950px;
}
#fifthOne
{
	float: left;
	width: 800px;
	padding-left: 950px;
}
/*navigation thumnail*/
.thumb
{
	padding-left: 5px;
}
.thumbnails
{
	padding-top: 30px;
}
.thumbnails2
{
	padding-top: 30px;
}
.thumbnails3
{
	padding-top: 30px;
}
.invalidInput, .error
{
	color: #8A1F11;
	background-color: #FBE3E4;
}
.error, .notice
{
	padding: 0.5em;
	margin: 0.5em;
}
.error
{
	border: 2px solid #8A1F11;
	display: none;
	margin-left: 68px;
	width: 330px;
}
.pusher
{
	height: 50px;
}
.formContainer
{
	background-color: #EEEEEE;
	padding: 0;
	margin: 10px 0 0;
	width: 380px;
	border: 1px solid #D6D6D6;
}
.formContainer H3
{
	font-size: 0.9em;
	padding-bottom: 10px;
	padding-left: 154px;
}
.rowContainer
{
	padding: 3px;
}
.rowContainer.formActive
{
	background-color: #E5ECFF;
	width: 370px;
}
.rowContainer.formInvalid
{
	background-color: #FFA385;
}
.rowContainer LABEL.rowLabel
{
	float: left;
	width: 150px;
	color: #B10000;
	font-weight: bold;
	font-size: 0.8em;
	text-align: left;
}
.rowContainer INPUT[type="text"]
{
	width: 200px;
}
.rowContainer INPUT[type="button"]
{
	width: 100px;
	float: right;
}
.rowContainer INPUT[type="submit"]
{
	width: 100px;
	float: right;
}
LABEL.tooltipContainer.invalid
{
	background-image: url(../images/formError.gif);
}
LABEL.tooltipContainer.info
{
	background-image: url(../images/formInfo.gif);
}
LABEL.tooltipContainer
{
	height: 16px;
	font-size: 0.8em;
	color: #666666;
	display: none;
	background-repeat: no-repeat;
	background-position: left center;
	float: none;
	padding: 0px 20px;
}
.rowContainer.submitRow
{
	min-height: 20px;
	width: 360px;
	padding: 0;
}
.rowContainer.submitRow.formActive
{
	background-color: transparent;
}
.rowContainer.submitRow.formInactive
{
	background-color: transparent;
}
.comment
{
	width: 200px;
	height: 100px;
}
#formDiv
{
	position: relative;
	float: right;
	margin: 15px 0 0;
}
#qsn1Img
{
	background: url(../images/contact_qsn.jpg) no-repeat 0 0;
	height: 144px;
	width: 17px;
	position: inherit;
	top: 0;
	left: 0;
	cursor: pointer;
}

#qsn1_enImg
{
	background: url(../images/contact_who_we_are.jpg) no-repeat 0 0;
	height: 144px;
	width: 17px;
	position: inherit;
	top: 0;
	left: 0;
	cursor: pointer;
}
#qsn2Img
{
	background: url(../images/contact_cen.jpg) no-repeat 0 0;
	height: 144px;
	width: 17px;
	position: inherit;
	top: 0;
	left: 0;
	cursor: pointer;
}
#qsn3Img
{
	background: url(../images/contact_qep.jpg) no-repeat 0 0;
	height: 144px;
	width: 17px;
	position: inherit;
	top: 0;
	left: 0;
	cursor: pointer;
}
#qsn4Img
{
	background: url(../images/contact_qem.jpg) no-repeat 0 0;
	height: 144px;
	width: 17px;
	position: inherit;
	top: 0;
	left: 0;
	cursor: pointer;
}

#qsn5Img
{
	background: url(../images/contact_video.jpg) no-repeat 0 0;
	height: 175px;
	width: 17px;
	position: inherit;
	top: 0;
	left: 0;
	cursor: pointer;
}
