div.main{

}
	/* ELTs */
	div.main div.elt{
		background : url(../images_v2/degradeGris.png) repeat-x 0px 25px;
		font-size : 12px;
		margin : 5px 0 15px 0;
		position : relative;
		line-height : 130%;
	}
	/*Création d'un autre elt afin d'avoir un fond blanc pour la partie free quote et results.*/
		div.main div.eltbis{
		background-color : #FFFFFF ;
		font-size : 12px;
		margin : 0 0 15px 10px;
		position : relative;
		line-height : 130%;
	}

	
		div.main div.elt h2{
			background : url(../images_v2/eltHeader.png) no-repeat top right #006599;
			color : #fff;
			font-size : 13px;
			font-weight : bolder;
			padding : 5px 20px 5px 10px;
			margin-top:13px;
		}
		
		div.main div.elt div.content{
			border-right : solid 1px #e5e5e5;
			border-bottom : solid 1px #e5e5e5;
			border-left : solid 1px #e5e5e5;
			padding : 5px 10px 13px 10px;
			margin : 5px 0 10px 0;
			
		}

			div.main div.elt div.content h3{
				font-size : 11px;
				font-weight : bolder;
				text-align : center;
			}
			div.main div.elt div.content p{
				text-align : justify;
			}
				div.main div.elt div.content p a{
					margin-top : 15px;
					font-weight : bold;
				}

			div.main div.elt div.content div.eltFooter{
				width : 15px;
				height : 9px;
				position : absolute;
					right : 0px;
					bottom : 0px;
				background : url(../images_v2/eltFooter.gif) no-repeat bottom right transparent;
				display : none; /* IE 6 */
			}
			div.main div.elt div.content a{
				display : block;
				color : #000;
				text-decoration : none;
			}div.main div.elt div.content a:hover{text-decoration : underline;}
			
			/*News*/
			div.main div.elt div.news strong{
					color : #006599;
					font-size : 16px;
					font-weight : bolder;
					display : block;
					margin : 3px 0px 6px 0;
					text-decoration : underline;
			}
			/* Contacts */
			div.main div.elt div.contact{
				background : url(../images_v2/eltContact.jpg) top left no-repeat #fdfdfd;
				padding-left : 50px;
				text-align : center;
				font-size : 11px;
			}
				div.main div.elt div.contact strong{
					color : #006599;
					font-size : 16px;
					font-weight : bolder;
					display : block;
					margin : 3px 0px 6px 0;
				}
				div.main div.elt div.contact address{
					display : block;
					font-style : normal;
					color : #353535;
				}
				div.main div.elt div.contact a{
					display : block;
					text-decoration : none;
					color : #353535;
				}div.main div.elt div.contact a:hover{text-decoration:underline;}
				
				
			/* Form pour NewsLetters */
			div.main div.elt div.content form.newsLetters p{
				margin-bottom : 10px;
				font-size : 11px;
			}div.main div.elt div.content form.newsLetters p.fin{margin-bottom:0px;}
				div.main div.elt div.content form.newsLetters input.txt{
					width : 100px;
					margin : 0px 5px;
					font-size: 11px;
					padding: 2px 0px;
					border: 1px solid #bbbcbe;
				}
				div.main div.elt div.content form.newsLetters input.submit{
					background : #989898;
					border : none;
					color : #fff;
					font-size : 14px;
					font-weight : bold;
					cursor : pointer;
				}
				
				
			/* RESULTATS D'ETUDES */
			div.main div.elt div.resEtudes{
				padding : 0 0 13px 0;
			}
				div.main div.elt div.resEtudes ul li{
					display : block;
					padding : 2px 0px 2px 30px;
					background : url(../images_v2/categories-etudes/inactifs/divers.png) 10px 3px no-repeat;
					font-size : 10px;
				}
					div.main div.elt div.resEtudes ul li a{
						font-weight : bold;
						display : block;
						padding : 1px 12px 0 0;
						height : 16px;
						text-transform : uppercase;
					}
					
				div.main div.elt div.resEtudes ul li.actif{
					padding : 1px 0px 1px 30px;
					border-top : solid 1px #e1e1e1;
					border-bottom : solid 1px #e1e1e1;
					background : url(../images_v2/categories-etudes/actifs/divers.png) #d3d3d3 10px 3px no-repeat;
				}
					div.main div.elt div.resEtudes ul li.actif a{
						padding : 1px 12px 0 0;
						height : 16px;
						background : url(../images_v2/categories-etudes/actifs/fleche.png) right center no-repeat;
						cursor : default;
					}div.main div.elt div.resEtudes ul li.actif a:hover{text-decoration:none;}
					
	
	
	/* LeftBar */
	div.main div.leftBar{
		width : 210px;
		float : left;
	}
	
	a.lien-twitter {
		display: block;
		width: 100px;
		margin: 10px auto;
		/*target-new: tab;*/
	}


	/*   Caddie */
	a#resultats-etat-caddie {
	display: block;
	width: 300px;
	height: 20px;
	background: url(../images_v2/caddie-fond.png) center center no-repeat;
	margin: 5px;
	padding: 5px 2px 0px 23px;
	color: #707271;
	text-decoration: none;
	}
	