

@charset "iso-8859-1";

BODY {
	background: url(/img/bg.gif) #ffffff;
	color: #000000;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	margin-top: 10px;
	text-align: center;
	}
BODY.empty {
	margin: 0px;
	padding: 0px;
	}
BODY.admin {
	background: #ffffff;
	margin: 0px;
	}
FORM {
	padding: 0px; 
	margin: 0px;
	}
P {
	margin: 0px;
}
TABLE {
	border-collapse: collapse;
	}
TD {
	padding: 0px;
	font-size: 11px; 
	font-family: verdana; 
	}
H1 {
	font-size: 18px; 
	font-family: verdana; 
	font-weight: bolder; 
	color: #FFFF99;
	}
H3 {
	margin-top: 20px;
	font-size: 14px;
	font-family: verdana;
	font-weight: bolder;
	color: #000000;
	background: #FFD047;
	margin-left: auto;
	margin-right: auto;
	}
IMG {
	border: none;
	}
A {
	cursor: pointer;
}
A:link , A:active , A:visited {
	color: #990000; 
	font-weight: bold; 
	text-decoration: none;
	}



/***  content style   ***/

.content {
	text-align: left;
	font-family: arial;
	font-size: 12px;
	width: 400px;
	background: #ffffff;
	}

.content IMG {
	margin: 8px;
	float: none;
	}

.content H1 {
	font-family: verdana;
	font-size: 23px;
	font-weight: bold;
	color: #063266;
	}

.content H2 {
	font-family: verdana;
	font-size: 16px;
	font-weight: bold;
	color: #063266;
	}

.content TABLE TD {
	vertical-align: top;
	text-align: left;
	font-family: arial;
	font-size: 12px;
	}

.content H3 {
	padding: 5px;
	background: #FFE391;
	color: #062C5D;
	border: 1px solid #DDA500;
	margin: 10px;
	}

.content H4 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #063266;
	
	}

.contentsave_online {
	1
	}
.content A:link {
	color: #4483CA;
	}

.content A:active {
	color: #4483CA;
	}

.content A:visited {
	color: #4483CA;
	}

.content A:hover {
	text-decoration: underline;
	}


/***  content_edit style   ***/

/*

.content_edit .edit {
	margin-top: 15px;
	width: 470px;
	text-align: left;
	}

.content_edit .htmlarea {
	width: 465px;
	height: 300px;
	border: 1px solid #000000;
	
	}

.content_edit .submit {
	margin-top: 20px;
	}

.content_edit .categ .title {
	background: #2C4684;
	color: #ffffff;
	margin-top: 10px;
	}

.content_edit .list {
	margin: 20px;
	margin-top: 10px;
	}

.content_edit .add {
	cursor: pointer;
	margin-bottom: 5px;
	}

.content_edit A:link {
	color: #ffffff;
	}

.content_edit A:visited {
	color: #ffffff;
	}

.content_edit A:active {
	color: #ffffff;
	}

.content_edit A:hover {
	text-decoration: underline;
	}

.content_edit .item {
	width: 110px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #000000;
	
	}

.content_edit .stats {
	display: none;
	}

.content_edit .htmlarea_menu {
	background: #597AAF;
	padding: 10px;
	margin-top: 10px;
	margin-right: 3px;
	border: 3px outset #052A55;
	}

.content_edit .button {
	background: #A4CDEF;
	}

*/

/***  content_img style   ***/

.content_img .thumb {
	border: 1px solid #cccccc;
	margin: 10px;
	padding: 5px;
	cursor: pointer;
	width: 130px;
	float: left;
	}

.content_img .thumb IMG {
	vertical-align: middle;
	}


/***  inscription style   ***/

.inscription.adm_form .title {
	text-align: left;
	padding-right: 10px;
	}
.inscription.adm_form .data {
	text-align: left;
	}
.inscription.adm_form .submit {
	text-align: left;
	}
.inscription .title {
	vertical-align: middle;
	border-bottom: 1px solid #FFD047;
	border-top: 1px solid #FFD047;
	
	}

.inscription .data {
	padding: 3px;
	border-bottom: 1px solid #FFD047;
	border-top: 1px solid #FFD047;
	
	}

.inscription .submit_button {
	margin-top: 10px;
	}

.inscription .error_flag {
	color: red;
	font-weight: bold;
	}


/***  inscription_email style   ***/


/***  ins_course_list style   ***/

.ins_course_list .data {
	width: 300px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	}

.ins_course_list .title {
	text-align: left;
	padding-right: 20px;
	}


/***  menu style   ***/

