body {
	background: #fff url(images/bg_vertical.gif) repeat-x top;
	text-align:center;
	padding: 0px;
}
#page {
	font: 12px Arial, Helvetica, sans-serif;
	color: #303030;
	margin: 0px auto;
	padding: 0px;
	width: 752px;
	overflow: hidden;
	background: url(images/page_bg.gif) repeat-y center;
}
#header {
	background: #fff url(images/bg_up.gif) no-repeat bottom;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 140px;
	width: 752px;
}
#logo {
	margin: 0px;
	padding: 20px 0px 0px;
	float: left;
	height: 92px;
	width: 406px;
}
#menu_up {
	padding: 93px 0px 0px 0px;
	float: right;
	width: 340px;
	height: 31px;
}
#menu_up ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 31px;
	float: left;
}
#menu_up li {
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 32px;
	float: left;
	height: 31px;
    /*border: 1px solid;*/
}
#menu_up a {
	font-size: 14px;
	color: #303030;
	text-decoration: none;
	margin: 0px;
	padding: 6px 0px 0px;
	height: 25px;
	display: block;
	float: left;
    width: 50px;
}
.ihome {
	background: url(images/ico_home.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
}
.icontact {
	background: url(images/ico_contact.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 0px;
}
#menu {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 752px;
	height: 30px;
	background: url(images/menu_bg.gif) repeat-x;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 30px;
}
#menu li {
	margin: 0px;
	padding: 0px 10px 0px 15px;
	float: left;
	height: 30px;
	background: url(images/menu_line.gif) no-repeat left;
}
#menu .test {
	color: #fff;
	text-decoration: none;
	margin: 0px;
	padding: 7px 0px 0px 10px;
	height: 23px;
	font-size: 11px;
	font-weight: bold;
	display: block;
	background: url(images/menu_arrow_w2.gif) no-repeat left top;
	float: left;
}


#menu .test2 {
	color: #fff;
	text-decoration: none;
	margin: 0px;
	padding: 7px 0px 0px 10px;
	height: 23px;
	font-size: 11px;
	font-weight: bold;
	display: block;
	background: url(images/menu_arrow_bk2.gif) no-repeat left top;
	float: left;
}

.test2 {
	color: #fff;
	text-decoration: none;
	margin: 0px;
	padding: 7px 0px 0px 10px;
	height: 23px;
	font-size: 11px;
	font-weight: bold;
	display: block;
	background: url(images/menu_arrow_bk2.gif) no-repeat left top;
	float: left;
}

#menu a {
	color: #fff;
	text-decoration: none;
	margin: 0px;
	padding: 7px 0px 0px 10px;
	height: 23px;
	font-size: 11px;
	font-weight: bold;
	display: block;
	background: url(images/menu_arrow_w.gif) no-repeat left top;
	float: left;
}

#menu a:hover {
	color: #303030;
	background: url(images/menu_arrow_bk2.gif) no-repeat left top;
}

#menu .test a:hover
{
	color: #303030;
	background: url(images/menu_arrow_bk2.gif) no-repeat left top;
}

