/* /////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////// */
/*                                                                             */
/*                          CSS for STOPGOUTTE in work                         */
/*                                                                             */
/*                            by Thierry Lienard                               */
/*                                                                             */
/*                            info_AT_asgard.be                                */
/*                                                                             */
/* /////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////// */

body
{ margin: 0; 
background: #fff url(../img/degrade.gif) repeat-x; 
color: #262323; 
font-family: Tahoma, san-serif; 
font-weight: bold;
font-size: 11pt;  
padding: 0 20px; }


#nouveau
{
	background-color:#CF0;
}


#contenu
{
width: 450px;
height: 228px;
margin: 70px auto 0;
background-image: url(../img/eDROP.png);
background-repeat: no-repeat;
}

#infos
{
width: 450px;
margin: 50px auto 0 auto;
font-size: 10pt;
}

#adresse
{
float: left;
width: 260px;
height: 50px;
margin: 0 0 10px 0;
}

#adresse img
{
float: left;
margin: 0 10px 40px 0;
}

#telephone
{
height: 30px;
margin: 0 0 0 270px;
}

#fax
{
height: 50px;
margin-left: 270px;
}

h1, h2
{
color: #262323;
}

h1
{
font-size: 30px;
margin-left: 30px;
}

h2
{
font-size: 20px;
}

a:link
{
color: #4b7eba;
text-decoration: none;
cursor: pointer;
}

a:visited
{
color: #4b7eba;
text-decoration: underline;
}

a:hover
{
color: #cc0000;
}

a:active
{
color:#c0c4ab;
}

p
{
text-align:center;
font-weight: bold;
}

.red
{
color: #cc0000;
font-size:10pt;
}
/* /////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////// Formulaires ///////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////// */

form
{
width:400px;
margin: 30px auto 50px auto;
border: 2px dashed #cc0000;
padding: 20px 5px 20px 20px;
}

label
{
float: left;
width: 30%;
font-weight: bold;
font-size: 10pt;
color: #4b7eba;
}

input[type="text"], textarea
{
border:1px solid #262323;
}

input[type="text"]:focus, textarea:focus
{
border:1px solid #cc0000;
}

input[type="button"], input[type="reset"]
{
background: #4b7eba;
border: 1px solid #fff;
color: #fff;
font-weight:bold;
}
input[type="button"]:hover, input[type="reset"]:hover
{
background: #cc0000;
}

#adress
{
display: none;
}.couleur_bordeau {
	color: #903;
}
.couleur_blanc {
	color: #FFF;
}
.centre {
	text-align: center;	
}
.align_droit {
	text-align: right;
}
.align_gauche {
	text-align: left;
}
.taille_bloc_moyen {
	width: 400px;
}

