/* CSS Document */

/* HTML TAGS */

html {
	padding:0px;
	margin:0px;
	background-color: #ffffff;
	background-image: url(images/html.jpg);
	background-repeat: repeat-x;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

body, p, div, span, a, input, textarea, select {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #616060;
}

p {
	margin-bottom: 18px;
	margin-top: 0px;
	line-height: 17px;
}

img {
	border: none;
}

hr {
	height: 1px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #49ade2;
	background-color: #49ade2;
	border: none;
}

h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #f77705;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h2, h2 a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #268c76;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-left: 0px;
}

h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #663399;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 0px;
	margin-left: 0px;
}

h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0033;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 0px;
	margin-left: 0px;
}

a:link, a:visited {
	color: #0a83ba;
	text-decoration: underline;
}

a:hover {
	color: #97082c;
}


ul, ol {
	margin-top: 5px;
	margin-bottom: 10px;
}

ul li {
	margin: 0px;
	color: #667a89;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

ul li ul,  ul li ul li ul {
	margin-top: 5px;
	margin-bottom: 0px;
}

ul li ul li {
list-style-type: circle;
}

ul li ul li ul li {
	list-style-type: square;
}


ol li {
	padding-bottom: 10px;
}

ul ol li {
	list-style-type: decimal;
}

.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	display: inline;
}

.radio-form {
	margin-top: 10px;
}

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #616060;
	font-weight: bold;
	margin-right: 5px;
}

.input-form {
	display:block;
	width:200px;
	border:1px solid #BDBDBD;
	padding:3px;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.input-captcha {
	
	width:140px;
	border:1px solid #BDBDBD;
	height: 21px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #666666;
	text-align: center;
}

.warning {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}

.submit {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #aaaaaa;
	border: None;
	display:block;
	padding: 10px;
	margin-top: 10px;
}


/* DIV LAYOUT */

div {
	padding: 0px;
	margin: 0px;
}

#container {
	width: 980px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

#design {
	width: 980px;
	float: left;
	margin: 0px;
	background-image: url(images/content-top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 105px;
}


#header {
	position: absolute;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height: 105px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	background-position: 0px top;
}


#page-content {
	float: left;
	width:760px;
	min-height: 1px;
	padding-top: 300px;
	padding-bottom: 0px;
	margin-top: 400px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	
}

#page-content-inside {
	margin-top: -300px;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 130px;
	padding-right: 60px;
	padding-bottom: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* for IE */
* html #page-content {
 height: 1px;
}

#page-content p {
	text-align: left;
	margin-right: 0px;
}
strong {
	color: #4E5B7E;
}
#page-content ul {
	line-height: 16px;
}

#right {
	width: 220px;
	margin-top: 105px;
	float: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

/******right***************/
#menu-right {
	width: 220px;
	height: 285px;
	background-image: url(images/menu-right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	position: relative;
	margin: 0px;
	float: left;
}


#menu-right li {
margin: 0; 
padding: 0;
list-style: none; 
position: absolute; 
}

#menu-right li, #menu-right a {
	display: block;
	}
	
#menu-right span {
	display: None;
}
	
#menuright1 {left: 0px; top: 15px; width: 206px; height: 30px;}
#menuright2 {left: 0px; top: 57px; width: 206px; height: 30px;}
#menuright3 {left: 0px; top: 99px; width: 206px; height: 30px;}
#menuright4 {left: 0px; top: 141px; width: 206px; height: 30px;}
#menuright5 {left: 0px; top: 183px; width: 206px; height: 30px;}
#menuright6 {left: 0px; top: 225px; width: 206px; height: 30px;}

#menuright1 a {height: 30px;}
#menuright2 a {height: 30px;}
#menuright3 a {height: 30px;}
#menuright4 a {height: 30px;}
#menuright5 a {height: 30px;}
#menuright6 a {height: 30px;}

#menuright1 a:hover {background: transparent url(images/menu-right-hover.gif) 0px -15px no-repeat;}
#menuright2 a:hover {background: transparent url(images/menu-right-hover.gif) 0px -57px no-repeat;}
#menuright3 a:hover {background: transparent url(images/menu-right-hover.gif) 0px -99px no-repeat;}
#menuright4 a:hover {background: transparent url(images/menu-right-hover.gif) 0px -141px no-repeat;}
#menuright5 a:hover {background: transparent url(images/menu-right-hover.gif) 0px -183px no-repeat;}
#menuright6 a:hover {background: transparent url(images/menu-right-hover.gif) 0px -225px no-repeat;}


