/*
Theme Name: Al Poudre
Description: Design crée pour le Domaine Al Poudre
Version: 1.0
Author: La Petite Usine
Author URI: http://www.lapetiteusine.be
*/

*
{
border:0px solid #eee;
margin:0;
padding:0;
}

html,body
{
padding: 0px;
width:100%;
height:100%;
}

body
{
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, Verdana;
font-size: 12px;
line-height: 16px;
text-align: middle;
}

p
{
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, Verdana;
font-size: 12px;
line-height: 16px;
}

a
{
color: black;
text-decoration: none;
outline: none;
}

a:hover
{
color: #7a032a;
}

#container
{
position: absolute;
left: 50%;
width: 1000px;
margin-left: -500px;
top: 30px;
}


#header
{
border: 0px;
height: 120px;
text-align: center;
font-family: Arial, Helvetica;
font-weight: normal;
font-size: 12px;
}

#header h1
{
font-family: Georgia, Times;
font-weight: bold;
font-style: italic;
font-size: 22px;
line-height: 22px;
}

#header h2
{
font-family: Arial, Helvetica;
font-weight: normal;
font-size: 14px;
line-height: 26px;
}

h3
{
margin-bottom: 10px;
}

#main_menu
{
border: 0px;
border-top: 1px solid black;
border-bottom: 1px solid black;
height: 30px;
text-align: center;
font-family: Georgia, Times;
font-style: italic;
font-weight: bold;
font-size: 11px;
}

#main_menu
{
border: 0px;
border-top: 1px solid black;
border-bottom: 1px solid black;
height: 30px;
text-align: center;
font-family: Georgia, Times;
font-style: italic;
font-weight: bold;
font-size: 11px;
}

#main_menu div
{
margin-top: 6px;
}

#content
{
position: relative;
padding: 0px;
padding-top: 30px;
padding-bottom: 30px;
}

#content img
{
/* display:inline-block;
vertical-align: top;*/
float: left;
margin-right: 20px;
}

#content .text
{
display:inline-block;
position: relative;
/* margin-left: 40px;*/
margin-top: 0px;
width: 370px;
}

#content p
{
padding-bottom: 10px;
}

.subsection
{
display: none;
padding-bottom: 20px;
margin-bottom: 30px;
/* border-bottom: 1px solid gray; */
}

.submenu
{
position: absolute;
left: 860px;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid black;
/* font-family: Georgia, Times; */
/* font-style: italic; */
font-weight: bold;
font-size: 12px;
line-height: 18px;
}

.submenu a
{
display: block;
}

.tab1
{
display: block;
}

.itineraire
{
height: 430px;
}

a.imprimer
{
color: #7a032a;
text-decoration: none;
}

a.imprimer:hover
{
color: #7a032a;
text-decoration: underline;
}

#footer
{
border: 0px;
border-top: 1px solid black;
height: 60px;
text-align: center;
font-family: Arial, Helvetica;
font-weight: normal;
font-size: 9px;
}



/* FORMULAIRE DE CONTACT */

.formulaire
{
height: 590px;
}

.formOption
{
border: 1px solid black;
}

.formSubmit
{
background-color: black;
color: white;
}

.formSubmit:hover
{
background-color: white;
color: black;
}





/* GALERIE */

#gallery
{
background-color: none;
padding: 0px;
/* width: 200px;*/

}

#gallery ul
{
list-style: none; 
}

#gallery ul li
{
display: inline;
}

#gallery ul img
{
float: none;
display: inline-block;
vertical-align: middle;
border: 0px solid black;
/*border-width: 5px 5px 20px;*/
border-width: 1px;
margin-right: 10.5px;
margin-bottom: 10.5px;
}

#gallery ul a:hover img 
{
border: 5px solid #7a032a;
/*border-width: 5px 5px 20px;*/
border-width: 1px;
color: #fff;
}

#gallery ul a:hover
{
color: #fff;
}



