@charset "utf-8";


/*-----TEXT-----*/

a {
	text-decoration:none;
	color:#FFFFFF;
	outline:none;
}

a:hover {
	text-decoration:underline;
}

h1, h2, h3, h4 {
	display:inline;
	padding:0px;
	margin-bottom:0px;
	font-weight:bold;
	font-style:normal;
	font-size:16px;
	font-variant:small-caps;
}

h2{
	font-size:14px;
}

h3{
	font-size:12px;
	font-variant:small-caps;
}

h3:before, h3:after {	
	content:"-";
	margin:0px 10px 0px 10px;
	display:inline;
}

h4{
	display:block;
	padding-bottom:5px;
	font-size:10px;
}

blockquote{
	font-style:italic;
}


.asterisk {
	font-size:9px;
}

.asterisk:before {
	content:"* ";
}

.hidden_text  {
	display:none; /* this is for the benefit of those who have CSS disabled */ 
}


/*-----PICTURE-----*/

a img, img, .module_picture img, .middle_module img {
	border:none;
	outline:none;
	padding:5px;
}

.module_picture img {
	width:200px;
	
}

.middle_module img {
	width:313px;
}





/*-----MODULE-----*/

.module, .middle_module{
	width:100%;
	border-bottom:1px solid #660066;
	margin-top:10px;
}

.middle_module{
	width:60%;
	margin:auto;
	padding-bottom:5px;
}

.middle_module_youtube{
	width:60%;
	margin:auto;
	padding-bottom:5px;
	text-align: center;
	border-bottom:none;
	margin-top:20px;
}

.module:after, .middle_module:after, .middle_module_youtube:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.module_picture{
	width:40%;
	float:left;
}

.module_text{
	width:60%;
	float:left;
}

.column {
	width:50%;
	float:left;
}



/*-----LIST-----*/

ul, .liste_disc{
	padding-left:10px;
	padding-top:5px;
	list-style-type:none;
	font-weight:normal;
	font-size:12px;
}

.list_newspage{
	padding-left:30px;
	padding-top:5px;
	padding-bottom:5px;
	list-style-type:disc;
	font-weight:normal;
	font-size:12px;
	width:400px;
}

.list_newspage li{
	padding-top:10px;
}

.list_title {
	font-weight:bold;
}

.liste_disc{
	list-style-type:disc;
}

.footer_links{	
	padding : 0px; /* delete the space on the left create by ul */
	list-style-type : none;
	height:12px;
	font-weight:normal;
	margin: 0px 70px 3px 0px;
}

.footer_links li{
	float:right;
}


.footer_links li a{
	display : block;
	text-decoration:none;
	border-left:1px solid #660066;
	padding-left:5px;
	padding-right:5px;
}

/*------TABLE-----*/

.table_description {
	width:100%;
}

.td_align_right {
	text-align:right;
	font-weight:bold;
}









