@charset "utf-8";
/* CSS Document */
* {
	border:0;
	margin:0;
	padding:0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#575757;
	margin-top:0px;
	margin-bottom:0px;
	background:#FFF url(../../img/dzine/bg/bg_main.gif) repeat;
	text-align:center;
}
/*Hierarchisation*/
h1 {
	font-size: 125%;
	font-family:Georgia, Helvetica, sans-serif;
	font-weight:bold;
	margin:5px 0;
	padding: 5px 0 5px 12px;
	border-bottom: 1px solid #930;
}

h2 {
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#630;
	padding: 10px 0px 5px 17px;
}

h3 {
	margin: 12px 0 6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight:bold;
	color: #000;
}

/*Paragraphe*/
p {
	font-size: 80%;
	line-height: 18px;
	padding: 8px 0px 5px 0px;
	text-align: justify;
}

/*Listes*/
ul, ol {
	font-size: 75%;
	padding: 7px 0 7px 30px;
}

ul {
	list-style-type: disc;
}

ol { /* 1 2 3... */
	list-style-type: decimal;
}
	.lowerAlpha { /* a b c... */
		list-style-type: lower-alpha;
	}
	
	.upperRoman { /* I II III... */
		list-style-type: upper-roman;
	}

ul li, ol li {
	padding-top: 10px;
}

ol ul, ol ol, ol p, ol span p, ul ul, ul ol, ul p, ul span p {
	font-size: 105%;
}

li {
	line-height: 16px;
	padding-bottom: 7px;
}

/*Tailles HTML*/
small{
  font-size: 11px;
}
/*Lignes*/
hr{
  height: 0;
  border: 0 none;
  border-top: 1px solid #e7e8ed;
}
/*Liens*/
a {
	color:#900;
	text-decoration:none;
}
a:hover, a:focus {
	color:#900;
	text-decoration:underline;
}

