/* CSS Document */


/**
** devis etape 0 (home)
**/

#infos
{
margin-left:20px;
margin-right:20px;
margin-top:20px;
margin-bottom:20px;
padding:0;
}

#infos #liste
{
padding-left:20px;
padding-right:0;
border-color:#c21e1e;
border-style:solid;
border-width:1px;
height:150px;
overflow:auto;
margin-bottom:30px;
}

#infos #liste p
{
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:14px;
font-weight:normal;
text-align:justify;
padding:0;
margin:0;
width:350px;
}

#infos #liste strong
{
color:#c21e1e;
}

#infos #liste a
{
color:#000000;
text-decoration:none;
}

#infos #liste a:hover
{
text-decoration:underline;
}

#infos h1
{
color:#c21e1e;
font-weight:bold;
margin-left:auto;
margin-right:auto;
margin-top:20px;
margin-bottom:20px;
}

#infos p
{
text-align:justify;
}
