/**
* GESTION DES BALISES PRINCIPALES
**/
html{
    border:0;
    padding:0;
    margin:0;
}
body{
	color:#333 !important;
    border:0;
    padding:0;
    margin:0;
}
a, a.ui-link{
	color:#333 !important;
    text-decoration:none;
}
ul.ui-listview{
	margin:0 !important;
}
ul.ui-listview li{
    opacity:0.9;
}
ul.ui-listview li .ui-btn-text{
}	
.ui-header .ui-title{
	margin:0;
}
.ui-panel{
	width:75px;
}
.ui-panel-position-right{
	width:75px;
}
.icon-flashcard{
    width: 45px;
    height: 45px;
    background: #; /* Old browsers */
    border-radius: 3px;
    padding:2px
}
.icon-flashcard img{
    width: 45px;
    height: 45px;
}
/**
* GESTION DES BLOCS PRINCIPAUX
**/
#conteneur{
}

/*-- Header --*/
#dataHeader{
    border:none;
}
#conteneurHeader{
    margin:auto;
    padding:5px 5px 3px 5px;
    text-align:center;
    
    background: #; /* Old browsers */
    background: -moz-linear-gradient(top,  # 0%, # 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#), color-stop(100%,#c6001d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  # 0%,# 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  # 0%,# 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  # 0%,# 100%); /* IE10+ */
    background: linear-gradient(to bottom,  # 0%,# 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#', endColorstr='#',GradientType=0 ); /* IE6-9 */    
    
    color:white;
    text-shadow: 0 1px 0 #000000;
}
#conteneurHeader h1{
	padding : 10px 0 10px 0;
    font-size:30px;
    line-height: 30px;
    margin:0 0px 0 0;
    width:100%;
}
#conteneurHeader h1 span{
	font-size:14px;
}
#conteneurHeader #descr{
	font-weight:bold;
    font-size:12px;
}
#btn-tel{
	opacity:0.9;
}
#btn-tel .ui-btn-inner{
	padding: 5px 20px;	
}
/*-- Contenu --*/
#dataContent{
    margin:0 auto;
    padding:0px 0px 0px 0px;
    border:none;
    font-size:12px;
    background-color: #ffffff;
}
#contentContenu{
    width:99%;
    /*border:1px solid #bbbbbb;*/
    border-bottom:none;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin:5px auto;
    margin-bottom:0px;
    padding:3px 3px 10px 3px;
}
#contentContenu p:first-child{margin-top:0px;}
#contentContenu img{
	max-width:100% !important;
	height:auto !important;
}


/*-- Footer --*/
.ui-footer{
	background: -moz-linear-gradient(top,  rgba(170,168,166,0.2) 0%, rgba(170,168,166,0.2) 50%, rgba(139,137,132,0.2) 51%, rgba(139,137,132,0.2) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(170,168,166,0.2)), color-stop(50%,rgba(170,168,166,0.2)), color-stop(51%,rgba(139,137,132,0.2)), color-stop(100%,rgba(139,137,132,0.2))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(170,168,166,0.2) 0%,rgba(170,168,166,0.2) 50%,rgba(139,137,132,0.2) 51%,rgba(139,137,132,0.2) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(170,168,166,0.2) 0%,rgba(170,168,166,0.2) 50%,rgba(139,137,132,0.2) 51%,rgba(139,137,132,0.2) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(170,168,166,0.2) 0%,rgba(170,168,166,0.2) 50%,rgba(139,137,132,0.2) 51%,rgba(139,137,132,0.2) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(170,168,166,0.2) 0%,rgba(170,168,166,0.2) 50%,rgba(139,137,132,0.2) 51%,rgba(139,137,132,0.2) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33aaa8a6', endColorstr='#338b8984',GradientType=0 ); /* IE6-9 */

}
.btn-menu{

}
.btn-menu .ui-btn-inner{
	padding:4px 20px 4px 20px;
}

/**
* PAGE DE PARTAGE DE MAIL
**/
#formPartagerMail{
	display:block;
    width:280px;
    margin:auto;
}
#formPartagerMail fieldset{
	margin:0;
}
#formPartagerMail .ui-controlgroup-label{
	font-weight:bold;
    font-size:13px;
    text-shadow: 0px 1px 30px #fff;
	margin:0;
}
#formPartagerMail input{
	margin:0;
}
#formPartagerMail textarea {
    height: 150px;
    margin: 0;
}


.at-expanding-share-button-toggle-bg span {
    background-color: # !important;
}
#feed-container{
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 30px;
    padding-bottom: 30px;
}

#facebook_feed_container {
    text-align: center;
    width: 340px;
    display: inline-block;
    margin:5px;
    vertical-align: top;
}

#instagram_feed_container{
    width: 340px;
    background-color: white;
    padding: 3px;
    display: inline-block;
    margin:5px;
    vertical-align: top;
}