html{
	font-family: Verdana;
	font-size: 12px;
	color: #636466;
}
body{
	background-color: #ddd;
	margin: 0;
	color: #636466;
	width: 100%;
}
#container{
	background-repeat: repeat-x;
	margin: 0;
	width: 100%;
}
#cadre{
	width: 930px;
	margin:0 auto;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#header{
	position: relative;
	height: 120px;
	background-color: #fff;
}
#header_titre{
	font-size: 13px;
	margin-top: 10px;
	margin-left: 5px;
}
#header_right{
	margin-left: 690px;
	margin-top: 5px;
}
#copyright{
	font-size: 10px;
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: -10px;
	width: 910px;
}

#main{
	padding: 7px;
	background-color: #fff;
	border: solid 6px #626262;
	border-top: none;
	border-bottom: none;
	width: 868px;
}
.menu{
	margin: 0px;
	padding: 0px;
}
.menu ul{
	padding:0px;
	margin: 0px;
}
.menu li{
	float: left;
	list-style-type:none;
	white-space:nowrap;
	display:inline;
	text-align: center;
	padding: 0px;
	margin: 0px;
	width: 149px;
}
.menu a{
	color: #606163;
	display:block;
	height: 22px;
	text-decoration: none;
	padding: 3px;
	padding-top: 8px;
	border-bottom: solid 4px;
	background-color: #292929;
	font-size: 12px;
	font-weight: normal;
}
.menu a:hover{
	text-decoration: underline;
}

.color_blue{ color: #1A9CC3; }
.color_pink{ color: #F90891; }
.color_orange{ color: #FB870C; }
.color_green{ color: #B4BE07; }
.color_rose{ color: #F3A8BC; }

.border_blue{ border-color: #1A9CC3; }
.border_orange{ border-color: #FB870C; }
.background_blue{ background-color: #1A9CC3; }

a{
	color: #636466;
	padding: 2px;
	font-weight: bold;
}

a:hover{
	text-decoration: none;
	color: #fff;
	background-color: #636466;
}

a.img_link{
	border: none;
	padding: 0px;
	margin: 0px;
}
a.img_link:hover{
	background-color: transparent;
}

h1{
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: normal;
}

h2{
	font-size: 16px;
	border-bottom: dotted 1px grey;
	margin-top: 20px;
	margin-bottom: 10px;
}
h3{
	padding: 0px;
	padding-top: 10px;
	margin: 0px;
	margin-left: 10px;
}
.p_left{
	padding-left: 30px;
}

.p_right{
	float: right;
}
.inp{
	border: solid 1px #636466;
	color: #000;
	width: 200px;
}
 .txt{
	font-size:12px;
	border: solid 1px #636466;
	color: #000;
	width: 300px;
	height: 100px;
}

.inpRed{
	border-color: red;
}

ul li{
margin-bottom: 10px;
}

.sub_go_grey{
	width: 15px;
	height: 14px;
	background-image: url('/images/sub_go_grey.jpg');
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	cursor: pointer;
}
.sub_go_blue{
	width: 26px;
	height: 20px;
	background-image: url('/images/sub_go_blue.jpg');
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.sub_go_orange{
	width: 22px;
	height: 23px;
	background-image: url('/images/sub_go_orange.jpg');
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	cursor: pointer;
}


.home_cadre_top{
	background-image: url(/images/home_cadre_top.png);
	background-repeat: no-repeat;
	width: 868px;
	height:16px;
}
.home_cadre_top2{
	background-image: url(/images/home_cadre_top2.png);
}
.home_cadre_middle{
	width: 868px;
	height:18px;
	background-image: url(/images/home_cadre_middle.png);
	background-repeat: no-repeat;
}
.home_cadre_middle2{
	width: 868px;
	background-image: url(/images/home_cadre_middle2.png);
}
.home_cadre_bottom{
	width: 868px;
	height:17px;
	background-image: url(/images/home_cadre_bottom.png);
	background-repeat: no-repeat;
}
.item{
	position: relative;
	padding: 5px;
	margin-bottom: -1px;
	background-color: #F7F7F7;
	color: black;
	font-weight: bold;
	border: solid 1px grey; 
	width: 190px;
}

.item_dico{
	font-weight: normal;
	cursor: pointer;
	background-color: white;
}
.item_close{
	color: green;
	position: absolute;
	right: 3px;
}
.item_close a{
	text-decoration: none;
	color: red;
}