a.lnk_black { color: #039; }
a.lnk_black:hover, a.lnk_black:focus {
	color:#fff; text-decoration:none;
	background-color:#9cf;
}
/*Tableaux*/
td{
	color:#000033;
	font-size: 100%;
	font-family:Verdana, Helvetica, sans-serif;
}
/*Formulaire*/
textarea, input, select{
	font-size:80%;
	font-family: verdana,sans-serif;
	color:#036;
	border:#036 1px solid;
	padding:2px;
	margin-top:3px;
}

fieldset{
	border:#CCCCCC 1px solid;
	margin-bottom:20px;
}

fieldset legend{
	padding:0px 4px;
}

form{
	margin-top:10px;
}


/* ::::::::::::::GLOBAL LAYOUT ::::::::::::::::::::*/
#page_container {
	margin:0 auto;
	text-align:left;
	width:980px;
}
	#page_container #top_side{
		background:#fff;
	}	
		#page_container #top_side #top_menu{
			margin-top:0px;
			height:37px;
			background:url(../../img/dzine/bg/bg_top_menu.jpg) repeat-x;
		}
			#page_container #top_side #top_menu #left{
				background:url(../../img/dzine/bg/bg_top_menu_left.jpg) no-repeat;
				float:left;
				width:10px;
				height:37px;
			}
			#page_container #top_side #top_menu #right{
				background:url(../../img/dzine/bg/bg_top_menu_right.gif) no-repeat;
				float:right;
				width:12px;
				height:37px;
			}
			#page_container #top_side #top_menu ul li{
				display:inline;
				margin-left:10px;
			}
				#page_container #top_side #top_menu ul li a{
					font-weight:bold;
					text-decoration:none;
				}
				#page_container #top_side #top_menu ul li a:hover, visited{
					font-weight:bold;
					text-decoration:none;
					color:#EEEEEE;
				}
		
	#page_container #top_side #top_side_content{
		background-color:#FFF;
		height:120px;
		padding:2px 5px;
	}
	#page_container #top_side #sub_header{
		height:87px;
		font-size: 85%;
		background:url(../../img/dzine/bg/ucac_header_sub_main_2.gif) repeat-x;
	}
		#page_container #top_side #sub_header .sub_header_box{
			float:left;
			width:320px;
		}
	#page_container #main_side {
		background-color: #fff;
		padding:2px;
	}
	#page_container #sub_side {
		background:url(../../img/dzine/bg/bg_top_menu.jpg) repeat;
		color:#fff;
		padding: 5px 5px 10px 5px;
	}
		#page_container #sub_side a {
			color:#FFF;
		}

	#page_container #main_side {
		padding : 5px 5px 30px 5px;
	}
		#navbar {
			float:left;
			width: 807px;
			font-size: 90%;
			margin : 0;
			padding: 0;
		}
			#navbar a {
				color: #575757;
			}
		
		#page_container #main_side #left_container {
			float:left;
			width:210px;
			margin : 0 auto;
		}
		
		#page_container #main_side #main_container {
			float:left;
			width:530px;
			margin:5px 10px 0 10px;
			font-size:90%;
		}
			.cycleBox {
				float: left;
				width: 129px;
				padding: 5px 0;
			}
		
		#page_container #main_side #inner_main_container {
			float:left;
			width:645px;
			padding:0 10px 0 5px;
		}
			#page_container #main_side #inner_main_container ul li {
				list-style-type:disc;
				margin:5px 0 5px 15px;
			}
		
		#page_container #main_side #right_container {
			float:right;
			width:210px;
			margin : 0 auto;
		}
	
	
	

	#page_container #top_side_divider{
		background-image:url(../../img/dzine/slices/images/ucac_06.gif);
		background-repeat: no-repeat;
		height:18px;
		font-size:1px;
	}
	
	#page_container #main_side #main_container #main_container_menu ul{
		
	}
	#page_container #main_side #main_container #main_container_menu ul a:hover{
		text-decoration:none;
		font-weight:bold;
		display:inline;
		margin-top:10px;
		border:#333333 1px solid;
	}
	#page_container #main_side #main_container #content_main{
		width:450px;
		float:left;
		padding:10px 0px 0px 10px;
	}
	#page_container #main_side #main_container #main_container_menu ul a li{
		margin-top:10px;
		margin-right:5px;
	}
	#page_container #main_side #main_container #content_left{
		width:250px;
		float:left;
		background-color:#009966;
		margin-top:10px;
		margin-right:2px;
	}
	#page_container #main_side #main_container #content_right{
		width:250px;
		float:left;
		background-color:#FF9900;
		margin-top:10px;
	}
	

/* :::::::::::::: SPECIAL FX :::::::::::::::::::: */

.clearBoth{
	clear:both;
}
.clear_both{
	clear:both;
}
.page_descr{
	padding:10px;
	margin:10px 0px;
}
.img_lang{
padding-left:6px; 
	
}

.innerTitle {
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
	height: 25px;
	line-height:25px;
	border-left:#993300 10px solid;
	border-bottom:#993300 1px solid;
	padding-left:4px;
	/*text-transform:uppercase;*/
}
.innerContent {
	border-left:#cccccc 10px solid;
	border-bottom:#cccccc 1px solid;
	padding:4px;
}

/* Form designing */
.frmLine{
	clear:both;
	padding: 4px 0;
}
.frmLabel{
	width:150px;
	font-size:80%;
	text-align:right;
	font-weight:bold;
	color:#333333;
	float:left;
	padding-top: 5px;
}
.inputTxt{
	padding:2px;
	font-size:70%;
}
.inputSubmit{
	font-weight:bold;
	font-size:70%;
	padding:2px;
	width: 150px;
	margin: 0;
}
.inputShortSubmit{
	font-weight:bold;
	font-size:110%;
	padding:2px;
	width: 50px;
	margin: 0;
}
.inputRadio{
	text-align: left;
	padding-right: 10px;
	width:11px;
	font-weight:bold;
	margin-right:10px;
	border:none;
}
.frmElt{
	float:left;
	padding-left:5px;
	width: 205px;
}
.frm{
	margin:0 auto;
	width:95%;
	padding-left:5px;
}

