@import url(ie.css);

body
{
	background-color: #707884;
	color: #000;
	font-size: 9pt;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	text-align: center;	
}

/***********************************************************************/
/** reset styles *******************************************************/
/***********************************************************************/

table,
td,
tr,
th
{
	border-collapse: collapse;
	font-size: 9pt;
	font-family: Verdana, Arial, Sans-Serif;
	margin: 0px;
	padding: 0px;
}

a,
a:link,
a:hover,
a:active,
a:visited,
a:visited:hover
{
	color: #000;
	text-decoration: underline;
}

a:hover,
a:visited:hover
{
	color: #75af4f;
}

img
{	
	border: none;
}	

h1,
h2,
h3,
h4,
h5
{
	line-height: 1em;
	padding: 0px;
	margin: 0px;	
}

ul, ol
{
}

li
{
	padding-bottom: 3px;
}

input,
select,
option,
textarea
{
	color: #000;
	font-size: 9pt;
	font-family: Verdana, Arial, Sans-Serif;
}

p
{
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 8px;
}

.clear
{
	clear: both;
	height: 0px;
}

/***********************************************************************/
/** General Template ***************************************************/
/***********************************************************************/

.wrapper
{
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
	width: 980px;
	
	position: relative;
	top: 0px;
	left: 0px;
}

*> .wrapper
{
	width: 974px;
}

.home
{
	/** to have more latitude for the homepage **/
}

.content
{
	/** to have more latitude for the contentpage **/
}

/** Top menu wrapper ***************************************************/

.top_menu_wrapper
{
	height: 56px;
	width: 974px;
}

*> .top_menu_wrapper
{
	height: 52px;
}

.top_menu_fr ul,
.top_menu_en ul
{
	margin: 0px;
	padding: 0px;
}

