<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* OVERVIEW */

#modele_bar{
	position:relative;
	margin:10px;
	padding:10px;
	background:white;
	display:block;
	box-shadow:0px 0px 5px black;
	border-radius: 5px;

}

#modele_bar div.thumbs{
	position:relative;
	float:left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
	cursor:pointer;
	padding:3px;
	width: 222px;
	height: 148px;
}

#modele_bar div.thumbs:hover{
	border: 1px solid #AAA;
	box-shadow: 0px 0px 5px #CCC;
	background: #EEE;
}


#modele_bar div.thumbs table{
	width: 100%;
	height: 100%;
	font-size:20%;
}

#modele_bar div.thumbs table td {
	border: 1px solid #c34b1f;
	padding:2px;
	background: #ff9305;
	background: -webkit-linear-gradient(#ff9305,#c34b1f);
	background: -moz-linear-gradient(#ff9305,#c34b1f);
	background: -ms-linear-gradient(#ff9305,#c34b1f);
	background: -o-linear-gradient(#ff9305,#c34b1f);
	background: linear-gradient(#ff9305,#c34b1f);
}

#modele {
	width: 465px;
	height: 230px;
	border: 1px solid #000;
	padding:1px;
	background:#fff;
}

#modele table{
	width: 100%;
	height: 100%;
}

#modele table td {
	border: 1px solid #c34b1f;
	padding:2px;
	background: #ff9305;
	background: -webkit-linear-gradient(#ff9305,#c34b1f);
	background: -moz-linear-gradient(#ff9305,#c34b1f);
	background: -ms-linear-gradient(#ff9305,#c34b1f);
	background: -o-linear-gradient(#ff9305,#c34b1f);
	background: linear-gradient(#ff9305,#c34b1f);
}


/* MODELE DE BASE */

#content section {
	position:relative;
	display:block;
    float: left;
    width: 740px;
}

#content aside {
	position:relative;
	display:block;
    float: right;
    width: 250px;
}

#content section header {
	height:inheritance;
	padding:0px;
    width: 100%;
	color: #c34b1f;
	font-size:100%;
	border-bottom: 1px #ff9305 dashed;
	text-shadow: 1px 1px 2px #DDD;
	font-weight:bold;
	margin-bottom:20px;
}


#content section.Left_2_3 {
	position:relative;
	display:block;
    float: left;
    width: 660px;
}

#content aside.Right_1_3 {
	position:relative;
	display:block;
    float: right;
    width: 330px;
}

#content div.Left_1_3 {
	position:relative;
	display:block;
    float: left;
	width:230px;
}

#content div.Center_1_3 {
	position:relative;
	display:block;
    float: left;
	width:510px;
}

#content div.Right_1_3{
	position:right;
	display:block;
    float: left;
	width:230px;
}</pre></body></html>