/*Formulaires de l'en-tête*/

.frmElt_header{
	float:left;
	padding-left:5px;
	width: 100px;
}
.frm_header{
	margin:0 auto;
	width:95%;
	padding-left:5px;
}
.frmLine_header{
	clear:both;
	padding: 2px 0;
}
.frmLabel_header{
	width:100px;
	font-size: 100%;
	text-align:right;
	font-weight:bold;
	color:#333333;
	float:left;
	padding-top: 2px;
}
.lil{
	font-size:75%;
	color:#000;
}

.fieldset_header{
	border:#CCCCCC 1px solid;
	height:75px;
}
/**/

/*Left links*/
.mnuRub {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	height: 25px;
	padding-left:4px;
	padding-bottom:5px;
	text-transform:uppercase;
}
.mnuLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	height: 15px;
	padding-left: 15px;
}
.mnuLink a:link, .mnuLink a:visited{
  color: #002276;
  font-weight:bold;
  text-decoration: none;
}
.mnuLink a:active, .mnuLink a:hover{
  text-decoration: none;
  font-weight:bold;
  color: #000;
  letter-spacing:2px;
}

.input_text{
	font-size:11px;
	font-family: verdana,sans-serif;
	color:#003366;
	border:#003366 1px solid;
	padding:2px;
	margin-top:3px;
}


/* Left links*/

.mnuSeparator {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	height: 15px;
	padding-left: 15px;
	padding-top:10px;
	padding-bottom:5px;
}

/*Sub links*/
a.lnk_submenu:link, a.lnk_submenu:visited{
  color: #CC9900;
  font-weight:bold;
  text-decoration: underline;
}
a.lnk_submenu:hover, a.lnk_submenu:active{
  color:#A76554;
  font-weight:bold;
  text-decoration:none;
}

/*Top links*/
a.lnk_topmenu:hover, a.lnk_topmenu:active{
  color:#CC9900;
  font-size:10px;
  text-decoration:none;
}
a.lnk_topmenu:link, a.lnk_topmenu:visited{
  color: #CC9900;
  font-size:10px;
  text-decoration: underline;
}

/* Sub links*/

/*Les labels*/
.errorRed{
	font-weight:bold;
	color:#CC0000;
}

/* Fieldset*/
.fieldset{
	font-weight:bold;
	color:#CC0000;
	border:#CCCCCC 1px solid;
}
.img_lang{
padding-left:6px; 
	
}
.err_msg{
	margin : 10px; 
	color : #993300;
	font-weight : bold;
	border : #993300 solid 1px;
	border-left : #993300 solid 5px;
	padding :10px;
	font-size:70%;
}
.cfrm_msg{
	margin : 10px; 
	color : #009933;
	font-weight : bold;
	border: #009933 solid 1px;
	border-left : #009933 solid 5px;
	padding : 10px;
	font-size:70%;
}
.copyright{
	font-size : 75%;
	font-style:italic;
}
/**/

.txtBolder{
	font-weight:bold;
}

/*Forms*/
.form{
	border:none;
	margin-bottom:20px;
}
	.form th{
		font-weight:bold;
		color:#333333;
		text-align:right;
	}
	.form td{
		text-align:left;
	}
/**/

/* Confirmation and Error messages*/
.boxCfrm{
	font-weight:bold;
	color:#329D33;
	padding:4px;
	background-color:#FFF;
	margin-bottom:10px;
	border:#329D33 solid 1px;
	border-left:#329D33 solid 4px;
	font-size:75%;
	width:80%;
	margin:0 auto;
}

.boxCfrm p{
	font-size:100%;
}

.boxErr{
	font-weight:bold;
	color:#990000;
	padding:4px;
	background-color:#FFF;
	margin-bottom:10px;
	border:#990000 solid 1px;
	border-left:#990000 solid 4px;
	font-size:75%;
	width:80%;
	margin:0 auto;
}
/**/

