@CHARSET "UTF-8";

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 13px;
}

body {
	background: #white;	
}

div#top {
	background: white;
	padding: 10px;
	height: 90px;
}

div#logo {
	float: left;
	width: 350px;
}

div#slogan {
	padding-left: 30px;
}

div#search {
	float:right;
	width: 500px;
	text-align: right;
}

div#navbar {
	background: #AED878;
	height: 30px;
}

div#leftpane {
	padding: 10px;
	float: left;
	width: 200px;
}

div#mainpane {
	margin-left: 250px;
	background: white;
}

.cms_menu_v {
	background: #AED878;
	padding-bottom: 10px;
	color: black;
}

.cms_menu_v a {
	color: black;
	text-decoration: none;
}

.cms_menu_v h3 {
	background: #8aad5d;
	padding-left: 10px;
	color: white;
}

.cms_login {
	background: #AED878;
	padding-bottom: 10px;
}

.cms_login h3 {
	background: #8aad5d;
	padding-left: 10px;
	color: white;
}

.required {
	padding-left: 5px;
}

.cms_blog_h2 {
	color: black;
	font-size: 14px;
	background-color: #e3e3e3;
	text-decoration: none;
}

.cms_blog a {
	text-decoration: none;
}

.cms_blog_category_title {
	color: #6D6C6D;
	font-size: 22px;
}

.cm_readmore a {
	color: #993300;
	text-decoration: none;
	background: url(../images/fleche_readmore.png) no-repeat left;
	padding-left: 20px;
}

.cms_blog_edit {
	margin-top: 5px;
}

.cms_blog_edit a {
	color: #AD9060;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	margin-top: 35px;
}

.cms_blog_text {
	padding-bottom: 20px;
}

.cms_blog_by {
	font-style: italic;
}

.cms_blog_create_date {
	font-style: italic;
}

.cms_news_title h1 {
	color: #6D6C6D;
	font-size: 22px;
}

.cms_news_title  a{
	text-decoration: none;
}

.cms_news_body h2 {
	color: black;
	font-size: 16px;
}

.div_code {
	border: 1px solid black;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px 10px 10px 10px;
	font-family: Courier;
	background-color: #f3f3f3;
}

.cms_news_body a {
	color: #993300;
	text-decoration: none;
}

.cms_news_foot {
	margin-top: 30px;
}

.cms_news_foot a {
	color: #AD9060;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	padding-top: 20px;
}

.cms_login input[type=text] {
	width: 140px;
}

.cms_login input[type=password] {
	width: 140px;
}

.required:after {
	content:" * ";
	color: red;
}
