/*###################
#   CMS             #
###################*/
/* CSS Document */



div.cms {
	width: 100%;
        font-size: 14px;
	margin: 0 auto;
}

/* TITLES */
    body#cms h1 {
        /*padding-bottom: 0;*/
        font-weight: 700;
    }
    
    div.cms h2 {
    	margin: 30px 0px;
    	font-size: 24px;
		color: #900000;
        font-weight: bold; 
		
    }

    div.cms h3 {
        margin-top: 20px;
        font-size: 20px;
        font-weight: 700;
        color: #212121;
     }
    h3
    div.cms h4 {
    
        font-size: 15px;
        color: #000;
	margin-bottom:22px;
	margin-top:47px;
       
    }

    div.cms a {
    
        color: #900000;
        text-decoration: none;
    }
    
    	div.cms a:hover { text-decoration: underline; }
    
    div.cms q {
        display: block;
        font-size: 10px;
        font-style: normal;
        color: #313131;
        text-align: center;
    }

    div.cms ul {
        width: 100%;
        padding: 10px 0 10px 15px;
        list-style-type: none;
    }
    
            div.cms ul li {
                width: 100%;
                /*padding: 2px 0 2px 25px;*/
                list-style: url(/public/images/disc-puce.png) inside;
                color: #212121;
                list-style-position: outside;
                margin: 5px 0 5px 35px;
            }

	/* RESPONSIVE */
	div.cms figure, 
	div.cms picture {
		width: 99%;
		margin: 0 auto;
		border: 0 none;
	}
	
	div.cms img {
            display: block;
            max-width: 100%;
	    border: 0 none;
	}
	/* End RESPONSIVE */
    
    div.cms .media {
    	width: 100%;
    	margin: 0 auto;
        padding: 15px 0;
        text-align: center;
    }
    
        div.cms .media img { display: inline; }

 .catcher {
	font-style: italic;
	font-size: 17px;
	color: #3b3b3b;
	clear:both;
}
    
    div.cms .text1, div.cms .text2, div.cms .text3 {
        padding: 10px 0;
        font-size: 14px;
        line-height: 1.6;
        color: #000000;
    }

div.cms .text3 {
	margin-bottom:20px;

    }  


div.cms .txt {
        padding: 10px 0;
        font-size: 14px;
        line-height: 1.6;
        color: #000000;
    }    
    div.cms .text2 {
        float: left;
        width: 48%;
        margin-right: 4%;
    }
    
    div.cms .text3 {
        float: left;
        width: 31.5%;
        margin-right: 2%;
    }
    
    div.cms .left {
        float: left;
        width: 41%;
        margin: 0 4% 4% 0;
        text-align: center;
    }
    
    div.cms .right {
        float: right;
        width: 50%;
        margin: 0 0 4% 4%;
        text-align: center;
    }
    
	div.cms .last { margin-right: 0; }
    
    /* Table */
    div.cms table {
        width: 100%;
        margin: 10px 0;
    }
    
        div.cms table thead tr td, 
        div.cms table tbody tr td, 
        div.cms table tr td {
            padding: 5px 10px;
            border: 1px solid #000000;
        }
    
            div.cms table thead tr td {
                padding-top: 10px;
                padding-bottom: 10px;
                background: #F0F0F0;
            }
            
                div.cms table thead tr td, 
                div.cms table thead tr td a {
                    font-weight: bold;
                    color: #000000;
                }

	/* Vigns */
	div.cms div.vigns {
		width: 99%;
		margin: 10px auto;
		border: 1px solid #c4c4c4;
	}
	
		div.cms div.vigns div.vign {
			width: 90%;
			padding: 15px 5%;
			border-top: 1px solid #c4c4c4;
			background: #f5f5f5;
		}
				
				div.cms div.vigns div.vign-first { border-top: 0; }
				div.cms div.vigns div.vign-par { background: #ffffff; }
				
			div.cms div.vigns div.vign h2 { }
			
				div.cms div.vigns div.vign h2, 
				div.cms div.vigns div.vign h2 a {
					font-size: 14px;
					font-weight: bold;
					text-decoration: underline;
					color: #313131;
					/*color: #1886db;*/
				}
				
					/*div.vigns div.vign h2 a:hover { text-decoration: underline; }*/
				
	
			div.cms div.vigns div.vign p.link a {
				display: inline-block;
				/*margin-top: 12px;*/
				padding-left: 16px;
				font-size: 12px;
				font-weight: normal;
				color: #1886db;
			    background: url("/public/img/puces/dart-blue.png") no-repeat scroll 0 3px transparent;
			}
			
				div.cms div.vigns div.vign p.link a:hover { text-decoration: underline; }

				
/*###################
#   PAGES CMS 		#
###################*/
/*body#cms div.container div.content div.cms {
	width: 90%;
	margin: 0 auto;	
}*/
.message-confirmation{
    font-size: 15px;
    background:#1886db ;
    color: #fff;
    font-weight: 600;
    width:100%;
    height: 20px;
    padding:18px 12px;
    border:1px solid transparent;
    border-radius: 5px;
    margin: 10px 0;
}