.top_menu_fr li,
.top_menu_en li
{
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.top_menu_fr a,
.top_menu_fr a:link,
.top_menu_fr a:hover,
.top_menu_fr a:visited,
.top_menu_fr a:active,
.top_menu_fr a:visited:hover,
.top_menu_en a,
.top_menu_en a:link,
.top_menu_en a:hover,
.top_menu_en a:visited,
.top_menu_en a:active,
.top_menu_en a:visited:hover
{
	color: #fff;
	display: block;
	font-weight: bold;
	font-size: 9pt;
	float: left;
	height: 52px;
	padding-top: 8px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;	
}

*> .top_menu_fr a,
*> .top_menu_fr a:link,
*> .top_menu_fr a:hover,
*> .top_menu_fr a:visited,
*> .top_menu_fr a:active,
*> .top_menu_fr a:visited:hover,
*> .top_menu_en a,
*> .top_menu_en a:link,
*> .top_menu_en a:hover,
*> .top_menu_en a:visited,
*> .top_menu_en a:active,
*> .top_menu_en a:visited:hover
{
	height: 44px;
}

.top_menu_left a,
.top_menu_left a:link,
.top_menu_left a:hover,
.top_menu_left a:visited,
.top_menu_left a:active,
.top_menu_left a:visited:hover
{
	background-image: url(../images/template/menu/menu_bg_leftcorner_n.gif);
	background-repeat: no-repeat;
	width: 163px;
}

.top_menu_left a:hover,
.top_menu_left a:visited:hover
{
	background-image: url(../images/template/menu/menu_bg_leftcorner_h.gif);
	background-repeat: no-repeat;
}

.top_menu_right a,
.top_menu_right a:link,
.top_menu_right a:hover,
.top_menu_right a:visited,
.top_menu_right a:active,
.top_menu_right a:visited:hover
{
	background-image: url(../images/template/menu/menu_bg_rightcorner_n.gif);
	background-repeat: no-repeat;
	width: 162px;
}

.top_menu_right a:hover,
.top_menu_right a:visited:hover
{
	background-image: url(../images/template/menu/menu_bg_rightcorner_h.gif);
	background-repeat: no-repeat;
}

.top_menu a,
.top_menu a:link,
.top_menu a:hover,
.top_menu a:visited,
.top_menu a:active,
.top_menu a:visited:hover
{
	background-image: url(../images/template/menu/menu_bg_norepeat_n.gif);
	background-repeat: repeat-x;
	width: 162px;
}

.top_menu a:hover,
.top_menu a:visited:hover
{
	background-image: url(../images/template/menu/menu_bg_norepeat_h.gif);
	background-repeat: repeat-x;
}

.top_menu.uniline a,
.top_menu.uniline a:link,
.top_menu.uniline a:hover,
.top_menu.uniline a:visited,
.top_menu.uniline a:active,
.top_menu.uniline a:visited:hover
{
	height: 52px;
	padding-top: 18px;
}

*> .top_menu.uniline a,
*> .top_menu.uniline a:link,
*> .top_menu.uniline a:hover,
*> .top_menu.uniline a:visited,
*> .top_menu.uniline a:active,
*> .top_menu.uniline a:visited:hover
{
	height: 34px;
}

/** Structure wrapper *****************************************************/

.structure_wrapper
{
	background-image: url(../images/template/general/bg_content_repeat-y.gif);
	background-repeat: repeat-y;
	background-color: #fff;
	width: 974px;
}

.left_col_container
{
	float: left;
	padding-bottom: 40px;
	width: 210px;
}

.right_col_container
{
	float: left;
	width: 763px;
}

/** header container **/

.header_container
{
	height: 225px;
	width: 763px;
	
	position: relative;
	top: 0px;
	left: 0px;
}

.logo_container
{
	height: 225px;
	width: 186px;
	
	position: absolute;
	top: 0px;
	left: 0px;
}

.header_content
{
	background-image: url(../images/template/general/bg_radrotator_no-repeat.jpg);
	background-repeat: no-repeat;
	height: 201px;
	width: 577px;
	
	position: absolute;
	top: 0px;
	left: 186px;
}

.img_rotator_container
{
	position: absolute;
	top: 30px;
	left: 0px;
}

.link_container
{
	text-align: right;
	
	position: absolute;
	top: 15px;
	right: 15px;
}

.LanguageLinkContainer
{	
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	padding-bottom: 10px;
	text-transform: uppercase;	
}

.LanguageLinkContainer a,
.LanguageLinkContainer a:link,
.LanguageLinkContainer a:hover,
.LanguageLinkContainer a:visited,
.LanguageLinkContainer a:active,
.LanguageLinkContainer a:visited:hover
{
	color: #fff;
	text-decoration: none;
}

.LanguageLinkContainer a:hover,
.LanguageLinkContainer a:visited:hover
{
	text-decoration: underline;
}

.link_container img
{
	margin-bottom: 10px;
}

/** cnt_container **/

.cnt_container
{
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 5px;
	padding-bottom: 10px;
	
	position: relative;
	top: 0px;
	left: 0px;
}

.cnt_middle_col
{
	float: left;
	padding-right: 20px;
	width: 515px;
	
	position: relative;
	top: 0px;
	left: 0px;
	
	z-index: 10;
}

.cnt_right_col
{
	float: left;
	width: 185px;
	
	position: relative;
	top: 0px;
	left: 0px;
	
	z-index: 1;
}

.bou_inscription
{
	padding-bottom: 15px;
}

.bou_inscription a,
.bou_inscription a:link,
.bou_inscription a:hover,
.bou_inscription a:visited,
.bou_inscription a:active,
.bou_inscription a:visited:hover
{
	background-image: url(../images/template/buttons/bou_inscription_n.gif);
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	font-weight: bold;	
	height: 48px;
	line-height: 48px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	width: 185px;	
}

.bou_inscription a:hover,
.bou_inscription a:visited:hover
{
	text-decoration: underline;	
}

.important_date_container
{
}

.important_date_title
{
	background-image: url(../images/template/general/bg_important_date_title.gif);
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
	height: 39px;
	line-height: 39px;
	text-align: center;
	text-transform: uppercase;
	width: 185px;	
}

.important_date_content_bg
{
	background-image: url(../images/template/general/bg_important_date_repeat-y.gif);
	background-repeat: repeat-y;
	width: 185px;
}

.important_date_content
{
	background-image: url(../images/template/general/bg_important_date_norepeat.gif);
	background-repeat: no-repeat;
	min-height: 202px;
	width: 185px;
}

.important_date_bottom
{
	background-image: url(../images/template/general/bg_important_date_bottom.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 185px;
}

/** Footer wrapper *****************************************************/

.footer_wrapper
{
	
}

.footer_container
{
	color: #fff;
	font-weight: bold;
	font-size: 7pt;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
	width: 974px;
}

.credits
{
	float: right;
}

.credits a,
.credits a:link,
.credits a:hover,
.credits a:visited,
.credits a:active,
.credits a:visited:hover
{
	color: #fff;
}

/** styles généraux ****************************************************/

h1
{
	color: #000;
	font-size: 16pt;
	line-height: 1.2em;
	padding-bottom: 4px;
}

h2
{
	color: #75af4f;
	font-style: italic;
	font-size: 13pt;
	line-height: 1.2em;
	padding-bottom: 6px;
}

h3
{
	color: #75af4f;
	font-size: 11pt;
	font-weight: bold;
	line-height: 1.3em;
	padding-bottom: 5px;
}

h4
{
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	line-height: 1.3em;
	padding-bottom: 5px;
}

h5
{
	color: #75af4f;
	font-size: 9pt;
	font-weight: bold;
	line-height: 1.3em;
	padding-bottom: 5px;
}

/** styles du wysiwyg **************************************************/

.RadEContent, 
.RadEContentBordered
{
	background-color: #fff;
}

.RadEContent h1, 
.RadEContentBordered h1
{
	color: #000;
	font-size: 16pt;
	line-height: 1.2em;
	padding-bottom: 4px;
}

.RadEContent h2, 
.RadEContentBordered h2
{
	color: #75af4f;
	font-style: italic;
	font-size: 13pt;
	line-height: 1.2em;
	padding-bottom: 6px;
}

.RadEContent h3, 
.RadEContentBordered h3
{
	color: #75af4f;
	font-size: 11pt;
	font-weight: bold;
	line-height: 1.3em;
	padding-bottom: 5px;
}

.RadEContent h4, 
.RadEContentBordered h4
{
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	line-height: 1.3em;
	padding-bottom: 5px;
}

.RadEContent h5, 
.RadEContentBordered h5
{
	color: #75af4f;
	font-size: 9pt;
	font-weight: bold;
	line-height: 1.3em;
	padding-bottom: 5px;
}

.RadEContent a,
.RadEContent a:link,
.RadEContent a:hover,
.RadEContent a:visited,
.RadEContent a:active,
.RadEContent a:visited:hover,
.RadEContentBordered a,
.RadEContentBordered a:link,
.RadEContentBordered a:hover,
.RadEContentBordered a:visited,
.RadEContentBordered a:active,
.RadEContentBordered a:visited:hover
{
	color: #000;
}

.RadEContent a:hover,
.RadEContent a:visited:hover,
.RadEContentBordered a:hover,
.RadEContentBordered a:visited:hover
{
	color: #75af4f;
}

/** special content class **********************************************/

.download_doc_container
{
	padding: 5px;
}

.download_doc_container ul
{
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}

.download_doc_container li
{
	list-style-image: url(../images/template/icons/puce_doc.gif);	
}

.download_doc_container a,
.download_doc_container a:link,
.download_doc_container a:hover,
.download_doc_container a:visited,
.download_doc_container a:hover,
.download_doc_container a:visited:hover
{
	font-weight: bold;
	font-size: 8pt;
}

.download_doc_container a:hover,
.download_doc_container a:visited:hover
{
	color: #75af4f;
}

/** Control -- Vote -- *************************************************/

.vote_container
{
	border: solid 1px #75af4f;
	width: 720px;
}

.vote_container h2
{
	background-color: #75af4f;
	color: #fff;
	font-style: italic;
	font-size: 13pt;
	line-height: 1.2em;
	padding-bottom: 0px;
	padding: 5px;
	padding-left: 10px;
}

.vote_container h3
{
	color: #000;
	border-bottom: solid 1px #aaaaaa;
	margin-bottom: 15px;
	padding-bottom: 0px;
}

.vote_content
{
	padding: 10px;
}

.vote_content ul
{
	margin: 0px;
	padding: 0px;		
}

.vote_content li
{
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
}

*html .vote_content li
{
	padding-bottom: 10px;
}

.vote_content li input
{
	display: block;
	margin-left: 28px;
}

.vote_content li label
{
	background-color: #cccdd0;
	background-image: url(../images/template/buttons/bg_bou_gris.gif);
	background-repeat: repeat-x;
	border: solid 1px #c5c7c9;
	color: #333;
	display: block;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	margin-top: 4px;
	margin-right: 11px;
	padding: 2px;	
}

.vote_content li label:hover
{
	cursor: pointer;
	text-decoration: underline;
}

.vote_button
{
	margin-left: 250px;
	padding-bottom: 10px;
}

.vote_button input
{
	background-image: url(../images/template/buttons/bou_vote_n.gif);
	background-repeat: no-repeat; 
	border: none;
	color: #fff;
	display: block;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	height: 48px;
	line-height: 48px;
	width: 185px;
	text-align: center;
	text-transform: uppercase;
}

.vote_button input:hover
{
	cursor: pointer;
	text-decoration: underline;
}

.form_vote_container
{
	padding-bottom: 10px;
}

.form_vote_container span.label
{
	display: block;
	float: left;
	font-weight: bold;
	padding-bottom: 10px;
	width: 200px;
}

.form_vote_container input.mandatory
{
	border: solid 3px #d88a8c;
}

.form_vote_container .mandatory
{
	font-size: 8pt;
}

.validation_content
{
	background-color: #fdf6f6;
	border: solid 2px #d88a8c;
	margin: 10px;
	padding: 10px;
	padding-bottom: 0px;
}

.validation_positive_content
{
	background-color: #f5ffe9;
	border: solid 2px #75AF4F;
	margin: 10px;
	padding: 10px;
	padding-bottom: 0px;
}
