@charset "utf-8";
/* CSS Document */

.cadreBordure{

border:outset; 
border-color:#f25125; 
width:230px;
margin-top:0px;
}

.cadreFond{
	background-color:#f25125;
	border-color:#090;
	border:double;
	color:#FFF;
	font-weight:bold;
	font-size:24px;
}

#rubrique{
	height:125px;
}
#rubrique img{
	float:right;
	width:70px;
	height:70px;
	border:none;
	margin:2px;
}

#rubrique p{
	font-style:italic;
	text-transform:capitalize;
}
#rubrique input{
	margin-top:40px;
}
#col1{
	width:75%;
	height:100%;
	float:left;
	
}
#col2{
	width:25%;
	height:100%;
	float:right;
	
}

