
body {
	background-image: url();
	background-color: #333333;
	width:684px;
    margin: auto;
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	text-align:center;
}

a:link {
    text-decoration:none
}

.clear {
	clear:both;	
}

h1 {
	font-size:20px;
	display:inline-block;
	color: #00FF00;
	text-align:center;
	text-decoration: none;
	font-weight:normal;
	font-style:italic;
	font-family:"Trebuchet MS";
	margin:10px 0 0px 0;
}

h2 {
	font-size:24px;
	display:inline-block;
	color: #00FF00;
	text-align:center;
	text-decoration: none;
	font-weight:normal;
	font-style:italic;
	font-family:"Trebuchet MS";
	width:325px;
	margin:10px 0px 0px 0px;
}

h2:hover {
    text-decoration: underline;
	color:#ffff00;
	font-weight:lighter;
	font-style:normal;
	font-family:"Trebuchet MS";
}

div.gallery {
	overflow:hidden;
	width:684px;
	margin: auto;
	text-align:center;
}

div.gallery.meteo {
	overflow: visible;
}

div.gallery .saisons {
	float: left;
    width: auto;
    height: 42px;
	color: #FFFF00;
    margin: 2px 1px 3px 0;
}

div.gallery .bouton {
	font-family: "Trebuchet MS";
	font-size: 18px; /* 1.6em; */
	width: 60px;
	height: 25px;
	margin: 1px 1px 1px 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background: #FFFFFF;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

div.gallery .bouton div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 25px;
    height: 25px;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}

div.gallery div.bouton.gris {
     color: #000000;
     background: #D3D3D3;  
}

div.gallery .vent {
	font-family: "Trebuchet MS";
	font-size: 18px; /* 1.6em; */
	width: 95px;
	height: 25px;
	margin: 1px 1px 1px 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background: #D3D3D3;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

div.gallery .vent div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 25px;
    height: 25px;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}

div.gallery div.bouton.vent {
     color: #000000;
     background: #D3D3D3;  
}

div.gallery .temperature {
	font-family: "Trebuchet MS";
	font-size: 18px; /* 1.6em; */
	width: 48px;
	height: 25px;
	margin: 1px 1px 1px 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background: #ffffff;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

div.gallery .temperature div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 25px;
    height: 25px;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}

div.gallery div.bouton.temperature {
     color: #000000;
     background: #D3D3D3;  
}

div.gallery .jaunevent {
	font-family: "Trebuchet MS";
     font-size: 18px; /* 1.6em; */
     width: 95px;
     height: 25px;
     margin: 1px 1px 1px 0px;
     padding: 0;
     text-align: center;
     color: #0000FF;
     background: #FFFF00;
     border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

div.gallery div.jaunevent div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 25px;
    height: 25px;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}

div.gallery .jaunesol {
	font-family: "Trebuchet MS";
     font-size: 18px; /* 1.6em; */
     width: 48px;
     height: 25px;
     margin: 1px 1px 1px 0px;
     padding: 0;
     text-align: center;
     color: #0000FF;
     background: #FFFF00;
     border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

div.gallery div.jaunesol div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 25px;
    height: 25px;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}

div.gallery .jaune {
	font-family: "Trebuchet MS";
     font-size: 16px; /* 1.6em; */
     width: 60px;
     height: 25px;
     margin: 1px 1px 1px 0px;
     padding: 0;
     text-align: center;
     color: #0000FF;
     background: #FFFF00;
     border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

div.gallery div.jaune div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 25px;
    height: 25px;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
}

div.gallery .jours {
    font-family: "Trebuchet MS";
    font-size: 15px; /* 1.6em; */
	width:100%;
	color: #ffff00;
    margin: 0 2px;
    border-radius: 18px;
    margin: 0 1px 1px 0;
}

div.gallery div.jours.total div.first,
div.gallery div.jours div.first {
	float:left;
	width: 60px;
}

div.gallery div.jours div.first span {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	line-height: 25px;
	height: 25px;
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: 1px solid #d7eaf5;
	background: #0505fc;
	background: -webkit-gradient(linear, left top, left bottom, from(#596c78), to(#0505fc));
	background: -webkit-linear-gradient(top, #596c78, #0505fc);
	background: -moz-linear-gradient(top, #596c78, #0505fc);
	background: -ms-linear-gradient(top, #596c78, #0505fc);
	background: -o-linear-gradient(top, #596c78, #0505fc);
	padding: 0px 0px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 18px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: #ffffff;
	font-size: 15px;
	font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	vertical-align: middle;
}

div.gallery .vent div.clear,
div.gallery .temperature div.clear,
div.gallery .bouton div.clear {
	width: 0!important;
	height: 0!important;
}

