/**************************
Keyven Ferland
http://www.keyvenferland.com
Default Stylesheet
**************************/


/* =General-----------------------------------------------------------------------------*/


body { 
	font-family: Arial, Helvetica, sans-serif; font-size: 10pt;
	background: #fff url('image/bg-body.gif') repeat-x top left;
}

body#question {
	background-position: 0 -36px;
}


/* =Headings-----------------------------------------------------------------------------*/


h1, h2, h3, h4, h5, h6{ font-weight: normal; font-family: Arial, Helvetica, sans-serif;}

h1{ color: #222; font-size: 250%;}
h2{ color: #222; font-size: 125%;}
h3{ color: #333; font-size: 100%;}
h4{ font-size: 120%;}
h5{ font-size: 100%;}
h6{ font-size: 100%;}

/* =Links General-----------------------------------------------------------------------------*/

a{ color: #DE027C; text-decoration: underline;}
a:hover{ color: #DE027C; text-decoration: none;}

/* =Other -----------------------------------------------------------------------------*/

.clear{ /* Class for clearing floats */clear:both; padding: 5px 0 0 0;}
.left { float: left;}
.right { float: right;}

/* =Page Wrap -----------------------------------------------------------------------------*/

#wrap{
	background: transparent url('image/bg-top.jpg') no-repeat top left;
	width: 95%;
	margin: 0 auto;
}

/* =Top -----------------------------------------------------------------------------*/

#top{
	width: 95%;
	height: 36px;
	position: relative;
	padding-top: 140px; 
}
#top p#nav-top{
	color: #FCBFE3;
	text-transform: uppercase;
	font-size: 75%;
	position: absolute;
	top: 5px;
	right: 10px;
}
#top p#nav-top a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#top p#nav-top a:hover{
	text-decoration: underline;
}
#top h1{
	color: #fff;
	font-size: 175%;
	font-style: italic;
	position: absolute;
	top: 100px;
	right: 10px;
}

/* = Navigation -----------------------------------------------------------------------------*/

ul#nav-principale{
	margin-left: 30px;
	height: 10px;
	padding-bottom: 20px;
}
ul#nav-principale li {
	display: inline;
	margin-right: 15px;
}
ul#nav-principale li a{
	font-size: 85%;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
}
ul#nav-principale li a:hover{
	text-decoration: underline;
}

/* = Navigation -----------------------------------------------------------------------------*/

ul#nav-secondaire{
	width: 100%;
	line-height: 16px;
	margin-left: 30px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 30px;
}
ul#nav-secondaire li {
	display: inline;
	margin-right: 20px;
}
ul#nav-secondaire li a{
	font-size: 85%;
	text-transform: none;
	color: #666;
	text-decoration: none;
}
ul#nav-secondaire li a:hover{
	text-decoration: underline;
}

/* = Content -----------------------------------------------------------------------------*/

#content{
	padding: 30px;
}
#content h1{
	color: #666;
	font-style: italic;
	font-size: 175%;
	margin-top: 20px;
	margin-bottom: 10px;
}
#content h3{
	color: #4286B4;
	font-style: italic;
	font-size: 145%;
	letter-spacing: -0.02em;
	margin-top: 40px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #D7D7D7;
	clear: both;
}
#content h3 span{
	color: #555;
	font-size: 90%;
}
#content p{
	color: #222;
	font-size: 110%;
	margin: 20px 0;
	line-height: 20px;
}
#content p.message{
  color: #c33;
  font-size: 110%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #c33 
}
#content ol{
	background-color: #F2FAFD;
	border: 3px solid #DBEAF2;
	color: #3C4E5A;
	font-size: 110%;
	margin: 20px 0;
	padding: 20px 40px;
	width: 75%;
}
#content ol li{
	list-style:decimal;
	margin: 6px 0;
}
#content ul{
	background-color: #F8F8F8;
	border: 3px solid #F2F2F2;
	color: #3C4E5A;
	font-size: 110%;
	margin: 20px 0;
	padding: 20px 40px;
	width: 75%;
}
#content ul li{
	list-style: disc;
	margin: 6px 0;
}
#content h2{
	color: #4286B4;
	font-style: italic;
	font-size: 145%;
	margin-top: 30px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #D7D7D7;
}
#content h2 span{
	color: #777777;
	font-size: 85%;
}
#content img{
	border: 1px solid #ddd;
	padding: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* = Form -----------------------------------------------------------------------------*/

