/*
* Styles des ronds à droite
*/

#ronds_type1,
#ronds_type2 {
	float:right;
	position:relative;
	right: 4px;
	top: 0;
	width: 208px;	
	/*overflow:hidden;
	height: 413px;
	background-repeat:no-repeat;
	background-position:right;*/
}
#ronds_type1 {
	position: absolute;
}
#ronds_type1 input.submit, #ronds_type2 input.submit{
	background-color:#e3e99f;
	border: 2px solid #c6d33b;
	font:bold 9pt Arial;
	border-style: outset;
	cursor:pointer;
}
#ronds_type1 input.submit:hover, #ronds_type2 input.submit:hover{
	background-color:#91a10b;
	border-style: inset;
}
/*#ronds_type1{background-image:url(img/ronds_type1.png);_background-image:url(img/ronds_type1.gif);}
#ronds_type2{background-image:url(img/ronds_type2.png);_background-image:url(img/ronds_type2.gif);}*/

/* Positionne les contenus des différents ronds */

/* TROUVER UN TERRAIN */
#ronds_type2 div.rond_2{
	position: relative;
	width: 208px;
	height: 270px;
	background-color: #F7FBD8;
	background-image: url(img/bg_top_droite_nosterrains.png);
	background-repeat: no-repeat;
	margin-top: 7px;
}
#ronds_type2 div.rond_2 a#localisez {
	display: block;
	margin: 13px 0 0 14px;
}
#ronds_type2 div.rond_2 a#tous_nos {
	display: block;
	position: absolute;
	left: 12px;
	bottom: 11px;
	width: 186px;
	height: 24px;
	text-transform: uppercase;
	font-size: 0.75em;
	font-weight: bold;
	background-image: url(img/bg_bt_localisez.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 9px;
}
#ronds_type2 div.rond_2 a#tous_nos:hover {
	text-decoration: none;
	color: #F1721A;
}
/* NOS REALISATIONS */
#ronds_type1 div.rond_2 {
	position: relative;
	width: 208px;
	height: 270px;
	background-image: url(img/bg_top_droite_nosterrains.png);
	background-repeat: no-repeat;
	margin-top: 7px;
	background-color: #F7FBD8;
}
#ronds_type1 div.rond_2 #nosrea {
	display: block;
	height: 231px;
	width: 205px;
	background-color: #FBFDEC;
	margin: 2px 0 0 1px;	
	border-left: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	text-align: center;
	padding-top: 15px;
}
#ronds_type1 div.rond_2 #bas_nosrea {
	display: block;
	width: 207px;
	height: 5px;
	background-image: url(img/bg_bas_nosrea.png);
	background-repeat: no-repeat;
	margin-left: 1px;
}
#ronds_type1 div.rond_2 a#localisez {
	display: block;
	margin: 13px 0 0 14px;
}
#ronds_type1 div.rond_2 a#tous_nos {
	display: block;
	position: absolute;
	left: 12px;
	bottom: 11px;
	width: 186px;
	height: 24px;
	text-transform: uppercase;
	font-size: 0.75em;
	font-weight: bold;
	background-image: url(img/bg_bt_localisez.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 9px;
}
#ronds_type1 div.rond_2 a#tous_nos:hover {
	text-decoration: none;
	color: #F1721A;
}
/* PRIVILEGES */
#ronds_type1 div.rond_1{
	width: 208px;
	height: 96px;
	position: relative;
	background-image: url(img/bgbt_privi.png);
	background-repeat: no-repeat;
}
#ronds_type1 div.rond_1 a.privi {
	position: absolute;
	top: 15px;
	left: 10px;
	display: block;
	width: 186px;
	height: 64px;
	background-image: url(img/bt_privi.png);
	background-repeat: no-repeat;
}
#ronds_type1 div.rond_1 a.privi:hover {
	background-position: bottom;
}

/* AFFINEZ */
#ronds_type2 div.rond_1 {
	width: 208px;
	height: 96px;
	position: relative;
	background-image: url(img/bgbt_affinez.png);
	background-repeat: no-repeat;
}
#ronds_type2 div.rond_1 a.affinez {
	position: absolute;
	top: 17px;
	left: 12px;
	display: block;
	width: 182px;
	height: 60px;
	background-image: url(img/bt_affinez.png);
	background-repeat: no-repeat;
}
#ronds_type2 div.rond_1 a.affinez:hover {
	background-position: bottom;
}
/* logos */
#ronds_type2 div.rond_3,
#ronds_type1 div.rond_3 {
	/*position:absolute;
	top:500px;	
	height:43px;
	left:65px;
	width:94px;*/	
	position: relative;
	width: 208px;
	height: 75px;
	background-color: #F7FBD8;
	background-image: url(img/bg_top_droite_nosterrains.png);
	background-repeat: no-repeat;
	margin-top: 7px;
}
#ronds_type2 div.rond_3 ul,
#ronds_type1 div.rond_3 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	margin-top: 55px;
}
#ronds_type2 div.rond_3 ul li,
#ronds_type1 div.rond_3 ul li {
	display: inline;
	margin-right: 25px;
}
#ronds_type2 div.rond_3 ul li img,
#ronds_type1 div.rond_3 ul li img {
	margin-left: -3px;
}

/* Les 2 types de titres des ronds */

.titre_ronds_orange,
.titre_ronds_blanc {
	display:block;	
	color: #fff;
	text-transform:uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
	padding-top: 3px;
}
.titre_ronds_blanc{color:#FFF;text-decoration:none;}
.bas{
	position:absolute;
	margin-right:10px;
	right:0px;
	bottom:0px;
}

/* Style du lien d'abonnement RSS */

.rss{
	position:absolute;
	display:block;
	/*margin:10px 0px 0px 15px;*/
	padding:0px;
/*	background:url(img/fondu_blanc.png) no-repeat;
	_background:url(img/fondu_blanc.gif) no-repeat;*/
	text-align:left;
	height:26px;
/*	line-height:2.5;
	width:88px;*/
	top: 22px;
	right: 225px;
	z-index: 10;
}
.rss a:hover{
	text-decoration:none;
/*	color:#808080;*/
}
.rss img{
	vertical-align:middle;
	margin:4px;
}