/* [Boxes] */
.box_green{
	margin : 0px;
	width:250px;
}
	.box_green .head{
		background:#546A8B url(../../img/dzine/slices/images/green_box_01.jpg) repeat;
		color:#FFF;
		height:17px;
		font-weight : bold;
		padding:10px 25px;
		letter-spacing:1px;
		text-transform:uppercase;
		font-size:120%;
	}
	.box_green .divider{
		background:#546A8B url(../../img/dzine/slices/images/green_box_02.jpg) no-repeat;
		height:11px;
		font-size:1px;
	}
	.box_green .content{
		text-align : left;
		background:#546A8B url(../../img/dzine/slices/images/green_box_03.jpg) repeat-y;
		font-size:100%;
		padding:1px 10px;
	}
	.box_green .foot{
		font-size:1px;
		background:#546A8B url(../../img/dzine/slices/images/green_box_05.jpg) no-repeat;
		height:10px;
	}
	
.box_red{
	margin : 0px;
	width:250px;
}
	.box_red .head{
		background:#546A8B url(../../img/dzine/slices/images/red_box_01.jpg) repeat;
		color:#FFF;
		height:17px;
		font-weight : bold;
		padding:10px 25px;
		letter-spacing:1px;
		text-transform:uppercase;
		font-size:120%;
	}
	.box_red .divider{
		background:#546A8B url(../../img/dzine/slices/images/red_box_02.jpg) no-repeat;
		height:11px;
		font-size:1px;
	}
	.box_red .content{
		text-align : left;
		background:#546A8B url(../../img/dzine/slices/images/red_box_03.jpg) repeat-y;
		font-size:100%;
		padding:1px 10px;
	}
	.box_red .foot{
		font-size:1px;
		background:#546A8B url(../../img/dzine/slices/images/red_box_05.jpg) no-repeat;
		height:10px;
	}

	
		.box .content .title{
			font-weight:bold;
			font-size:110%;
			font-family:Arial, Helvetica, sans-serif;
			padding:4px;
		}
		.box .content h1{
			font-size : 140%;
			font-weight : bold;
			font-family : Arial, Helvetica, sans-serif;
			color : #546A8B;
		}
	
		.box .content h2{
			font-size : 120%;
			font-weight : bold;
			font-family : Arial, Helvetica, sans-serif;
			color : #546A8B;
		}
	
		.box .content h3{
			font-size : 100%;
			font-weight : bold;
			font-family : Arial, Helvetica, sans-serif;
			color : #546A8B;
		}
	
		.box .content a{
			font-weight : normal;
			color :#996600;
			text-decoration:none;
			font-family: "Trebuchet MS", Arial, Verdana;
		}
	
		.box .content p{
			margin : 2px 0 5px 0;
		}
			.box .content p a{
				color :#000;
				text-decoration:none;
				font-weight:bold;
			}
			
		.box .content ul{
			margin:4px 2px;
		}
			.box .content ul li{
				margin:4px 2px;
				padding:2px 2px 0 2px;
				border-bottom:#9BACBF dashed 1px;
			}
			
				.box .content ul li a{
					margin-bottom:10px;
					font-weight:bold;
				}
				.box .content ul li a:hover{
					color:#000000;
					text-decoration:underline;
				}
/**/
	
/* [Scrolling Boxes] */	
.scrolling_box{
	margin : 10 0 10 0;
	border:#34384B solid 1px;
}
.scrolling_box_head{
	background:#546A8B;
	border:#34384B;
	color:#FFF;
	font-size:100%;
	height:20px;
	line-height:20px;
	font-family:Geneva, tahoma, Arial, Helvetica, sans-serif;
	font-weight : bold;
	border:#34384B solid 1px;
	padding-left:5px;
	letter-spacing:1px;
	
}
.scrolling_box_content{
	text-align : left;
	padding : 5px;
}
	.scrolling_box_content h1{
		font-size : 140%;
		font-weight : bold;
		font-family : Arial, Helvetica, sans-serif;
		color : #996600;
	}
	
	.scrolling_box_content h2{
		font-size : 120%;
		font-weight : bold;
		font-family : Arial, Helvetica, sans-serif;
		color : #996600;
	}
	
	.scrolling_box_content a{
		font-weight : bold;
		color : #996600;
		text-decoration : none;
	}