#menu .line {
	background: url(none);
}
#menu .bk_arrow {
	background: url(images/menu_arrow_bk.gif) no-repeat left top;
	color: #303030;
}
#content {
	margin: 0px;
	padding: 10px 20px;
	float: left;
	width: 712px;
	text-align:justify;
	background: url(images/bg_down.gif) no-repeat bottom;
}
#left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 290px;
}
#content h1 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #666;
	clear:both;
    text-align:left;
	/*float: left;*/
	/*width: 290px;*/
}
#content span {
	color: #F26E10;
}
.titre_line {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #F37820;
	float: left;
	width: 290px;
	height: 1px;
	overflow: hidden;
}
#deroulant {
	padding: 20px 10px 0px;
	float: left;
	width: 240px;
	border: 1px solid #CCCCCC;
	margin: 20px 0px 30px 15px;

	*margin: 20px 0px 30px 7px;
	color: #666;
	height: 180px;
}
#deroulant p {
	margin: 0px;
	padding: 0px 0px 20px;
}
.subtitre {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
#content .ico_grey {
	margin: 0px;
	padding: 0px 0px 0px 40px;
	width: 250px;
	background: url(images/arrow_grey.gif) no-repeat 0px 0px;
}
.ico_grey a {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #666;
}
.list {
	margin: 0px;
	padding: 25px 0px 0px 40px;
	float: left;
	width: 250px;
}
.list p {
	margin: 0px;
	padding: 0px 0px 10px 15px;
	font-size: 11px;
	font-weight: bold;
	color: #999;
	background: url(images/arrow_orange.gif) no-repeat left 4px;
}
#contt {
	padding: 0px;
	float: right;
	width: 405px;
}
.titre_line_2 {

	margin: 0px;
	padding: 0px;
	border-top: 1px solid #F37820;
	float: left;
	width: 405px;
	height: 1px;
	overflow: hidden;
}
#big_pic {
	margin: 0px;
	padding: 0px 0px 20px;
	float: left;
}
#contt p {
	float: left;
	margin: 0px;
	padding: 0px 0px 20px;
	width: 405px;
	color: #666;
}
#contt a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
	float: right;
	margin: 0px;
	padding: 0px;
	width: 200px;
	text-align: right;
	font-size: 11px;
}
#footer {
	margin: 0px auto;
	padding: 0px;
	width: 752px;
	height: 30px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;
}
#menu_down {
	margin: 0px;
	padding: 6px 0px 0px 5px;
	float: left;
	width: 500px;
}
#menu_down a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #999;
	margin: 0px;
	padding: 0px;
}
#menu_down a:hover {
	color: #303030;
}
#copyright {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	float: right;
}
#copyright span {
	font-size: 19px;
	font-weight: bold;
	color: #F26E10;
	font-family: "Times New Roman", Times, serif;
}
#copyright a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #999;
	margin: 0px;
	padding: 0px;
}
#copyright a:hover {
	color: #303030;
}
.titre_line_3 {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #F37820;
	float: left;
	width: 712px;
	height: 1px;
	overflow: hidden;
}
.titre_line_45{
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #F37820;
	float: left;
	width: 340px;
	height: 1px;
	overflow: hidden;
}
#content h2 {
	font-size: 14px;
	font-weight: normal;
	color: #F26E10;
	margin: 0px;
	padding: 20px 0px 0px;
	float: left;
	width: 712px;
}

