body{
	margin:0px;
	background-color:#f4f4f4;
}
#body{
	background:url(../../theme/codeurweb/img/cw_fond.png) repeat-x;
	min-height:790px;
	width:100%;
	font-size:12px;
	font-family: Arial;
}

img{
	border:0px;
}

form{
	margin:0px;
}
/*
li{
	list-style-image:url(data/image/beweb_puce_li.png);
}
*/
h1{
	color:#00ACF1;
	font-size:14px;
}

a{
	text-decoration:none;
	color:#00acf1;
}

a.bt_onglet{
	color:#757575;
	font-weight:bold;
}
a.bt_onglet:hover{
	color:#7db822;
}

a.bt_onglet_sel{
	color:#00acf1;
	font-weight:bold;
}

a.bt_haut{
	color:#00acf1;
	font-weight:bold;
}
a.bt_haut:hover{
	color:#757575;
}

a.bt_haut_sel{
	color:#7db822;
	font-weight:bold;
}

#entete{
  
	width:700px;
	height:90px;
	background:url(../../theme/codeurweb/img/cw_entete.png) no-repeat white;
}
#onglet{
	border:solid black 0px;
	width:230px;
	height:200px;
	background-color:#FFFFFF;
}

#beweb_contenu{
	border:solid black 0px;
	min-height:250px;
}
#entete_image{
	width:650px;
	height:200px;
	background:url(../../theme/codeurweb/img/cw_entete_image.png) no-repeat white;
}
.bord_gauche{
	width:6px;
	height:auto;
	background:url(../../theme/codeurweb/img/cw_bord_gauche.png) repeat-y;
}
.bord_droite{
	width:14px;
	height:auto;
	background:url(../../theme/codeurweb/img/cw_bord_droite.png) repeat-y;
}
.puce{
	width:30px;
	height:20px;
}
.separator-vertical{
	background:url(../../theme/codeurweb/img/cw_onglet_separator_vertical.png) no-repeat;
	width:1px;
	height:25px;
}
.separator-horizontal{
	background:url(../../theme/codeurweb/img/cw_onglet_separator_horizontal.png) no-repeat;
	height:1px;
	width:200px;
}
/*
#beweb_pied_haut{
	width:900px;
	height:16px;
	background:url(data/image/beweb_pied_haut.png) no-repeat;
}
#beweb_pied_centre{
	width:900px;
	height:50px;
	background:url(data/image/beweb_pied_centre.png) repeat-y;
}
#beweb_pied_bas{
	width:900px;
	height:16px;
	background:url(data/image/beweb_pied_bas.png) no-repeat;
}
*/
#beweb_fin{
	width:900px;
	height:24px;
	background:url(../../theme/codeurweb/img/cw_fin.png) no-repeat;
}



.inscr_row{
	margin:5px;
}

.inscr_row label{
	width:220px;
	font-weight:bold;
	font-size:12px;
	float: left;
	clear: left;
}

label.inher{
	width: inherit;
	font-weight: inherit;
	font-size: inherit;
	float: inherit;
	clear: inherit;
}

.inscr_row input{
	border:solid silver 1px;
}

.inscr_row textarea{
	border:solid silver 1px;
}