#inscriptionForm{
	padding-top: 10px;
}
#formLeft{
	float: left;
	width: 45%;
}
#formRight{
	float: left;
	width: 45%;
}
label{
	font-size: 110%;
	padding: 3px 0;
}
div.input-bg input,
div.input-bg textarea{
	background: #fff url('image/bg-field.gif') repeat-x top left;
	border: 1px solid #B4B4B4;
	font-size: 16px;
	padding: 5px;
	width: 450px;
	margin: 8px 0 10px 0;
}
select{
	padding: 5px;
	border: 1px solid #B4B4B4;
	margin: 8px 0 10px 0;
	font-size: 16px;
}
.submit-button{
	float: right;
	color: #fff;
	font-weight: bold;
	background: transparent url('image/bt-envoyer.jpg') no-repeat top center;
	border: none;
	padding: 6px 22px;
	cursor: pointer;
}

/* = Autres -----------------------------------------------------------------------------*/

#blocCenter{
  margin: 0 auto;
	width: 45%;
}
#blocLeft{
	float: left;
	width: 45%;
}
#blocRight{
	float: left;
	width: 45%;
}
#blocRight h2{
	padding: 0;
	margin: 0;
}

/* = Footer -----------------------------------------------------------------------------*/

#footer{
	width: 95%;
	margin: 0 auto;
	height: 50px;
	border-top: 1px dashed #D7D7D7;
	padding-top: 20px;
}

#footer p#footer-links{
	color: #ccc;
	text-transform: uppercase;
	font-size: 75%;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
}
#footer p#footer-copy{
	color: #999;
	text-transform: uppercase;
	font-size: 75%;
	text-decoration: none;
	text-transform: uppercase;
	float: right;
}

/* = Tableaux -------------------------------------------------------------------------*/

td{
	padding: 5px;
	vertical-align: top;
	font-size: 11px;
}
tr:hover{
	background-color: #ffffff;
}

/* = Ancien CSS -------------------------------------------------------------------------*/

.champ { color: #333;  line-height: 1.5em; background-color: #e1e1e1; text-align: justify; letter-spacing: 0; margin: 0; padding: 0;  }

.select { font-weight: bold; background-color: #aaa; vertical-align: middle }

.normal_over {  vertical-align: middle; background-color: #ffffff; }

.entete { color: #333; font-size: 12px; font-weight: bold; background-color: #D8D8D8; padding: 4px; vertical-align: middle; border-top: 2px solid; border-right: 2px solid; border-bottom: 2px solid black; border-left: 2px solid }
.entete_over { color: #333; font-size: 12px;  font-weight: bold; background-color: #aaaaaa; padding: 4px; vertical-align: middle; border-top: 2px solid; border-right: 2px solid; border-bottom: 2px solid black; border-left: 2px solid }
.entete_sort { color: #333; font-size: 12px; font-weight: bold  }

.normal {  background-color: #F2F2F2; vertical-align: middle; border-bottom: 1px solid #D9DBDF; }
.normal_light {  background-color: #efefef; vertical-align: middle; border-bottom: 1px solid #D9DBDF; }
.normal_bold  {  font-weight: bold; background-color: #F2F2F2; vertical-align: middle; border-bottom: 1px solid #D9DBDF; }

.sous_total {  font-weight: bold; background-color: #e1e1e1; vertical-align: middle; border-bottom: 1px solid #D9DBDF; }

.total {  font-weight: bold; background-color: #f9f9f9; vertical-align: middle; border-bottom: 1px solid #D9DBDF; }

.filter_message {  font-weight: bold; background-color: #F2F2F2; vertical-align: middle; border-bottom: 1px solid #D9DBDF; }

.disable { color: #595959;  background-color: #f4f4f4; vertical-align: middle; border-bottom: 1px solid #D9DBDF; }


