/* ------------------------------------------------------------------ */
/* -                     MODELE MISE EN PAGE 1                        */
/* ------------------------------------------------------------------ */

#pageFull{
	padding:0px 10px 0px 10px;
	background-color:#FFFFFF;
}

#pageLeft{
	width:289px;
	float:left;
	padding:0px 10px 0px 10px;
	margin-right:1px;
}

#pageRight{
	width:490px;
	float:left;
	padding-left:10px;
	padding-right:10px;
}

	#pageRight .leftSide{
		width:293px;
		float:left;
		padding-right:15px;
	}

	#pageRight .rightSide{
		width:182px;
		float:left;
	}


/* ------------------------------------------------------------------ */
/*                               Link                                 */
/* ------------------------------------------------------------------ */

.link{
}

	.link A{	
		display:block;
		padding:1px 2px 1px 10px;
		margin-bottom:1px;
		background:url('images/puce.gif') 2px 6px no-repeat #F5F5F5;
	}

	.link A:hover{	
		color:#FFFFFF;
		background-color:#29ABAD;
	}

	.link IMG{
	margin-top:3px;
	margin-right:3px;
	}

	.link IMG:hover{
	filter:alpha(opacity=50);  
	-moz-opacity:0.50;
	opacity: 0.50;
	}

	.link .rss{
	
	}


/* ------------------------------------------------------------------ */
/* -                    Important                                     */
/* ------------------------------------------------------------------ */

.important{
	padding:5px;
	border:2px solid #FC3232;
	background-color:#FFEAE4;
	color:#F52424;
	font-size:120%;
	text-align:justify;
}


/* ------------------------------------------------------------------ */
/* -                    Important                                     */
/* ------------------------------------------------------------------ */

.validated{
	padding:5px;
	border:2px solid #29ABAD;
	background-color:#F2FBFF;
	color:#29ABAD;
	font-size:120%;
	text-align:justify;
}


/* ------------------------------------------------------------------ */
/* -                    Cadre                                         */
/* ------------------------------------------------------------------ */

.cadre{
	text-align:left;	
	border:1px dotted #CDCDCD;
	padding:5px;
	margin-bottom:15px;
}


/* ------------------------------------------------------------------ */
/* -                    Liste                                         */
/* ------------------------------------------------------------------ */

 .liste{
	border-top:4px solid #C6B2A2;
	background-color:white;
}

 .liste TH{
	color:#C6B2A2;
	background-color:white;
}

 .liste TD{
	border-bottom:1px solid #ECE2D8;
}


 .liste TD H1{
	color:#2D99D9;
	font-weight:bold;
	font-size:12px;
}

 .liste TD BIG{
	color:#2D99D9;
	font-weight:bold;
	font-size:12px;
}


/* ------------------------------------------------------------------ */
/* -                    MISE EN FORME                                 */
/* ------------------------------------------------------------------ */

/*----------- WELCOME ------------*/

#welcome{
	padding:10px 0px 10px 0px;
	font-size:12px;
}

	#welcome .star{
		width:42px;
		height:42px;
		background:url('images/bg_star.jpg') 0px 0px no-repeat;
		position:relative;
		margin-bottom:-42px;
		top:-10px;
		left:255px;
	}

/*----------- CONTACT HOME ------------*/

#contactHome{
	width:152px;
	height:230px;
	float:left;
	padding:20px 10px 10px 30px;
	background:url("images/bg_contacthome.jpg") 0px 0px no-repeat;
	position:relative;
	right:-10px;
	margin-left:-10px;
}
