html
{
    color: white;
    background: #787878;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

body
{
	background: black;
	text-align: center;
	margin: auto;
	width: 980px;
}

@-webkit-keyframes ImageAnimationLogo
{
    O% {background-color: #606060;}
    50% {background-color: #A0A0A0;}
    100%{background-color: #F0F0F0;}
}

@-webkit-keyframes TitleAnimationLogo
{
    O%  {color: #606060;}
    50% {color: #A0A0A0;}
    100%{color: #F0F0F0;}
}

.imglogo
{
    background: #606060;
    -webkit-animation: ImageAnimationLogo 5s linear 2s infinite alternate;
    display: inline-block;
    width: 45%;
}

.h1title
{
    color: #606060;
    -webkit-animation: TitleAnimationLogo 5s linear 4500ms infinite alternate;
    display: inline-block;
    width: 45%;
    float: right;
	margin:0;
	padding:0.8em;
    font-size: 2em;
}

img
{
    margin: 0;
    padding: 0;
}

header
{
    padding: 0px;
    margin: 0px;
	display: block;
	width: 100%;
}

h1 
{
	font-size: 2.5em;
	font-weight: normal;
	text-shadow: 1px 1px 1px #cccccc;
	margin-bottom: 0;
	margin-top: 0;
}
h2
{
}

a
{
	text-decoration: none;
    color: inherit;
}

/******************************************
 *		Positionnement général
 *****************************************/
#wrapper
{
	max-width: 980px;
	margin: 0 auto 0 auto;
}

#main
{
	float: right;
	width: 75%;
}

#sidebar
{
	float: right;
	width: 20%;
    margin-right: 2%;
    margin-top: 3em;
}

footer
{
	clear: both;
    bottom: 0;
    border: none;
	text-align: center;
    padding-top : 0.4em;
    padding-bottom: 0.4em;
    background: #B0B0B0;
    color: #404040;
}

article, footer, header, aside, nav {
	position:relative;
}

/******************************************
 *		Navigation
 *****************************************/
nav
{
	display: block;
}

nav ul
{
	list-style-type: none;
	padding: 0;
	margin-right: 4px;
}

nav ul li
{
	margin-top: 1em;
	margin-bottom: 1em;
	text-decoration: none;
	height: 2.5em;
	line-height: 2.5em;
	font-size: 1.7em;
    border-radius : 10px;
    background: #BBB;
    color: #606060;
}

nav ul li:hover
{
    background: #606060;
    color: #BBB;
}

nav ul li a
{
    display: block;
    width: 100%;
    height: 2.5em;
    line-height: 2.5em;
    color: #606060;
    background: #BBB;
    border-radius : 10px;
    border: 1px solid gold;
}
nav ul li a:hover
{
    background: #606060;
    color: #BBB;
    transition-duration: 0.2s;
}

/******************************************
 *		Article
 *****************************************/
article
{
    border: 1px white solid;
	border-radius: 8px;
	margin: 3em;
	padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
	text-align: justify;
    background: #606060;
    font-size: 1.1em;
}

article header
{
	margin-left: -20px;
	margin-right: -20px;
	width: calc(100% + 40px) ;
	border-bottom: 1px white dotted;
	text-align: center;
}

article footer
{
    bottom: 0;
    border: none;
	margin-left: -20px;
	margin-right: -20px;
	width: calc(100% + 40px);
    border-top: 1px white dotted;
	text-align: center;
    padding-top : 1em;
    padding-bottom: 1em;
    background: #DDD;
    color: #555;
}

article aside
{
    display: block;
    width: 80%;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 10px;
    border: 1px white solid;
    border-radius: 5px;
    background : white;
    color: black;
}

.h1Article
{
    border-radius: 8px 8px 0px 0px;
    background: #BBB;
    color: #606060;
    padding-bottom: 0.1em;
}

.ptitle
{
    font-size: 1.5em;
    background: #606060;
    padding: 5px;
    margin: 0;
    background: #DDD;
    color: #555;
}

article aside.sideprice
{
    line-height: 3em;
    height: 3em;
    background: inherit;
    border: none;
}

.price
{
    float: left;
    background: gold;
    color: black;
    text-align: center;
    font-size: 1.5em;
    width: 35%;
    border: 1px red solid;
    border-radius: 5px;
}

article aside a.pricecontact
{
    float: right;
    width: 60%;
    text-align: center;
    font-size: 2em;
}

/******************************************
 *		Formulaire de contact
 *****************************************/
.contact
{
    width: auto;
    margin: 1em;
    background: #DDD;
}

form
{
    width: 100%;
    margin: 0;
    padding: 0;
}

fieldset
{
    border: none;
    margin: 0;
    margin: auto;
    padding:10px;
}

p.contactLinee,
p.contactLinem,
p.contactLineem,
p.contactLinep,
p.contactLineo,
p.contactLinel
{
    width: 100%;
    line-height: 2em;
    min-height: 2em;
}

.contactLinea
{
    display: none;
}

.contactInpute,
.contactInputm,
.contactInputem,
.contactInputp,
.contactInputo,
.contactInputl
{
    display: inline-block;
    width: 60%;
    float: right;
    vertical-align: middle;
    margin-top: 0.1em;
    font-size: 1.2em;
}

label
{
    display: inline-block;
    width: 30%;
    float: left;
    vertical-align: middle;
    line-height: normal;
    background: #606060;
    color: white;
    font-size: 1.5em;
    border: 1px gold solid;
    border-radius: 5px;
    padding-left: 0.5em;
}

p.contactSubmit input[type="submit"]
{
    display:block;
    width:95%;
    padding: 0;
    margin:auto;
    height: 2.5em;
    line-height: 2.5em;
    bottom: 2em;
    margin-top: 7em; 
    background: rgba(255, 239, 174, 1.0);
    font-size: 1.6em;
}

.contactInputm
{
    height: 10em;
}

/******************************************
 *		Class génériques
 *****************************************/
.genbutton
{
    border-radius : 10px;
    background: #BBB;
    color: #606060;
}

.genbutton:hover
{
    color: #BBB;
    background: #606060;
    border: 1px gold solid;
    border-radius: 5px;
    transition-duration: 0.2s;
}

.retour
{
    top:0;
    right: 0;
    position: absolute;
    display: block;
    width: 200px;
    height: 100px;
    background: red;
}

div.bloc
{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.required
{

}

.show_mobile
{
    display: none;
}


