/*
================================================================================
LIENS
================================================================================
*/

a:link      { text-decoration: none; border-bottom: 1px dashed #333355; color: #333355;	font-weight: bold; }
a:visited   { text-decoration: none; border-bottom: 1px dashed #333355; color: #333355;	font-weight: bold; }
a:active    { text-decoration: none; border-bottom: 1px dashed #333355; color: #333355; font-weight: bold; }
a:hover     { text-decoration: none; border-bottom: 1px dashed #333355; color: #333355; font-weight: bold; background-color: #ffff99; }

/*
================================================================================
MENU
================================================================================
*/

.menu {
	margin: 0px 8px 0px 8px;
	padding: 5px;
	border: none;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: white;
}

a.menu:link {
	border: none;
	color: #000033;
}

a.menu:visited {
	border: none;
	color: #000033;
}

a.menu:active {
	border: none;
	color: #000033;
}

a.menu:hover {
	padding: 4px;
	border: 1px solid black;
	color: #000000;
	background-color: #FFCC66;
}

/*
================================================================================
CORPS
================================================================================
*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #555;
	color: #333;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.corps {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.format {
	border:none;
	margin:0px;
	padding:0px;
	border-spacing: 0px;
}

.format td {
	margin: 0px;
	padding: 0px;
}

.page {
	width:660px;
	border: 0px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}

.page h1 {
	background-image: url(/img/infinys-logo-32x32.png);
	background-repeat: no-repeat;
	background-position: 30px 50px;
	height: 80px;
}

.logo {
	background-image: url(/img/iamanys-logo-sans-contour-150x47.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 47px;
	margin: 15px 0px 30px 15px;
}

.message {
	margin: 10px;
	padding: 10px;
	border: 1px dashed #333;
	background-color: #eee;
}

.borderhaut {
	border-top: 1px dashed #666;
	margin-top: 20px;
}

/*
================================================================================
TITRES
================================================================================
*/

.titre {
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 27px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 0px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px;
}

/*
================================================================================
MESSAGES
================================================================================
*/

.msgerreur {
	color: #ff0000;
	font-weight: bold;
}

.msgcorrect {
	color: #0000ff;
	font-weight: bold;
}

/*
================================================================================
MISE EN FORME
================================================================================
*/

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

li {
	padding-top: 6px;
	padding-bottom: 6px;
}

.petit {
	font-size: 10px;
}

.pdf {
	cursor: pointer;
	display: block;
	background-image: url(/img/pdf.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	margin: 0px 20px 0px 20px;
	padding: 15px 1px 1px 70px;
	height: 50px;
	border: none !important;
}

.pdf:hover {
	background-color: #ddd;
	background-position: 4px 1px;
	border: 1px solid #777 !important;
	padding: 14px 0px 0px 69px;
}

.video {
	cursor: pointer;
	display: block;
	background-image: url(/img/video-play.png);
	background-repeat: no-repeat;
	background-position: 7px 7px;
	margin: 10px 20px 0px 10px;
	padding: 30px 20px 1px 145px;
	height: 110px;
	border: none !important;
}

.video:hover {
	background-color: #ddd;
	background-position: 6px 6px;
	border: 1px solid #777 !important;
	padding: 29px 19px 0px 144px;
}

.normal {
	font-weight: normal;
}
#cs_flashBody {
	background-color: #ffffff;
	font: .8em/1.3em verdana,arial,helvetica,sans-serif;
	text-align: center;
}

#cs_noexpressUpdate {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #003300;
	text-align: left;
	background-repeat: no-repeat;
	width: 210px; 
	height: 200px;	
	padding: 40px;
}

.decal { 
	display: inline-block;
	margin: 10px 0px 10px 40px;
}

