/*texte*/
.alerte_cookie {
	//background: #fff;
	border: thin solid #555;
	color: #555;
	//display: block;
	display: none;
	font-size: 15px !important;
	left: 0;
	bottom:0;
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	z-index: 2147483645;

}
.alerte_cookie_content {
       background: #fff none repeat scroll 0 0;
	padding: 5px 5%;
	font-size: 1em;
	width: 100%;
	height:100%;
	display:table;
	box-sizing: border-box;

}
.alerte_cookie .left_side
{
	height:80%;
	float:left;
}

.alerte_cookie .right_side
{
//	height:100%;
//	width:120px;
	float:left;
}

.alerte_cookie  .left_side .texte_alerte_cookie
{
	font: 12px verdana;
	//color: #555;
	
}

.alerte_cookie .left_side .texte_alerte_cookie .texte
{
	//color: #555;
	float: left;
	width: 100%;
	text-align: left;
}

.alerte_cookie .left_side .texte_alerte_cookie a.info_alerte_cookie
{
	//color: #555;
	text-decoration:underline;	
	float: left;
	text-align: left;
}

/*boutton*/
.alerte_cookie button.ok_alerte_cookie {
    background: #fff none repeat scroll 0 0;
    border-color:#ec2900 ;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 15px;
    height: 35px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    text-decoration: none;
    width: 35px;
    border-style: solid;
    border-width: 2px;
    text-shadow: 0 1px 1px #fff;
    vertical-align: middle;
}



