/**GENERAL ******************************************************/
a {
	color: #ff628e;
	text-decoration:underline;
	font-weight:normal;
}
a:hover {
	color: #ff3971;
	text-decoration:underline;
}
.backbutton {
	border: 1px solid #ff628e;
	height:20px;
	width:100%;
	color:white;
	padding:7px;
	font-weight:bold;
	text-decoration:none;
	background-color:ff628e;
	margin-bottom:7px;
}
.backbutton:hover {
	border: 1px solid #ff628e;
	height:20px;
	width:100%;
	color:white;
	padding:7px;
	font-weight:bold;
	text-decoration:none;
	background-color:d02257;
	margin-bottom:7px;
}
body {
	background-image: url(/images/background/gray_ray.gif);
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	background-attachment: fixed;
}
form {
	margin:0px;
}
input {
	margin-top:5px;
	font-family: arial;
	font-size: 11px;
	background-color: 2d2d2d;
	border: 1px solid b6b6b6;
	color: #FFFFFF;
}
select {
	margin-top:5px;
	font-family: arial;
	font-size: 11px;
	background-color: 2d2d2d;
	border: 1px solid b6b6b6;
	color: #FFFFFF;
}
td{
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
}


/**SPÉCIFIQUES ******************************************************/

.goodform {
	font-family: arial;
	font-size: 11px;
	background-color: 2d2d2d;
	border: 1px solid b6b6b6;
	color: #ffffff;
	width:250px;
	padding:7px;
}
form {
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
}
.submit{
	background-color: 616161;
}
.email {
	width:150px;
}
.contact_title{
	font-size:13px;
	font-weight:bold;
}
/**COLL ******************************************************/
.coll_group {
	border:1px solid gray;
	padding:7px;
	position:relative;
	top:-10px;
	margin-bottom:7px;
}
.coll_title {
	font-size:20px;
	font-family:georgia;
	font-style:italic;
}
/**BLOG ******************************************************/

.blog {
	background-image: url(/images/background/red2_ray.gif);
	border: 1px solid #7e2626;
}
.blog .block{
	width:100%;
	display: block;
	padding-bottom:20px;
	color:white;


}
.blog a{
}
.blog .image{
	border:3px solid white;
	margin-right:10px;
	margin-bottom:10px;
	position:relative;
	float:left;
}
.blog .title{
	color:white;
	font-family: arial;
	font-size: 19px;
	padding-bottom:5px;
}
.blog .texte{
	line-height:18px;	
}
.blog .date{
	padding-bottom:10px;
	color: #d58989;
}
.blog .cat{
	background-image: url(/images/background/red_ray_top.jpg);
	background-repeat: repeat-x;
	height:54px;
	padding:10px;
	
}
.blog .cat_under{
	position:relative;
	top:-16px;
	left:10px;
	padding:5px;
}
.blog_list{
	text-align:left;
	width:90%;
	margin-bottom:10px;
	border-bottom:1px dashed #883a51;
	padding:10px;
}
.bout{
	border:1px dashed #883a51;
	padding:10px;
}
.solderie {
	border:4px dashed #9d8e07;
	padding:10px;
	background-color:#aba039;
	position:relative;
	top:-20px;
}
.size {
	color: #d1b5b4;
	width:506px;
	padding:5px;
	text-align:right;
	border:0px dashed #d1b5b4;
}