/*** cadres ***/ 

div.cadre
{
	padding:0px;
	margin:0px;
	background-color:#FFFFFF;
}

div.cadre-content
{
	padding:9px 10px 10px 10px;	
}

div.cadre-table, div.sous-cadre-table, tableSimple
{
	padding:0px;
}

div.sous-cadre-content
{
	padding:0px 10px 10px 10px;
}

div.cadre h2, div.cadre .cadre-titre
{
	clear:both;
	display:block;
	background-color:#FF6600;
	height:22px;
	line-height:22px;
	font-size:0.9em;
	padding-left:10px;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px solid #AEB611;
	border-left:0px;
	border-right:0px;
	margin-bottom:1px;
}

div.sous-cadre
{
	padding:1px;
	border:1px solid #D4D4D4;
	margin-bottom:12px;
	/*min-height:300px;*/
}

div.sous-cadre h3, div.sous-cadre .sous-cadre-titre, .popup_text_content
{
	display:block;
	background-color:#DDDDDD;
	vertical-align:middle;
	font-size:0.9em;
	padding-left:5px;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px solid #CDCDCD;
	border-left:0px;
	border-right:0px;
	margin-bottom:1px;
}

.div.sous-cadre h3, div.sous-cadre .sous-cadre-titre 
{
	height:22px;
	line-height:22px;
}

div.cadre-titre img, div.sous-cadre-titre img
{
	margin-bottom:-3px;	
	margin-right:2px;
}

div.cadre-titre select, div.sous-cadre-titre select
{
	margin-bottom:0px;
	height:17px;
	line-height:17px;
}

div.cadre div.right, div.sous-cadre div.right
{
	margin-right:10px;
}

div.cadre div.cadre-content div.blanc
{
	border:1px solid #000;
	text-transform:uppercase;
	font-weight:bold;
	background-color:#FFF;
}

/*** specifications pour largeur cadres ***/


/** moitie gauche **/
.half1
{
	float:left;
	width:50%;
}

/** moitie droite **/
.half2
{
	margin-left:5px;
	float:left;
	width:50%;
}

/** premier tier (1/3) **/
.third1
{
	float:left;
	text-align:left;
	width:36%;
}

/** deuxieme tier (1/3) **/
.third2
{
	float:left;
	width:32%;
}

/** troisieme tier (1/3) **/
.third3
{
	float:left;
	width:32%;
}

/** deuxieme tier (2/3) **/
.third23
{
	float:left;
	width:62%;
	margin-left:5px;
}

/*** autres ***/

div.border_left
{
	border-left:1px #FF6600 solid !important;	
}

div.cadre .smaller 
{
	font-size:8px;	
}

div.cadre.center
{
	width:220px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-110px;
	margin-top:-150px;
	min-height:170px;
	border-width:1px;
	border:1px solid #FF6600;
}

div.cadre.center.first
{
	margin-bottom:10px;	
}

.TdBas 
{
	vertical-align: bottom;
}

.tdSep 
{
	width:2%;
}

