/********************** DESIGN ***********************/

/*           Agencement général des blocs            */
/*                   CSS récurents                   */  

/*****************************************************/

html, body {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color: #f0efe9;
}

p {
	margin: 0 0 10px 0;
}

img {
	border:0px;
}

#cm_Container {
	width:990px;
	background-color:#FFF;
	overflow:hidden;
	margin: 0 auto auto auto;
	background-image: url(../images/Common/back_right.gif);
	background-position: 654px top;
	background-repeat: repeat-y;
	border-bottom-color:#708282;
	border-bottom-style:solid;
	border-bottom-width:4px;
}

#cm_Header {
	height:125px;
	overflow:hidden;
	width:100%;
	background-image: url(../images/Common/banner/ban1.jpg);
}

#cm_Content {
	float:right;
	height:auto;
	overflow:hidden;
	width:654px;
	margin:0px;
	padding:0px;
	margin-bottom:7px;
}

#cm_SideBarRight {
	font-size: 11px;
	width: 336px;
	float: right;
	overflow: hidden;
	min-height: 500px;
	height: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
	padding-top: 0px;
}

#cm_Top {
	width: 699px;
	height: 24px;
	float: left;
	overflow: hidden;
	background-color: #f0efe9;
	margin-bottom: 12px;
	margin-left: 16px;
	margin-right: 16px;
	list-style-type: none;
	display: inline;
}

#cm_Left {
	float:left;
	height:auto;
	margin-bottom:12px;
	margin-left:9px;
	margin-top:12px;
	overflow:hidden;
	width:468px;
	}

*html #cm_Left {
	margin-left:5px;
	margin-right:8px;
	}

#cm_Right {
	float:right;
	height:auto;
	margin-bottom:12px;
	margin-right:9px;
	margin-top:12px;
	overflow:hidden;
	width:160px;
	z-index:-10
	}

*html #cm_Right {
	margin-right:6px
	}

#cm_Bottom {
	width:100%;
	height:auto;
	clear:both;
	overflow:hidden;
	background-color:#f0efe9;
	margin-top: 0px;
	margin-bottom: 30px;
}

/* Modal Styles */

.CommonModalMask {
	opacity: .4;
	filter: alpha(opacity=40);
	background-color: #07112C;
}

.CommonModal {
	padding: 0 7px;
}

.CommonModal1, .CommonModal2, .CommonModal3, .CommonModal4, .CommonModal5 { 
	background-color: #ccc;
	background-image: url(../images/common/navigation-gradient.png);
	background-repeat: repeat-x;
	background-position: left -20px;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
}

.CommonModal1 {	margin: 0 -2px;	padding: 0; border-top: solid 1px #666; border-bottom: solid 1px #666; border-left-width: 0px; border-right-width: 0px; }
.CommonModal2 { margin: 0 -2px; padding: 1px 0; border-left-width: 2px; border-right-width: 2px; }
.CommonModal3 { margin: 0 -3px; padding: 1px 0; }
.CommonModal4 { margin: 0 -2px; padding: 2px 0; }
.CommonModal5 { margin: 0 -2px; padding: 1px 0; }

.CommonModalTitle {
	border-bottom: solid 1px #666;
	padding: 3px 6px 6px 6px;
	font-size: 130%;
	font-weight: bold;
	color: #000;
	cursor: move;
	min-height: 16px;
}

.CommonModalContent {
	background-color: #fff;
}

.CommonModalFooter {
	border-top: solid 1px #666;
	width: 100%;
	height: 20px;
}

.CommonModalClose {
	width: 33px;
	height: 12px;
	background-image: url(../images/common/close.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	right: 6px;
}

.CommonModalResize {
	width: 14px;
	height: 14px;
	background-image: url(../images/common/resize.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	position: absolute;
	right: 6px;
	margin-top: 4px;
	cursor: se-resize;
}

/*
Rating Styles
*/

.CommonRateControlReadOnly {
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #fff;
	border: solid 1px #999;
	padding: 1px;
	white-space: nowrap;
}

.CommonRateControl
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #e5e3d6;
	border: solid 1px #999;
	cursor: pointer;
	padding: 1px;
	white-space: nowrap;
}

.CommonRateControlActive
{
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #fc6;
	border: solid 1px #c93;
	cursor: pointer;
	padding: 1px;
	white-space: nowrap;
}