/**/
	
/* [Info boxes] */
.info_box{
	margin : 5px 5px 5px 0px;
	border:#34384B solid 1px;
	float : left;
}
.info_box_head{
	background:#C0C9D6;
	border:#34384B;
	color:#FFF;
	font-size:120%;
	font-family:Geneva, tahoma, Arial, Helvetica, sans-serif;
	padding:5px;
	font-weight : bold;
	border:#34384B solid 1px;
}
.info_box_content{
	text-align : left;
	padding : 5px;
	font-family:Trebuchet, Arial, Verdana;
}
	.info_box_content h1{
		font-size : 140%;
		font-weight : bold;
		font-family : Arial, Helvetica, sans-serif;
		color : #996600;
	}
	
	.info_box_content h2{
		font-size : 120%;
		font-weight : bold;
		font-family : Arial, Helvetica, sans-serif;
		color : #996600;
	}
	
	.info_box_content a{
		font-weight : bold;
		color : #996600;
		text-decoration : none;
	}
/**/
	
/* [News boxes] */

.box_news{
	margin : 10px 2px 0px 0px;
}
	.box_news .head{
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		color:#FFF;
		border-bottom:#FFF 1px solid;
		background-color:#7588B4;
		text-align:center;
		height:24px;
		line-height:24px;
		font-weight:bold;
		letter-spacing:1px;
	}
	.box_news .content{
		font-family:font-family:"Trebuchet MS", Arial, Verdana;
		background:url(../../img/dzine/bg/bg_communiques_02.gif) repeat-x;
		text-align : left;
		padding : 5px 3px;
	}
	
		.box_news .content ul{
			margin:3px 2px;
		}
			.box_news .content ul li{
				margin-bottom:2px;
			}
		
				.box_news .content ul li a{
					font-weight : normal;
					color:#414563;
					text-decoration : none;
					font-family:"Trebuchet MS", Arial, Verdana;
				}
				.box_news .content ul li a:hover{
					text-decoration:underline;
				}
		.box_news .content p{
			margin : 2px 0 5px 0;
		}
			.box_news .content p a{
				color :#000;
				text-decoration:none;
				font-weight:bold;
			}

.article_wrapper{

}

.article_pages{
	float:left;
	padding:4px; 
	margin:2px 0;
}
	.article_pages a{
		font-weight:bold;
		color:#000;
		text-decoration:none; 
		margin:2px 0;
		border:#003366 solid 1px;
		padding:0px 4px;
	}
	.article_pages a:hover{
		font-weight:bold;
		color:#FFF;
		text-decoration:none; 
		margin:2px 0;
		background-color:#003366;
		border:#003366 solid 1px;
		padding:0px 4px;
	}

.article_element{
	font-size : 100%;
	margin : 10px 0;
}
.article_element_title{
	font-weight : bold;
	color : #546695;
}
.article_element_descr{
	font-style : italic;
}

.article_element_home{
	font-size : 100%;
	margin : 20px 5px;
}
.article_element_home_title{
	font-weight : bold;
	color : #546695;
	padding-left:4px;
}
.article_element_home_date{
	font-weight : bold;
	color:#fa2365;
	padding-left:4px;
}
.article_element_home_descr{
	font-size : 75%;
	font-style : italic;
	padding-left:4px;
}
.article_element_home_pix{
	float:left;
}
	.article_element_home_link a{
		color :#000;
		text-decoration:underline;
		font-weight:bold;
	}
	.article_element_home_link a:hover{
		color : #fa2365;
	}

.article_rubrique{
	/*display : inline;*/
	
}	
/**/

