/*********************************************************************/
/* = Site : http://patrickjoly.free.fr/ */
/* = Version : 1.0 */
/* = Date de la version : 16/04/2014 */
/* = Auteur : Patrick Joly */
/* = Contact : patrickjoly@free.fr */
/*********************************************************************/

/*********************************************************************/
/* feuille de style screen */
/*********************************************************************/
body {
	color: #000000;
	background: #bbbbbb;
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
	font-size: 1em;
	margin: 20px auto;
	overflow: scroll;
	padding: 0;
	text-align: justify;	
	width: 750px;
} 

/* header */
header {
	border-bottom: 2px solid #ffffff;
	margin: 50px 0 0 0;
	line-height: 1em;
	padding: 0;
	text-align: center
}

h1 {
	color: #ffffff;
	font-size: 3em
}

h2 {
	color: #eeeeee;
	font-size: 2em
}

h3 {
	border-bottom: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	color: #bbbbbb;
	font-size: 1.2em;
	margin: 0;
	padding: 5px 0 5px 0;
}

/* contenu */
#contenu {
	display: block;
	text-align: justify;
	width: 100%
}

.tabs input[type=radio] {
	left: -9999px;
	position: absolute;
	top: -9999px;
}

.tabs {
	float: none;
	list-style: none;
	margin: 20px 0 0 0;
	position: relative;
	padding: 0;

}

.tabs li{
	float: left;
}

.tabs label {
	color: #ffffff; 
	cursor: pointer;
	display: block;
    padding: 10px;
	position: relative;
}

[id^=tab]:checked + label {
	background: #eeeeee;
	color: #000000;	
}

[id^=tab]:checked ~ [id^=tab-content] {
	display: block;
}

.tab-content{
	background: #eeeeee;
	display: none;
    left: 0;	
    padding: 10px;
	position: absolute;
}

a {
	color: #bbbbbb;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

/* footer */
footer {
	border-top: 2px solid #ffffff;
	color: #bbbbbb;	
	font-size: 0.9em;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	text-align: center;
}

/*********************************************************************/
/* feuille de style mobile */
/*********************************************************************/
@media (max-width: 640px) {
body {
	font-size: 0.9em;	
	overflow: scroll;
	padding: 10px;
	width: auto;
}

#contenu {
	float: none !important;
	width: auto !important;
}

.tabs label {
    padding: 5px;
}
}

@media only screen and (max-device-width:640px) and (orientation:landscape)  {
body, html {
	-webkit-text-size-adjust: 100%;	
}
}