.menu {
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 23px;
	margin-right: 20px;
	padding: 0px;
	
	}

.menu .item {
	text-align: center;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 110px;
	list-style: none;
	border-top: 1px solid #000000;
	}

.menu #first {
	border: none;
	}

.menu A:link {
	color: #ffffff;
	}

.menu A:active {
	color: #ffffff;
	
	}

.menu A:visited {
	color: #ffffff;
	
	}

.menu A:hover {
	text-decoration: underline;
	}


/* layout */

.frame {
	margin-left: auto;
	margin-right: auto;
	width: 730px;
	background: #ffffff;
	padding-bottom: 0px;
	}

.frame .main {
	padding: 30px;
	margin-top: 5px;
	margin-left: 20px;
	float: left;
	}	

.frame .main2 {
	padding-left: 30px;
	margin-top: 20px;
	margin-left: 20px;
	text-align: center;
	vertical-align: top;
	}	

.menuleft {
	margin-top: 30px;
	margin-left: 20px;
	float: left;
	background: url(/img/menu_bg.gif);
	}
	
.frame .menu2 {
	vertical-align: top;
	padding-left: 10px;
	padding-top: 10px;
	}
	
.menuleft2 {
	background: url(/img/menu_bg.gif);
	}
	
.menuleft IMG {
	display: block;
	}

.clear {
	clear: both;
	}

.ws {
	margin: 10px;
	}	

.ws A:link , .ws A:active , .ws A:visited  {
	font-size: 10px;
	color: 000000;
	font-weight: normal;
	}


.cols {
	margin: 0px;
}

.cols .col1 {
	padding: 0px;
	vertical-align: top;
}

.cols .col2 {
	padding: 0px;
	vertical-align: top;
}

/* admin */

.adm_layout {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	padding-top: 10px;
	text-align: left;
	border: 1px #dddddd dashed;
	border-top: 0px;
}

.adm_layout .logo {
	display: block;
	margin-left: 10px;
}

.adm_cols {
	margin: 0px;
}

.adm_cols .col1 {
	padding: 10px;
	vertical-align: top;
	width: 150px;
}

.adm_cols .col2 {
	padding: 10px;
	vertical-align: top;
}


	
/* additional content styles */

.content H3 A:link , .content H3 A:visited , .content H3 A:active  {
	color: #063063;
	}

/*WS::STYLE:::::::::::::::::::::::::::::::::::::::::::::::::*/

/* admin_form */

.admin_form {
	text-align: left;
}

.admin_form .data {
	padding: 5px;
}

.admin_form .group_title {
	background: #b1d8f0;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 3px;
}

.admin_form .input_textarea {
	width: 300px;
	height: 200px;
}

.admin_form .mod_title {
	margin-top: 30px;
	text-decoration: underline;
}

.admin_form .submit {
	padding: 5px;
}

.admin_form .title {
	padding: 4px;
}

/* admin_list */

.admin_list {
	text-align: left;
}

.admin_list .data {
	padding: 5px;
}

.admin_list .group_title {
	background: #b1d8f0;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 3px;
}

.admin_list .input_textarea {
	width: 300px;
	height: 200px;
}

.admin_list .mod_title {
	margin-top: 30px;
	text-decoration: underline;
}

.admin_list .submit {
	padding: 5px;
}

.admin_list .title {
	background: #b1d8f0;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 3px;
	text-align: center;
	border-right: 1px solid white;
}

/* contact_form */

.contact_form .input_textarea {
	width: 300px;
	height: 200px;
}

/* content_edit */

.content_edit .add {
	color: #5F0018;
	cursor: pointer;
}

.content_edit .categ {
	margin-bottom: 10px;
}

.content_edit .categ .title {
	color: #FFFFFF;
	font-weight: bold;
	background: rgb(35,67,106);
	padding: 3px;
}

.content_edit .edit {
	width: 550px;
}

.content_edit .htmlarea {
	width: 400px;
	border: 1px solid #000000;
	height: 410px;
}

.content_edit .htmlarea_menu {
	width: 540px;
	border: 1px solid #000000;
	background: #5A7AAC;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.content_edit .item {
	border-bottom: 1px solid #dddddd;
	padding-top: 5px;
}

.content_edit .list {
	margin: 10px;
}

.content_edit A:active {
	color: #000000;
}

.content_edit A:link {
	color: #000000;
}

.content_edit A:visited {
	color: #000000;
}

/* mailing */

.mailing .input_textarea {
	width: 400px;
	height: 400px;
}

/*WS::STYLE:::::::::::::::::::::::::::::::::::::::::::::::::*/
