@charset "utf-8";


/* CSS Document */


/*------------------------------------*\
  MAIN
\*------------------------------------*/




/*-----------------------------*\
	 TYPOGRAPHIE
\*-----------------------------*/
html {
  font-family: Cambria, Georgia, "Times New Roman", Times, serif;
  color: #333;
}

body {
	line-height: 1.5em;

}


/*--- Headings ---*/
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 24px;
  font-weight: bold;
}

h1 {
  font-size: 1.5em; /* 24px --> 24 ÷ 16 = 1.5 */
  line-height: 1em; /* 24px --> 24 ÷ 24 = 1 */
  
  margin-bottom: 0px;
  
}

h2 {
  font-size: 1.375em; /* 22px --> 22 ÷ 16 = 1.375 */
  line-height: 1.0909em; /* 24px --> 24 ÷ 22 = 1.090909(09) */
  
  margin-top:0px;
}

h3 {
  font-size: 1.25em; /* 20px --> 20 ÷ 16 = 1.25 */
  line-height: 1.2em; /* 24px --> 24 ÷ 20 = 1.2 */
  margin-top:0px;
}

h4 {
  font-size: 1.125em; /* 18px --> 18 ÷ 16 = 1.125 */
  line-height: 1.333em; /* 24px --> 24 ÷ 18 = 1.3333333(3) */
  margin-top:5px;
}

h5, h6 {
  font-size: 1em; /* 16px --> 16 ÷ 16 = 1 */
  line-height: 1.5em; /* 24px --> 24 ÷ 16 = 1.5 */
}


p {
  margin-bottom: 24px;
}

p+p {
  /*margin-top: -24px;*/
}

/*--- Links ---*/
a {
  color: #09f;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active,
a:focus {
  position: relative;
  top: 1px;
}


/*--- Lists ---*/
ul, ol {
  margin-left: 20px;
  margin-bottom: 24px;
    /* Magic Number */
}

ul {
  list-style: square outside;
 margin-left: 20px; 
}

ul ul,
ol ol {
  margin: 0 0 0 60px;
}



/*--- Quotes ---*/
blockquote {
  margin: 0 60px 0 45px;
  border-left: 5px solid #ccc;
  padding-left: 10px;
  text-indent: -0.4em;
}

blockquote b {
  display: block;
  text-indent: 0;
}



/*-----------------------------*\
	 COMMON CLASS
\*-----------------------------*/

.region {
}

.bloc {
	background-color: #fff;
	border: 1px solid #EEEEEE;
	
}

.bloc-inner {
	padding: 10px;
	
}


.region .bloc {
	margin-bottom: 24px;
}







/*-----------------------------*\
	 STRUCTURE
\*-----------------------------*/


/*---Section --*/
#section-header {
}
#section-content {
}
#section-footer {
}

/*---Zone Wrapper --*/
#zone-header-wrapper,
#zone-content-top-wrapper,
#zone-content-wrapper,
#zone-content-btm-wrapper,
#zone-footer-wrapper {
	width: 100%;
}

/*---Zone --*/


#zone-content-top,
#zone-content
 {
}
#zone-content-btm
 {
}



#zone-branding {
	padding-top: 24px;
	padding-bottom: 24px;
	background-image: url(../images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
}
#zone-footer
 {
	padding-top:24px;
	padding-bottom:24px;	
}





#client-logo {
	background-color: #0CF;
	padding:0;
	border:0px;
	line-height:1em;	
}
#client-logo img {
	line-height:1em;
}





.webinar-description{
	color: #999;
	margin-top: -24px;	
	
}


/*-----------------------------*\
	 module-bloc-ask-question
\*-----------------------------*/
textarea {
    width: 97%;
	height: 75px;
}

fieldset {
	margin :0px;
	padding : 0px;	
	
}

.cancel {
	font-size: 0.75em;
}

fieldset em{
	margin : 0px;
	padding : 0px;
	font-size: 0.75em;
	font-style: italic;
	color: #BEBEBE;
	display: block;
}

fieldset div.submit{
	margin-top : 12px;
	padding-top : 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	text-align: right;
}


label {
	font-size: 0.85em;
	font-weight: bold;
	display:block;		
}


legend {
	padding-bottom: 12px;
}


input.send {
	margin-left: 10px;
}




/*-----------------------------*\
	 module-bloc-attachements
\*-----------------------------*/

#module-bloc-attachements {
}

#module-bloc-attachements ul {
	margin-left:0px;
	margin-top:0px;
	
	padding-left:15px;
	
}

#module-bloc-attachements .file-title {
	display:block;
}
#module-bloc-attachements .file-description {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: italic;
	color: #999;
}

/*-----------------------------*\
	 module-bloc-video
\*-----------------------------*/
#player_wrapper {
	
margin-left :auto;
margin-right :auto;	
}