.text {
	margin: 0px;
	padding: 10px 0px 15px;
	float: left;
	width: 712px;
	color: #666;
}
#submenu {
	margin: 2px 1px 0px;
	padding: 2px 0px 0px 25px;
	float: left;
	width: 724px;
	height: 18px;
	font-size: 11px;
	color: #999;
	background: #E2E2E2;
	text-align:left;
}
#submenu a {
	color: #797979;
	text-decoration: none;
	margin: 0px;
	padding: 0px 5px;
	font-size: 11px;
	font-weight: bold;
}
#content table {
	margin: 20px 0px 0px;
	padding: 0px;
	text-align:left;
	float: right;
	font-size: 11px;
	
}
#content table a {
	color: #303030;
}
#content table a:hover {
    color: #000000;
}
.pages {
	margin: 0px;
	padding: 0px;
}
.pages a {
	font-size: 11px;
	color: #303030;
	text-decoration: none;
	margin: 0px;
	padding: 0px 5px;
}
.pages a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#content form {
	margin: 0px;
	padding: 0px 0px 20px;
	float: left;
	width: 712px;
}
.inp1 {
	margin: 1px;
	padding: 2px 0px 0px;
	width: 250px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;
	border-width: 0px;
	border-style: none;
}
.pages .page_in {
	font-weight: bold;
	text-decoration: underline;
}
.inp2 {
	margin: 1px;
	padding: 2px 0px 0px;
	width: 250px;
	height: 60px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;
	border-width: 0px;
	border-style: none;
}
.inp3 {
	margin: 1px;
	padding: 2px 0px 0px;
	width: 250px;
	height: 20px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;
	border-width: 0px;
	border-style: none;
	cursor: pointer;
}
.butt {
	background: url(images/arrow_grey.gif) no-repeat left top;
	margin: 0px;
	padding: 0px 0px 0px 32px;
	height: 31px;
	font-weight: bold;
	color: #999;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 85px;
	border-width: 0px;
	border-style: none;
	cursor: pointer;
}
#chemin {
	margin: 2px 1px 0px;
	padding: 6px 0px 0px 25px;
	float: left;
	width: 724px;
	height: 18px;
	font-size: 11px;
	color: #999;
	text-align:left;
}
#chemin a {
	color: #797979;
	text-decoration: none;
	margin: 0px;
	padding: 0px 5px;
	font-size: 11px;
	/*font-weight: bold;*/
}
#chemin a:hover {
	text-decoration: underline;
}
#defil {
	font: 12px Arial, Helvetica, sans-serif;
	color: #303030;
	margin: 0px auto;
	padding: 0px;
    vertical-align: middle;
}
#defil a {
	color: #797979;
	text-decoration: underline;
	margin: 0px;
	padding: 0px 5px;
	font-size: 12px;
	font-weight: bold;
}
.link {
	font-size: 11px;
	color: #999;
}
.link a {
	color: #797979;
	text-decoration: none;
	margin: 0px;
	font-size: 11px;
	/*font-weight: bold;*/
}
.link a:hover {
	text-decoration: underline;
}
.table_fiche1 {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F37820;
	border-right-color: #F37820;
	border-bottom-color: #F37820;
	border-left-color: #F37820;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
    margin: 0px;
}
.table_fiche1 td {
    padding: 1px 0px 0px 1px;
}
.table_fiche2 {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5D5D5D;
	border-right-color: #5D5D5D;
	border-bottom-color: #5D5D5D;
	border-left-color: #5D5D5D;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
    margin: 0px;
}
.table_fiche2 td {
    padding: 1px 0px 0px 1px;
}


/*menu*/



.menu{
	border:none;
    height:20px;
	border:0px;
	margin:0px;
	padding:0px;
	font-family:Geneva,Verdana,Arial;
	font-size:12px;
    margin-top:10px;
    vertical-align: middle;

	}
.menu ul{

	height:20px;
	list-style:none;
	margin:0;
	padding:0;;
	}
	.menu li{
		float:left;
		padding:0px;
        margin-top:-13px;

		}
	.menu li a{

		color:#ffffff;
		display:block;
		font-weight:normal;
		line-height:30px;
		margin:0px;
		padding:0px 7px;
		text-align:center;
		text-decoration:none;
        margin-top:10px;
		}
		.menu li a:hover, .menu ul li:hover a{

            color:#ffffff;
            height: 20px;
            /*margin-top:1px; */
			text-decoration:none;
            background-color:#E2E2E2;
            border-left:1px solid grey;
			}

    .menu ul li a:hover{
      color:#ffffff;
    }

	.menu li ul{
		background:#E2E2E2;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:150px;
		z-index:200;


		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		}
	.menu li li {
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:150px;
		}
	.menu li:hover li a{
		background:none;
    }


	.menu li ul a{
		display:block;
		height:20px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}

		.menu li ul a:hover, .menu li ul li:hover a{
			color:#ffffff;
			text-decoration:none;
			}

	.menu p{
		clear:left;
		}


    .sMenu
    {
		display:block;
		height:auto;
		padding:0px;
		margin-left:225px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
        margin-top:-32px;
    }

.content_text
{
  padding : 5px 20px 15px 20px;
  font-size: 12px;
  background: url("../images/background_Content.png") repeat;

  width:800px;
  margin-left: 200px;

}

.content_text strong
{
   text-decoration: none;
   color : #5CBBE9;
   font-weight: bold;
}

.content_text strong a
{
   text-decoration: underline;
   color : #5CBBE9;
   font-weight: bold;

}


