html				 	{height: 100%;}
	
BODY 
{
	margin: 0px; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	background-color: #CCD3B1;
	height: 100%;
}

img {border:0px;}

#conteneur 
{
	/*border: 1px solid red;*/
	height:auto !important;
	height: 100%;
	min-height:100%;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: left; /* on rétablit l'alignement normal du texte */
	background-color:#ffffff;
	background-image: url("../images/conteneur.jpg");
	background-repeat:no-repeat;
}

#topimage 				{height: 223px;height: 228px;}
#menu 					{height:28px;}
td 					{line-height:5px;}


#welcomeheader 
{
	background-image: url("../images/welcomeheader.jpg");
	background-repeat:no-repeat;
	height:68px;
	line-height:68px;
	font-family: verdana, arial, Times New Roman,helvetica, sans-serif;
	font-size: 20px;
	text-decoration:none;
	font-weight: bold;
	color:#FF0000;
	padding-left:25px;
	/*border: 1px solid red;*/
}

#print 
{
	text-align:right;
	margin-right:20px;
	margin-top:-75px;
}

#print A 
{
	color:#ff0000;
	font-weight: normal;
	font-family:verdana, Times New Roman, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}

#contentBugIE 				{
	width:760px;
	/*border: 1px solid green;*/
	padding-bottom:75px;
}

#content 
{
	padding-left:20px;
	padding-right:20px;
	/*padding-bottom:40px;*/

	/*border: 1px solid white;*/
	border-top: 1px solid #f7f7f7;

	margin-top:10px;
	/*border: 1px solid blue;*/
	clear:both;
}

#content, #content table
{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	font-weight: normal;
	line-height:20px;
}

#content div.subheader P.bodytext 		
{
	margin: 0px;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight: bold;
}

#content .title 			{font-weight: bold;font-size: 14px;}
#content P 				{margin: 0px;padding:0px;margin-top:10px;margin-bottom:10px;}
#content A:link 			{color:#000000;}
#content A:visited 			{color:#000000;}
#content A:hover 			{color:#ff0000;}
#content td 				{line-height:18px;}
#content img 				{margin-top:10px;margin-top:10px;}
#content H1 				{font-weight: bold;font-size: 17px;}
#content H2 				{font-weight: bold;font-size: 15px;}
#content H3 				{font-weight: bold;font-size: 14px;}
#content H4 				{font-weight: bold;font-size: 13px;}
#content H5 				{font-weight: bold;font-size: 12px;}
#content .align-center 			{text-align:center;}
#content ul				{margin-top: 0px;margin-bottom: 0px;}

#content TABLE.csc-frame-frame1 
{ 
	margin: 10px 0px 10px 0px; 
	border-collapse: collapse;
	width:720px;
}

#content TABLE.csc-frame-frame1, #content TABLE.csc-frame-frame1 TR {background-color: #cccccc; }
#content TABLE.csc-frame-frame1,#content TABLE.csc-frame-frame1 TR TD {border: 2px #999999 solid;}

#content TABLE.csc-frame-frame1 TR TD 
{ 
	padding:0px;
	margin:0px;
}

#content TABLE.csc-frame-frame1 TR TD P
{
	margin:0px;
	padding:0px;
	padding-left:5px;
	padding-right:5px;
}


#content .news-single-img
{
	float:left;
	margin-right:10px;
	margin-top:10px;
}


#content #tx_tt_news_list 
{
	float:right;
	width:225px;
	margin-left:20px;
	margin-top:5px;
}
#content #tx_tt_news_list .title A:link,#content #tx_tt_news_list .title A:visited,#content #tx_tt_news_list .title A:hover 
{
	font-size: 16px;
	font-weight: bold;
	color:#FF0000;
	text-decoration:none;
}
#content .news-single-item .subheader {
	font-weight: bold;
	margin-left:20px;
	font-style: italic ;
}
#content #tx_tt_news_list A:link 	{color:#000000;}
#content #tx_tt_news_list A:visited	{color:#000000;}
#content #tx_tt_news_list A:hover 	{color:#ff0000;}

#footer 
{
	background-color:#FFFFFF;
	clear:both;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	position: relative;
	top:-35px;
	text-align: right;
	padding-bottom:50px;

}

hr.separation 				{clear: both;visibility:hidden;}

