@charset "utf-8";
/* CSS Document */

body {
background : #edeaeb;
color : #003366;
}

A:visited {
color : #022c5a;
text-decoration : none;
}
A:hover {
color : #cc0000;
text-decoration : none;
}
h1 {
font-size : 18px;
font-weight : bold;
font-family : Georgia, "Times New Roman", Times, serif;
color : #000099;
}
h2 {
font-size : 16px;
font-weight : bold;
font-family : Georgia, "Times New Roman", Times, serif;
color : #000099;
}
h3 {
font-size : 14px;
font-family : verdana;
font-style : normal;
font-weight : bold;
color : #022c5a;
font-variant : normal;
text-decoration : none;
}
.xpetit {
font-size : 8px;
}
.attention {
font-size : 14px;
color : #F00;
}

#global_sms_exemple {
	text-align : center;
}
#sms_exemple {
line-height:normal;
margin: 0 auto;
font-size : 16px;
width : 500px !important;
padding : 3px;
font-size : 11px;
font-family : "Verdana";
font-weight : normal;
border-style : solid;
border-color : #999999;
border-width : 1px;
cursor:pointer;
background-color:#EEE;
}

#sms_exemple:hover {
	background-color:#CCC;
}

#sms_expediteur {
	font-weight:bold;
}

#sms_contenu {
}