/* CSS Document */
/* style à appliquer au body, sans toucher body*/

body{
margin:0;
padding:0;
}
#main {
background-color:#fff;
margin:5px 20px 0px 5px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333;
width:760px;
}
/* PARTIE 1 : en-tete et titraille*/
#logos {
position:absolute;
border:none;
width:100px;
height:106px;
border:0; 
margin-left:10px;
}

#version {
position:absolute;
left:630px;
	border:none;
	width:32px;
	height:20px;
	top: 100px;
	}

/*titre de la page ou nom de l'équipe*/
#bloc_titres {
position:absolute;
left: 150px;
height:95px;
margin-bottom:10px;
font-weight:bold;
text-indent:0px;
}

.titre {
color:#039;
font-size:14px;
padding-top:5px;
width:650px;
line-height:20px;
}

.dpt {
color:#999;
font-size:12px;
padding-top:5px;
}

.responsable {
color:#039;
font-size:11px;
}

.ligne600{
margin:5px 2px 4px 5px;
font-size:9px;
color:#999;}

/* PARTIE2  positionnement du corps / à titraille */

#corps{
position:absolute;
top:125px;
width:760px;
}

/* PARTIE 4 : corps de la page */


p {
margin-left:10px;
text-align:justify;
margin-right:5px;
}
.indicatif{
font-weight:bold;
margin-left:190px;
}

h1{
color:#039;
font-size:11px;
font-weight:bold;
margin-left:15px;
}

.urgence{
font-size:12px;
font-weight:bold;
color:#fff;
padding:4px 8px 4px 8px;
background-color:#060;
text-align:center;
width:620px;
}


/* liens */

a:link {
	text-decoration:none;
	color:#039;
	border:none;
	}
	a:visited {
	text-decoration:none;
	color:#0C3;
	border:none;
	}
	a:hover {
	text-decoration:none;
	color:#fff;
	/*font-weight:bold;*/
	background-color:#093;
	border:none;
	}
	a:active{
	text-decoration:none;
	background-color:#333;
	color:red;
	border:none;
	}
/* styles COMMUNS TABLES */
table{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
border:none;
margin-left:15px;
color:#333;
}
td {
height:18px;
border-bottom:1px solid #888;
border-right:1px solid #888;
}
.titrecol{
font-weight:bold;
color:#D31834;
text-align:center;
}

/* table ALPHABET */
.table_alpha {
width:638px;
margin:25px 15px;
padding:0px;
font-weight:bold;
}
.tr_alpha {
background-color:#eee;
}
.td_alpha {
text-align:center;
vertical-align:middle;
}

/* table numéros TELEPHONE */
.table_numero {
margin : 10px 10px;
}
.colnom{
width:170px;
padding-left:5px;
}
.colprenom{
width:90px;
padding-left:5px;
}
.colequip{
width:150px;
padding-left:5px;
}
.colnumero{
width:80px;
text-align:center;
}
.colbat{
width:65px;
text-align:center;
}
.coletage{
width:40px;
text-align:center;
}
/* table FAX*/
.table_fax {
color:#333;
margin:40px 10px;
}
.faxcol_lieu{
width:100px;
padding-left:5px;
}
.faxcolnom{
width:400px;
padding-left:5px;
}
.faxcolnumero{
width:120px;
text-align:center;
}

/* PARTIE DERNIERE : boutons retour MANQUE-t-il Style pour la ligne de fin ?*/
#retour{
position:absolute;
left:250px;
width:30px;
height:31px;
border:0; 
padding-top:10px;
}
#index{
position:absolute;
left:350px;
width:32px;
height:42px;
border:0; 
}
