body {
font-size: 100%;
font-family: "Trebuchet MS", sans-serif;
color: #5C5C5C;
background-color: #E0E0E0;
}
header {
padding: 0;
margin: 0;
background-image: url(imgs/bkg01.jpg);
background-position-y: 25%;
background-position-x: 25%;
}
#logo {text-align: left;}
#entete {text-align: center;}
nav {
border-top: 2px solid blue;
border-bottom: 2px solid blue;
}
nav a {
line-height: 170%;
white-space: nowrap;
color: #EAEAEA;
font-weight: bold;
text-decoration: 0;
background-color: #4200A5;
padding: 6px;
margin: 4px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}
nav .lienv {
color: grey;
font-weight: bold;
text-decoration: 0;
background-color: #4200A5;
padding: 6px;
margin: 4px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}
#inter {
}
article a {
white-space: nowrap;
}
footer {
text-align: center;}
}
a {
text-decoration: none;
font-style: italic;
font-weight: bold;
}
.retour01 {min-height: 50px; background-image: url(imgs/bkg02.jpg);}
.paragr {background-color: #FF3300; color: #000000;}
.paragr h3 {color: #ffffff;}
.paragr2 {background-color: #A8A8A8;}

.visu {font-size: 400%; color: #ffffff; font-weight: bold; font-style: italic;}
.visu2 {font-size: 120%; 
background-color: #ffffff; 
padding: 8px;}

.imglogo {
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 8px;}

.imggch {display: block; float: left; margin-right: 30px;}
.imgdrt {float: right;}
.signal { 
text-align: center; 
background-image:url(imgs/bkg02.jpg);
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px; 
overflow: hidden;}

.form01 input, .form01 textarea{
font-size: 110%;
color: grey;
border: 1px solid black;
}
.lenom, .leprenom, .courriel {width: 100%;}
.demande {width: 100%;}
.telephone {width: 50%;}
.envoi, .envoi input {
text-align: center;
padding: 8px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;}

h1 {
font-size: 170%;
text-align: left;
color: #ffffff;
font-weight: normal;
margin: 6px;
}
h2 {
display: block;
width: 100%;
font-size: 160%;
text-align: center;
font-weight: normal;
color: #747474;
margin: 12px;
}
h3 {
font-size: 140%;
color: #464646;
font-weight: normal;
text-align: left;
margin: 4px;
}

@media only screen and (max-width: 1024px)
{
.deplace nav .lienv {
display: block;
width: 96%;
color: grey;
font-weight: bold;
text-decoration: 0;
background-color: #4200A5;
padding: 6px;
margin-top: 8px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}

#logo {text-align: center;}
h1 {text-align: center;}
.imglogo {margin-left: auto; margin-right: auto}
}