/* [Files to download layout & classes] */
.file_element{
	margin:10px 5px;
	border-bottom:#BCC0CF 1px solid;
	
}
.file_element_title{
	font-size:110%;
	font-weight:bold;
	font-family:Tahoma, "Trebuchet Ms", Arial, Verdana;
	clear:left;
}
.file_element_content{
	clear:left;
	border-left:#BCC0CF 1px solid;
	padding:5px 0px;;
}
.file_element_content img{
	float:left;
	margin-right:5px;
	border:none;
}
.file_element_content_descr{
	font-style:italic;
}
.file_element_content_prop strong{
	text-decoration:underline;
	color:#000033;
}
	.file_element_content_prop ul li{
		display:inline;
		margin-right:10px;
	}
	
.file_element_link{	
	padding:2px 5px;
	background-color:#BCC0CF;
}
.file_element_link a{
	font-weight:bold;
	text-decoration:none;
}

/* [Pix gal layout & classes] */
#pixgal_front_descr{
	padding:4px;
	background-color:#414563;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}

.pixgal_album_list{
	font-style:normal;
}
		.pixgal_album_list ul li{
			margin:4px 0px;
		}

			.pixgal_album_list ul li a{
				font-weight:bold;
				font-size:110%;
				text-decoration:none;
			}
/**/
.underlined{
	text-decoration:underline;
}
.dark{
	color:#333333;
}
.dark_bold{
	font-weight:bold;
	color:#333333;
}
.dark_bold_underlined{
	font-weight:bold;
	color:#333333;
	text-decoration:underline;
}

.header_title{
	font-family:Georgia, Geneva, Times, serif;
	font-weight:bold;
	font-size:120%;
	color:#EAEAEA;
	text-transform:uppercase;
}
.header_content{
	font-family:Georgia, Geneva, Times, serif;
	font-weight:bold;
	color:#EAEAEA;
}
	.header_content a{
		color:#EAEAEA;
	}
	.header_content a:hover{
		text-decoration:underline;
	}
	
.home_box{
	width:210px;
}

	.home_box ul {
		padding: 0;
		margin: 0 0 0 7px;
		list-style-type: none;
	}
	.home_box ul li {
		padding: 3px 0;
		margin: 3px 0;
		list-style-type: none;
	}
	.home_box a {
		color:#808080;
		font-weight: bold;
	}
	.home_box a:hover, .home_box a:focus {
		color:#000;
		text-decoration:none;
		background-color: #f4f4f4;
		border-bottom: 1px solid #808080;
	}

.home_box .header{
	background:url(../../img/dzine/bg/home_box_top2.gif) no-repeat;
	height:16px;
	width:210px;
	font-size:1px;
}
.home_box .content{
	background:url(../../img/dzine/bg/home_box_middle2.gif) repeat-y;
	width:190px;
	padding:0 10px 0 10px;
	
}
	.home_box .content p {
		margin: 0px 7px;
	}
	
	.home_box .content ul {
		padding: 0;
		margin: 0 0 0 7px;
		list-style-type: none;
	}
	.home_box .content ul li{
		padding: 0;
		margin: 7px 0 0 0;
		list-style-type: none;
	}
	.home_box .content h1 {
		color: #900;
		font-size: 100%;
		margin: 0 0 5px 0;
	}
	
.home_box .sub{
	background:url(../../img/dzine/bg/home_box_sub2.gif) no-repeat;
	width:210px;
	height:16px;
	font-size:1px;
}

.inner_box{
	margin-bottom:10px;
}
.inner_box .head{
	background:url(../../img/dzine/bg/box_bg_middle.gif) repeat-x;
	width:530px;
	height:29px;
	float:left;
	color:#FFF;
	line-height:29px;
	font-weight:bold;
	font-size:80%;
	padding: 0;
	margin: 0;
}
	.inner_box .head .left{
		background:url(../../img/dzine/bg/box_bg_left.gif) no-repeat;
		height:29px;
		float:left;
		text-align:left;
		width:7px;
		margin-right:5px;
	}
	.inner_box .head .right{
		background:url(../../img/dzine/bg/box_bg_right.gif) no-repeat;
		height:29px;
		float:right;
		width:8px;
	}
