@charset "utf-8";
/* ------------------------------------------------
	Fichier home.css
		
  1. Haut de page
  	1.1 Bloc d'actualite
  2. Colonne de gauche
    2.1 Bloc programme
  3. Colonne de droite
  	3.1. bloc outils
  	3.2. bloc formation
 ------------------------------------------------*/

.bloc {
	border: #dddddd solid 1px;
	margin-bottom: 11px;
}
	
	.bloc ul {
		line-height: 1.2em;
		padding-left: 20px;
	}
	
		.bloc ul li{
			padding-top: 6px;
		}

/*----------------------------------------------------------------------
  [ 1. Haut de page ]
*/

	/*----------------------------------------------------------------------
	  [ 1.1 Bloc d'actualite ]
	*/

	#bloc-actu {
		background: #fff url(../images/bloc-actu-bg.jpg) repeat-x bottom;
        cursor: pointer;
		height: 140px;
		padding: 7px 40px 1px 22px;
	}			
				
				
		#actu {
			background: url(../images/titre-actu.png) left top no-repeat;	
            color: #000;
			float: left;
			padding: 33px 0 0 87px;
            text-decoration: none;
			width: 80%;
		}
		
			#actu p.article-actu {
				margin: 12px 0;
                overflow: hidden;
			}
            
            #actu p.no-img {
                margin-left: 65px;
            }

    			#actu p.article-actu img {
    				border: 1px solid #ccc;
    				float: left;
    				margin-right: 12px;
    			}
                
                #actu p.article-actu span {
                    display: block;
                    font-weight: bold;
                }

/*----------------------------------------------------------------------
  [ 2. Colonne de gauche ]
*/

	/*----------------------------------------------------------------------
	  [ 2.1 Bloc programme ]
	*/
	#bloc-programme {
		background: #fff url(../images/bloc-programme-bg.jpg) repeat-x bottom;
        cursor: pointer;
		height: 295px;
		padding: 5px 7px;
	}

		#programme-titre {
			background: url(../images/titre-programme.png) left top no-repeat;
            display: block;
			padding: 48px 8px 0 70px;
            text-decoration: none;
		}	
				
			#bloc-programme h2{
				color: #008f36;
				font-family: trebuchet MS, arial;
				font-size: 1.3em;
				font-style: normal;
				margin-bottom: 6px;
			}			
			
			#article-programme {
				margin-right: 15px;
			}
            
                #article-programme p {
                    margin: 13px 0;
                }
            
                #bloc-programme .read-more {
                    color: #7DC595;
                    text-decoration: none;
                }
                
                #bloc-programme .read-more:hover {
                    color: #E80070;
                    text-decoration: underline;
                }
			
			img#programme-video-link {
				float: right;
				margin: 0px 0 20px 10px;
			}
		
div#bloc-adherer {
	background: url(../images/bloc-aherer-bg.jpg) repeat-x bottom;
	margin-bottom: 15px;
	padding: 20px 19px 10px 30px;
}

		div#bloc-adherer a {
			float: right;
			font-family: Trebuchet MS, arial;
			font-size: 1.2em;
			font-weight: bold;
		}
		
		div#bloc-adherer	#intro-adhesion{
		float: left;
		margin-right: 15px;
		width: 200px;
		}	

		
			div#bloc-adherer	#intro-adhesion h2{
				color: #008f36;
				font-family: trebuchet MS, arial;
				font-size: 1.3em;
				font-style: normal;
				margin-bottom: 6px;
			}	

		
		div#bloc-adherer	#intro-adhesion a {
			float: none;
			font-family: Arial;
			font-size: 1.1em;
			font-weight:lighter;
		}		
		
		
		a#btn-adherer {
			background: url(../images/btn-adherer-bg.jpg) bottom repeat-x;
			border: #fff solid 1px;
			float: right;
			font-weight:bold;
			font-size:18px;
			margin-bottom: 9px;
			padding: 0 35px 0 22px;
			text-decoration: none;
		}
            
            a#btn-adherer span.btn-adherer-wrapper {
                background: url(../images/btn-adherer-arrow.png) center left no-repeat;
                cursor: pointer;
                display: block;
                height: auto;
                padding: 0;
            }
            
    			a#btn-adherer span {
    				color: #0d792d;
    				display: block;
    				font-family: Trebuchet MS, arial;
    				font-style: bold;
    				font-size: 1.2em;
    				height: 18px;
    				padding: 4px 0 0 51px;
    				
    			}
    	
    			a:hover#btn-adherer span {
    				color: #e60070;
    			}	

    			a#btn-adherer span.label{
    				display: block;
    				clear:both;
    				font-family: Trebuchet MS, arial;
    				font-style: bold;
    				font-size: 0.5em;
    				padding: 2px 0 0 51px;
    				
    			}
/*----------------------------------------------------------------------
  [ 3. Colonne de droite ]
*/
#col-droite .bloc {
	background: #fff url(../images/bloc-droite-bg.jpg) repeat-x bottom;
	padding: 19px 10px;
}

#col-droite a {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}

	
#col-droite div {
	cursor: pointer;
}
		
	/*----------------------------------------------------------------------
	  [ 3.1. bloc outils ]
	*/
	#bloc-outils {
		background: url(../images/titre-outils.png) left top no-repeat;
		height: 118px;
		margin: 9px 0 0 2px;
		padding: 25px 0 18px 50px;
	}	


		#bloc-outils p{
			float: left;
			margin: 28px 8px 0 0;
			width: 150px;
		}		
				
		#bloc-outils img{
			border: #dddddd solid 1px;	
			float: left;
		}
	
	/*----------------------------------------------------------------------
	  [ 3.2. bloc formation ]
	*/	
	#bloc-formation {
		background: url(../images/titre-formation.png) left top no-repeat;
		height: 128px;
		margin: 0;
		padding: 55px 0 0 64px;
	}
		#bloc-formation p{
			margin: 0;
		}		
				
		#bloc-formation img{
			border: #dddddd solid 1px;
			display:block;
			width:80px;
			margin:0 0 5px 5px;
			float:right;
		}
