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

body {
	font-family: "Helvetica", sans-serif;
	font-size: 11pt;
	color: #000;
	text-decoration: none;
}


#masterLayout {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	width: 910px;
	font-size: 10pt;
}

#navBarTop {
	position: relative;
	width: 910px;
	height: 35px;
	background-color: #fff;
	margin-bottom: 15px;
}

#container {
	width: 910px;
	padding-left: auto;
	padding-right: auto;
}

#footer {
	position: relative;
	width: 910px;
	font-family: "Gurmukhi MN", sans-serif;
}

#logo {
	position: relative;
	float: left;
	width: 193px;
	height: 25px;
	background-color: #fff;
}

#sponsors {
	margin-top: 25px;
	position: relative;
	float: left;
	width: 327px;
	height: 25px;
	overflow: hidden;
}

.photo {
	text-align: center;
}

#navBarBottom {
	position: relative;
	float: left;
	width: 910px;
	height: 50px;
	background-color: #fff;
	margin-top: 10px;
	font-size: 6pt;
	font-family: "Gurmukhi MN", sans-serif;
}

#mainColumn {
	position: relative;
	width: 910px;
	background: #FFF;
	overflow: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-bottom: 15px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.hautindex {
	margin-top: 50px;
}

.tableindex {
	margin-top: 20px;
}



.video {
	margin: auto;
}

.imgCentered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

​ .textCentered {
	text-align: center;
	font-size: 10px;
}

.frameGreyBorder {
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #000;
	font-size: 14px;
	border-width: thin;
	border-color: #999;
}

h1 {
	font-size: 12pt;
	font-style: regular;
	font-weight: bold;
	color: #f8005b;
}

h2 {
	font-size: 11pt;
	color: #b8b6b7;
	font-style: regular;
}

h3 {
	font-size: 11pt;
	font-weight: bold;
	color: #f8005b;
}

h4 {
	font-size: 11pt;
	font-weight: bold;
	color: #b8b6b7;
}

h5 {
	font-size: 13pt;
	font-weight: bold;
	color: #f8005b;
}

h6 {
	font-size: 11pt;
	color: #fff;
	font-style: regular;
}

h7 {
	font-family: 'KleinSlabserif-Medium';
	src: url('KleinSlabserif-Medium.eot?#iefix') format('embedded-opentype'), url('KleinSlabserif-Medium.woff') format('woff'), url('KleinSlabserif-Medium.ttf') format('truetype'), url('KleinSlabserif-Medium.svg#KleinSlabserif-Medium') format('svg');
	font-style: normal;
	font-size: 16pt;
	color: #f8005B;

}

h8 {
	font-family: 'OratorStd';
	src: url('OratorStd.eot?#iefix') format('embedded-opentype'), url('OratorStd.otf') format('opentype'),
		url('OratorStd.woff') format('woff'), url('OratorStd.ttf') format('truetype'), url('OratorStd.svg#OratorStd') format('svg');
	font-weight: normal;
	font-style: normal;
	color: #f8005B;
}


h9 {
	font-family: 'OratorStd';
	src: url('OratorStd.eot?#iefix') format('embedded-opentype'), url('OratorStd.otf') format('opentype'),
		url('OratorStd.woff') format('woff'), url('OratorStd.ttf') format('truetype'), url('OratorStd.svg#OratorStd') format('svg');
	font-weight: normal;
	font-style: normal;
	color: #f666;
}

.divLeftmargin15 {
	margin-left: 15px;
	width: auto;
	font-size: 12px;
}

.interviewQuestions {
	font-weight: bold;
	color: #999;
}

#alignedLeft {
	text-align: left;
}

a {
	color: rgb(50, 47, 236);
	transition: color 1s;
	-moz-transition: color 1s;
	/* Firefox 4 */
	-webkit-transition: color 1s;
	/* Safari and Chrome */
	-o-transition: color 1s;
	/* Opera */
}

a:hover {
	color: #f8005b;
}

a:link {
	text-decoration: none;
}



em {
	font-weight: bold;
	text-decoration: underline;
}

.contentTextJustified {
	font-size: 10pt;
	font-style: normal;
	color: #000;
	text-decoration: none;
	text-align: justify;
	margin-right: 15px;
}

.sponsorsList {
	font-size: 8pt;
	font-style: italic;
	text-align: center;
}

.adresseSalle {
	font-size: 8pt;
	font-style: italic;
}

.titreArticle {
	font-size: 12pt;
	font-weight: bolder;
	text-align: center;
}

#livredor {
	height: auto;
	width: 659px;
	background-image: url(graphics/deco/livredorBgd.jpg);
	background-repeat: repeat-y;
}

.livredorStyle {
	font-family: "Lucida Console", Monaco, monospace;
	font-style: italic;
	color: #000;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.italique {
	font-style: italic;
}

.photoClearRight {
	clear: right;
}

.grisItalique {
	font-style: italic;
	color: #999;
}

#masterLayout #leftColumn p {
	text-align: center;
}



button {
	background-color: #666;
	color: #FFF;
	transition: background-color 1s;
	-moz-transition: background-color 1s;
	/* Firefox 4 */
	-webkit-transition: background-color 1s;
	/* Safari and Chrome */
	-o-transition: background-color 1s;
	/* Opera */
}

button:hover {
	background-color: #800000;
}

input {
	background-color: #666;
	color: #FFF;
	transition: background-color 1s;
	-moz-transition: background-color 1s;
	/* Firefox 4 */
	-webkit-transition: background-color 1s;
	/* Safari and Chrome */
	-o-transition: background-color 1s;
	/* Opera */
}

input:hover {
	background-color: #800000;
}

#masterLayout #footer #navBarBottom a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#masterLayout #mainColumn div table tr td div p {
	text-align: left;
	color: #f8005b;
}

#masterLayout #mainColumn div table tr td {
	color: #000;
}

#masterLayout #mainColumn div table {
	color: #f8005b;
}

#masterLayout #mainColumn div table tr td p {
	color: #000;
}

#masterLayout #mainColumn div table tr td {
	color: #000;
}

#masterLayout .tableindex table tr td h2 {
	text-align: center;
}

#masterLayout .tableindex table tr td p {
	text-align: center;
}

#masterLayout .hautindex table tr td p center {
	font-size: 14px;
	color: #f8005B;
}

#surlignagerose {
	color: #f8005B;
}

#masterLayout .frameGreyBorder table tr td h3 {
	text-align: right;
}

#masterLayout .frameGreyBorder table tr td {
	text-align: left;
}

#masterLayout .frameGreyBorder table tr td p {
	text-align: center;
}

#masterLayout .frameGreyBorder table tr td h3 {
	text-align: center;
}

#masterLayout .frameGreyBorder table tr td p {
	text-align: left;
}

#masterLayout .frameGreyBorder table tr td p {
	text-align: center;
}