@charset "UTF-8";

.SAIA 
{
	text-align:		justify;
}

.SAIA h1
{
	font-weight:	bold;
	font-size:		20pt;
	text-align:		center;
}

.SAIA h2
{
	font-weight:	bold;
	font-size:		17pt;

	text-align:		center;
}

.SAIA h3
{
	font-weight:	bold;
	font-size:		12pt;
	margin:				5px;
	margin-left:	-5px;
}

.SAIA li
{
	margin-bottom:	4px;
}

.SAIA .hidden
{
	visibility:hidden;
}

.SAIA .sommaire
{
	text-align:left;
	margin:auto;
	width:400px;
	margin-bottom:		60px;
}

.SAIA .description
{
	width:						90%;
	margin:						auto;
	margin-bottom:		10px;
	padding:					15px;

	background-color: #FFFFCC;
	border:						dotted 2px #6633FF;
}

.SAIA .description h2
{
	color:						Tomato;
	background-color: #FFFFBB;
	border-bottom:		dotted 2px #6633FF;
	
	margin:						0px;
	margin-bottom:		10px;
	margin-top:				-15px;
	margin-left:			-15px;
	margin-right:			-15px;
	
	padding:					5px;
	
	font-variant:			small-caps;
}

.SAIA .description .copyright
{
	text-align:				right;
	font-size:				x-small;
	margin-bottom:		-13px;
	margin-right:			-13px;
}

.SAIA .retour-sommaire
{
	float:						right;
	font-size:				small;
	margin:						-13px;
	padding:					0px;	
}