.inner_box .content{
	border-left:#6F92CC solid 1px;
	border-right:#6F92CC solid 1px;
	border-bottom:#6F92CC solid 1px;
	padding:0 4px 4px 4px;
}
	.inner_box .content ul li{
		margin : 4px 0 0 14px;
		list-style-type:square;
	}
	
/** adds**/
	.img_inside_left{
		background-color:#7B3A1C;
		float:left;
		text-align:center;
		border:#993300 solid 1px;
		margin:4px;
	}
	.img_inside_left .title{
		padding:4px;
		background-color:#7B3A1C;
		color:#FFF;
		font-weight:bold;
		text-align:center;
	}
	.img_inside_right{
		background-color:#7B3A1C;
		float:right;
		border:#993300 solid 1px;
		text-align:center;
		margin:4px;
	}
	.img_inside_right .title{
		padding:4px;
		background-color:#7B3A1C;
		color:#FFF;
		font-weight:bold;
		text-align:center;
	}

.page_descr{
	padding:5px;
	margin:5px;
	font-style:italic;
	font-weight:bold;
	border:#333333 dashed 0.1em;
	background-color:#ccc;
}

/*  ::: Le calendrier journalier appele par la methode cwd_system::build_dayCal() :::  */
h1 .dayCal{
	font-family:Arial, Verdana, Tahoma; 
	float:left;
	width:97px;
	height:97px;
	font-size:80%;
	text-transform:capitalize;
	color:#000;
}
	h1 .dayCal .day{
		padding-right:4px;
		font-weight:bold;
		text-align:center;
		color:#a5acb2;
		line-height:38px;
		font-size:150%;
		height:38px;
		background-image:url(../../img/icons/calendar/body_dayCal.jpg);
		
	}
	h1 .dayCal .month{
		padding-right:4px;
		color:#FFF;
		text-align:center;
		font-weight:bold;
		font-size:100%;
		text-transform:uppercase;
		background-image:url(../../img/icons/calendar/head_dayCal.jpg);
	}
	h1 .dayCal .year{
		font-size:100%;
		padding-right:37px;
		font-weight:bold;
		letter-spacing:2px;
		line-height:39px;
		height:39px;
		text-align:center;
		background-image:url(../../img/icons/calendar/sub_dayCal.jpg);
	}
/**/
/* Special FX */
.summary_left{
	float:left;
	width:340px;
	padding:0 10px;
	background-position:bottom right;
}
.summary_right{
	float:right;
	width:330px;
	padding:0 10px;
}
	.img_inside_left{
		background-color:#7B3A1C;
		float:left;
		text-align:center;
		border:#993300 solid 1px;
		margin:4px;
	}
	.img_inside_left .title{
		padding:4px;
		background-color:#7B3A1C;
		color:#FFF;
		font-weight:bold;
		text-align:center;
	}
	.img_inside_right{
		background-color:#7B3A1C;
		float:right;
		border:#993300 solid 1px;
		text-align:center;
		margin:4px;
	}
	.img_inside_right .title{
		padding:4px;
		background-color:#7B3A1C;
		color:#FFF;
		font-weight:bold;
		text-align:center;
	}

.page_descr{
	padding:5px;
	margin:5px;
	font-style:italic;
	font-weight:bold;
	border:#333333 dashed 0.1em;
	background-color:#ccc;
}

#wrapper{
	margin:0 auto;
	margin-top:5px;
}
#wrapper #sub_side {
		background:url(../../img/dzine/bg/bg_top_menu.jpg) repeat;
		color:#fff;
		padding: 5px 5px 10px 5px;
	}
		#wrapper #sub_side a {
			color:#FFF;
		}

.lnk_schools{
	color:#82512D;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.lnk_schools a:active{
	font-weight:30%;
}

/* Lang Bar*/
	#lang_bar{
		float:left;
		width:100%;
	}
		#lang_bar ul{
			/*margin-right:10px;*/
		}
			#lang_bar ul li{
				display:inline;
				list-style-type:none;
				margin-right:10px;
			}
			#lang_bar ul li a{
				text-decoration:none;
				font-weight:bold;
			}
	
	/**/
	
