/* fichier: alarme.css*/

body {
font: 80%  times, serif;
font-size:100%;
background: #ffffff; 
/*background-image: url(../textures/ipix_bluegreybumps.jpg); */
}



p {
text-align:center;
font-size:1.2em;
line-height: 100%;
margin: 4px 0 4px 0;
}

ul {
 padding:0;
margin-left: auto ;
margin-right: auto ;
 list-style-type:none;
 }
li {
 margin-left:2px;
 float:left; /*pour IE*/
 }
ul li a {
 display:block;
 float:left;   
 /*width:110px;*/
 background-color:#6495ED;
 font-size:0.8em;
 color:black;
 text-decoration:none;
 text-align:center;
 padding:0 11px 0 11px;
 
 border:2px solid;
 /*pour avoir un effet "outset" avec IE :*/
 border-color:#DCDCDC #696969 #696969 #DCDCDC;
 }
ul li a:hover {
 background-color:#D3D3D3;
 border-color:#696969 #DCDCDC #DCDCDC #696969;
 } 

#container{
position:relative;
top:5px;
width: 750px ;
margin-left: auto ;
margin-right: auto ;
}

#menu{
width:750px;
margin-left: auto ;
margin-right: auto ;
}



#incendie_img {
position:absolute; 
right:10px; 
top:220px; 
width:218px; 
height:200px; 
}

#sicela { position:absolute;
top:110px; 
width:825px; 
height:169px; 
margin-left: auto ;
margin-right: auto ;
}

#alarm { 
position:absolute; 
left:11px; 
top:220px; 
width:500px; 
height:260px; 
margin-left: auto ;
margin-right: auto ;
background-color: #FFFFFF;
border: 1px solid #000022;
}

#prix {
float: right;
width:174px; 
height:230px; 
}

#alarme_logo { 
float :left;
width:254px; 
height:234px; 
}

#plasp_logo{

width:505px; 
height:66px; 
}



#blurb {
position:absolute;
right:10px; 
top:400px; 
width:195px; 
height:101px; 
margin-left: auto ;
margin-right: auto ;
color:#5555ff;
}

#votrem{
position:absolute; 
left:298px; 
top:175px; 
width:324px; 
height:94px; 
background-color: #FFCC99; 
border: 1px none #000000;
}
