﻿/*Par Serge Hebert (Qc) pour Le CONcepteur.ca*/
/*Pour me joindre shebert@leconcepteur.ca*/

/* CSS Reset */
*{
margin: 0;
padding: 0;
}

header, footer, aside, nav, article, p {
display:block;
}

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
margin:0;
padding:0
}

img{
border:none
}
/*end reset*/

html {
font-size:100%;
background:#b4c0bc url(../images/bg.png) top center no-repeat;
margin:0;
padding:0
}

#content {
border:1px solid #6d7673; /* Pour tous les navigateurs */
border-radius:10px; /* Pour Explorer 9, Firefox 4, Opera 10.5 */
-moz-border-radius:10px; /* Pour Firefox 3.5 */
box-shadow:0 0 5px 5px #6d7673; /* Pour Explorer 9, Firefox 4, Opera 10.5 */
-moz-box-shadow:0 0 5px 5px #6d7673; /* Pour Firefox 3.5 */
-webkit-box-shadow:0 0 5px 5px #6d7673; /* Pour Safari 3.0, Chrome 1.0 */
color:#000;
font-size:.9em;

font-family:Arial, Helvetica, sans-serif;
background-color:#ffffff;

width:900px;
height:450px;
margin: 30px auto;
margin-bottom: 5px;
padding:0

}

#auto-ecole {
border:1px solid #6d7673; /* Pour tous les navigateurs */
border-radius:10px; /* Pour Explorer 9, Firefox 4, Opera 10.5 */
-moz-border-radius:10px; /* Pour Firefox 3.5 */
box-shadow:0 0 5px 5px #6d7673; /* Pour Explorer 9, Firefox 4, Opera 10.5 */
-moz-box-shadow:0 0 5px 5px #6d7673; /* Pour Firefox 3.5 */
-webkit-box-shadow:0 0 5px 5px #6d7673; /* Pour Safari 3.0, Chrome 1.0 */
color:#000;
font-size:.9em;

font-family:Arial, Helvetica, sans-serif;
background-color:#ffffff;

width:460px;
height:200px;
margin : auto; 
margin-top: 30px; 

padding:15px;

}

#auto-ecole #site-web {
width:260px;
height:200px;
}

#auto-ecole #bouton {
width:170px;
height:150px;
margin-left: 15px;
}

#message {
margin-top : 30px; 
text-align: center;
}

#copyright {
margin-top : 0px; 
color: #ddd;
text-align: center;
}

.zoom img {
width:120px;
height:87px;
}
#auto-ecole #bouton:hover {
width:180px;
height:160px;
}