/* Sitemap*/
	#sitemap{
		float:left;
		width:100%;
	}
	#sitemap .box_sitemap{
		float:left;
		width:45%;
		margin:5px;
	}
		#sitemap .box_sitemap h1{
			text-decoration:underline;
			border-bottom:none;
			margin-bottom:0px;
			padding-bottom:0px;
		}
			#sitemap .box_sitemap ul li{
				margin:0px;
				padding:0px;
				list-style-type:none;
			}
				#sitemap .box_sitemap ul li a{
					text-decoration:none;
					font-weight:bold;
				}
					#sitemap .box_sitemap ul li a:hover{
						text-decoration:underline;
						color:#000;
					}
			
	
	/**/
	
/* Classes for event */
.monthly_event{
	margin : 0px 20px 20px 20px;
	font-size:80%;
}

.monthly_event .title{
	font-weight:bold;
	font-size:110%;
	color:#FFF;
	background-color:#895138;
	width:auto;
	padding:5px;
}
.monthly_event .descr{
	padding:10px;
	border-left:#990000 1px solid;
	margin-left:5px;
}
.monthly_event .location{
	padding-left:10px;
	border-left:#990000 1px solid;
	margin-left:5px;
}
.monthly_event .start{
	padding-left:10px;
	border-left:#990000 1px solid;
	margin-left:5px;
}
.monthly_event .end{
	padding-left:10px;
	border-left:#990000 1px solid;
	margin-left:5px;
}
.monthly_event .url{
	padding-left:10px;
	border-left:#990000 1px solid;
	margin-left:5px;
}

.event_element{
	margin : 10px 5px;
}
.event_element_title{
	font-size : 110%;
	font-weight : bold;
	color : #546695;
}
.event_element_date{
	font-size : 105%;
	font-weight : bold;
	color:#fa2365;
	padding-left:4px;
}
.event_element_descr{
	font-style : italic;
}
/**/

/* [Classes for forum] */
.forum_topics{
	font-size:85%;
	margin:15px 0;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	padding-bottom:10px;
	border-bottom:#999999 dotted 0.1em;
}
	
	.forum_topics h2{
		font-family:Tahoma, Arial, Helvetica, sans-serif;
		margin:0;
		font-size:140%;
		text-indent:0;
		padding:0;
		font-weight:normal;
		text-decoration:underline;
		color:#536686;
	}
	.forum_topics .date{
		font-family:Arial, Helvetica, sans-serif;
		font-style:italic;
		margin-top:5px;
	}

		.forum_topics h2 a{
			color:#536686;
		}
		.forum_topics h2 a:hover{
			text-decoration:none;
		}

.forum_post_preview{
	font-size:85%;
	margin:20px 0;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	padding-bottom:10px;
}
	.forum_post_preview p{
		font-size:100%;
	}
	.forum_post_preview .date{
		font-weight:bold;
		margin-bottom:10px;
		text-align:right;
		text-decoration:underline;
	}
	.forum_post_preview .descr{
		border-right:#999999 dotted 0.1em;
		border-bottom:#999999 dotted 0.1em;
		padding:10px 5px;
		line-height:20px;
		margin-bottom:10px;
		font-style:italic;
	}
	
.forum_post_link{
	border-right:#536686 solid 10px;
	padding:10px;
	text-align:right;
	background-color:#CCCCCC;
	color:#373737;
}

.forum_no_post{
	color:#892716;
	font-weight:bold;
}



	/*Les posts*/

.forum_post_element{
	margin:10px 0 20px 0;
}
	.forum_post_element .forum_post_author{
		font-weight:bold;
	}
	.forum_post_element .forum_post_date{
		font-weight:bold;
		font-style:italic;
		color:#892716;
		margin-bottom:10px;
	}
	.forum_post_element .forum_post_title{
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:130%;
		width:100%;
		text-decoration:underline;
	}
	

/**/
