@charset "UTF-8";

/* CSS Document */
/* Importation des css pour le grid et le resize automatique de la page */
@import"../css/reset.css";
@import"../css/skeleton.css";

/*Importation des fonts*/
@import url('http://fonts.googleapis.com/css?family=Varela');
@import url('http://fonts.googleapis.com/css?family=Oswald');

html, body {
	height: 100%;
}
/*CSS de base du body ainsi que le background du body*/
body {
	background: url("../images/pattern2.jpg") repeat;
	font: 13px/21px Arial, Helvetica, sans-serif;
	color: #243640;
	position: relative;
	min-width: 320px;
}

/* Grille servant seulement à facilité le placement sur la page */
.grille {
	width: 960px;
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -480px;
}

/* Les deux petites barres du haut de la page */
.bar {
	background: url("../images/top_stripe_2.png") repeat-x;
	padding-bottom: 13px;
}

.H1Title {
	font: 600 40px/40px 'Century Gothic', Arial, Helvetica, sans-serif;
	text-shadow: 3px 3px 5px #243640; /* CSS3 permettant d'avoir un shadow des lettres (ne fonctionne pas avec IE)*/
        margin-top: 20px;
}

.homeA
{
    text-decoration: none;
    color: inherit;
}

.blueC {
    color: #1118ab;
}

.subH1 {
    font: 600 14px/60px 'Century Gothic', Arial, Helvetica, sans-serif;
    text-shadow: none;
}

.margin_0 {
    margin-left: 0;
    margin-right: 0;
}

.button_menu {
    font-size: 16px;
    border-radius: 10px;
    height: 36px;
    background-image: url("../images/bgButton.jpg");
    color: white;
    border: none;
}

.button_menu:hover {
    background-image: url("../images/bgButtonHover.jpg");
    cursor: pointer;
}

#facebookA {
    float: right;
    height: 32px;
    width: 32px;
    margin-top: 2px;
    overflow: hidden;
}

#citEnAttente {
    float: right;
    line-height: 36px;
    font-size: 14px;
    margin-right: 20px;
}

.wrap_bar {
    background: url("../images/stripe.png") repeat-x top;
    padding: 7px 0 0 0;
    margin-top: 5px;
}

.wrap_bar_2 {
    background: url("../images/stripe.png") repeat-x top;
    padding: 7px 0 0 0;
    margin-top: -7px;
}

.section_milieu {
    background: url("../images/pattern1.jpg") repeat;
    padding: 5px 0 15px 0;
}

.quoteInfo, .quoteActual, .quotePosted {
    padding: 0 10px;
}

.quote {
    background: white;
    border-radius: 15px;
    margin-top: 10px;
    padding: 5px 0;
}

.quoteNumber {
    text-decoration: none;
    color: blue;
}

.quoteNumber:hover {
    text-decoration: underline;
}

.quoteText {
    padding: 10px 0 10px 15px;
    border-bottom: 1px solid #E8E8E8;
}

.pageSelector {
    text-align: center;
    margin-top: 5px;
}

.pageNum {
    text-decoration: none;
    padding-right: 5px;
}

a.pageNum {
    color: blue;
}

a.pageNum:hover {
    text-decoration: underline;
}

#boxCont
{
    display: none;
    background-color: black;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 100%;
}

/* Boite pour envoyer une citation*/
#quoteBox
{
    display: none;
    position: absolute;
    background: white;
    z-index: 120;
    border-radius: 20px;
    top: 5%;
    width: 50%;
    left: 25%;
}

#formQuote
{
    width: 80%;
    margin: auto;
}

.titreBox
{
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
    font-size: 1.2em;
}

.quoteBoxlbl
{
    font-weight: bold;
}

.quoteBoxinput
{
    width: 100%;
    margin-bottom: 10px;
}

#calendar
{
    font-size: 75%;
    margin-bottom: 10px;
}

#quoteExplain
{
    margin-bottom: 5px;
}

.quoteExplainP
{
    padding-left: 10px;
}

#quote
{
    resize: none;
}

#formButtonCont
{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

#resetButt
{
    margin-right: 5px;
}

.footer
{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
}

.footer img
{
    width: 16%;
}

.designWeb
{
    text-decoration: none;
    font-style: italic;
    color: #243640;
}

.designWeb:hover
{
    text-decoration: underline;
}

@media only screen and (min-width: 768px) and (max-width: 995px) {
    .footer img 
    {
        width: 20%;
    }
    
    #quoteBox
    {
        width: 60%;
        left: 20%;
    }
}

@media only screen and (max-width: 767px) {
    .subH1
    {
        display: block;
        font: 600 14px/30px 'Century Gothic', Arial, Helvetica, sans-serif;
        text-indent: 20px;
    }
    
    .button_menu
    {
        width: 100%;
        margin-top: 10px;
    }
    
    #facebookA
    {
        display: none;
    }
    
    #citEnAttente
    {
        float: none;
        margin-right: 0;
        text-align: center;
        margin-top: 5px;
    }
    
    .wrap_bar
    {
        margin-top: 0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .footer img
    {
        width: 30%;
    }
    
    #quoteBox
    {
        width: 70%;
        left: 15%;
    }
    
    #calendar
    {
        font-size: 65%;
    }
    
    #formButtonCont input
    {
        font-size: 90%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .footer img
    {
        width: 35%;
    }
    
    #quoteBox
    {
        width: 90%;
        left: 5%;
    }
    
    #formQuote
    {
        width: 90%;
    }
    
    #calendar
    {
        font-size: 55%;
    }
    
    #formButtonCont input
    {
        font-size: 85%;
    }
}