html
{
    margin: 0;
    padding: 0;
}
body
{
    background-image: url("fondhtml.png");
    background-repeat: repeat repeat;
    margin: 2px;
    padding: 0;
}

/* Header */

header
{
    height: 150px;
    text-align: right;
    padding-right: 10px;
    margin-top: 0px;
}
header h1
{
    font-family: "Cantarel";
    color: #000000;
    font-size: 22px;
    padding-top: 0px;
    margin-top: 0px;
}

h2
{
	font-family: "Open Sans";
	text-align: center;
	color: #000;
	font-size: 13px;
	padding-top: 0px;
	margin-top: 0px;
}

h3
{
	font-family: "Open Sans";
	text-align: left;
	color: #000;
	font-size: 14px;
}
header img
{
    position: relative;
    margin: 1px;
}
#cadre
{
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	border-top:0px solid  white;
	border-right:2px solid white;
	border-left:2px solid white;
	border-bottom:5px;
   	width:300px;
   	height:25px;
	line-height:25px;
	text-align:center;
	border-radius: 15px 15px 0px 0px; 
	behavior: url(/PIE.htc);
}

a
{
	color:#000;
}

a:hover
{
	color:#F00;
	font-family: "Open Sans";
}

p
{
	margin:-3px;
}

.stabilo {
	background-color: #FFF; 
}

.hover_td 
{ 
	font-family: "Open Sans";
	color:#000;
	font-size: 15px;
	background-color:#FFF;
}

.hover_td:hover
{
	font-family: "Open Sans";
	color: #F00;
	font-size: 18px;
	background-color:#FC9;
}
#icomini1 { background:url(tr1.png) no-repeat; height:30px; vertical-align: bottom; }

#span
{
	text-align: center;
	vertical-align:middle;
	display:inline-block;
	line-height:1.2; /* on rétablit le line-height */
	text-align:left; /* ... et l'alignement du texte */
}

footer
{
	font-family: "Open sans";
	font-size: 12px;
	text-align: right;
	padding: 1px;
	clear: left;
	position:absolute;
	bottom:0px;
	left: 0px;
}
.rose
{
    color: #f000a9;
}
.bleu
{
    color: #151ded;
}
.resp-container { 
  position: relative; 
  overflow: hidden; 
  padding-bottom: 35%; 
}
.resp-iframe { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  border: 0; 
}