#menurightactive1 {left: 0px; top: 15px; width: 206px; height: 30px; background: url(images/menu-right-hover.gif) 0px -15px no-repeat;}
#menurightactive1 a {height: 30px;}
#menurightactive2 {left: 0px; top: 57px; width: 206px; height: 30px; background: url(images/menu-right-hover.gif) 0px -57px no-repeat;}
#menurightactive2 a {height: 30px;}
#menurightactive3 {left: 0px; top: 99px; width: 206px; height: 30px; background: url(images/menu-right-hover.gif) 0px -99px no-repeat;}
#menurightactive3 a {height: 30px;}
#menurightactive4 {left: 0px; top: 141px; width: 206px; height: 30px; background: url(images/menu-right-hover.gif) 0px -141px no-repeat;}
#menurightactive4 a {height: 30px;}
#menurightactive5 {left: 0px; top: 183px; width: 206px; height: 30px; background: url(images/menu-right-hover.gif) 0px -183px no-repeat;}
#menurightactive5 a {height: 30px;}
#menurightactive6 {left: 0px; top: 225px; width: 206px; height: 30px; background: url(images/menu-right-hover.gif) 0px -225px no-repeat;}
#menurightactive6 a {height: 30px;}


/*****end right**************/

#footer {
	width: 980px;
	height: 60px;
	clear: both;
	padding: 0px;
	margin: 0px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}


/******menu footer**********/
#footer-menu-div {
	text-align: center;
	width: 740px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-top: 0px;
}
ul#footer-menu {
	list-style-type: none;
	list-style: outside;
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
}
ul#footer-menu li {
	background-image: none;
	margin-right: 4px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3199cb;
}
ul#footer-menu li a:link, ul#footer-menu li a:visited  {
	text-decoration: none;
	color: #616f90;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
}
ul#footer-menu li a:hover {
	text-decoration: underline;
	color: #616f90;
}
/*fin menu footer*/
#footer-text {
	width: 740px;
	padding-top: 10px;
	padding-bottom: 15px;
	text-align: center;
	color: #e5e9ef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 20px;
}

#footer-text a:link, #footer-text a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: underline;
	color: #e5e9ef;
}
#footer-text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #96151b;
}
/******end footer menu**********/

/******box news**********/
#news-design {
	background-image: url(images/news-content.jpg);
	background-repeat: repeat-y;
	width: 220px;
	float: left;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
#news-design2 {
	float: left;
	background-image: url(images/news-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px;
	width: 220px;
}

#news {
	background-image: url(images/news-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 180px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;	
}

#news h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #02546b;
	font-style: normal;
}

.box-news-item {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 20px;
	display: block;
	font-weight: bold;
}

.box-news-item a:link, .box-news-item a:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #02546b;
	text-decoration: none;
	font-weight: bold;
}

.box-news-date {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #616060;
	text-decoration: none;
	font-weight: normal;
}

.box-news-item a:hover {
	text-decoration: underline;
}

.box-news-item-all a:link, .box-news-item-all a:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #025167;
	text-decoration: none;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	display: block;
}
/* TAGCLOUD */

#tagcloud {
	text-align: center;
	line-height: 26px;
	width: 210px;
	padding: 5px;
	margin: 0px;
	clear: both;
}
#tagcloud a {
	text-decoration:none;
}
#tagcloud a:hover {
	text-decoration:none;
	background-color:#9c9d9d;
	color:#FFFFFF;
}
a:link.pg1-1, a:visited.pg1-1 {
	color:#8691ab;
	font-size: 21px;
	font-weight: bold;
}
a:link.pg1-2, a:visited.pg1-2  {
	font-size: 20px;
	color:#8691ab;
}
a:link.pg1-3, a:visited.pg1-3 {
	font-size: 15px;
	color:#8691ab;
	font-style: normal;
}
a:link.pg1-4, a:visited.pg1-4 {
	font-size: 13px;
	color:#8691ab;
	font-style: italic;
}


/***end cloud*********/


.texte-bold-orange {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	}
