/****** Style des tags HTML generaux *************/

html {
	font-size: 12px;
}

table {
	font-size: 100%; /* IE hack */ 
}

#Body
{
	background: #fff url(images/body_background-new.gif) center top repeat-x;
	color: #000;
	font: 12px/normal Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a{
    text-decoration: none;
	color: #377FC6;
}

a:link{
    text-decoration: none;
	color: #377FC6;
}

a:visited{
    text-decoration: none;
	color: #377FC6;
}

a:hover{
    text-decoration: underline;
	color: #5CA3E9;
}

p, h1, h2, h3, h4, h5, h6, .Head
{
	font-family: Arial, Helvetica, sans-serif;
}

p
{
	margin: 0 0 1.1em 0;
}

h1
{
    color: #369;
	font-size: 24px;
	font-weight: normal;	
	line-height: normal;
}

h2
{
    color: #013;
    font-size: 17px;
	font-weight: bold;
	line-height: normal;
	margin: 1.2em 0 0.5em 0;
}

h3
{
    color: #036;
    font-size: 13px;
	font-weight: bold;
	line-height: normal;
	margin: 1.2em 0 0.5em 0;
}

h4
{
    color: #036;
    font-size: 12px;
    font-weight: normal;
	line-height: normal;
}

h5, DT
{
    font-weight: normal;
	line-height: normal;
}

h6
{
    font-weight: normal;
	line-height: normal;	
}

ul{
}

li{
	margin: 3px 0 0 0;
	padding: 0 0 0 7px;
}

ol li ul li
{
	list-style-type: disc;
}

ul li ol li
{
	list-style-type: decimal;
}

input{
	font-family: Arial, Helvetica, sans-serif;
}

sup{
	font-size: 50%;
}

.asterisque
{
	font-size: 9px;
	font-weight: normal;
}

.Head /*titre des modules*/
{
	color: #333;
	font-size: 13px;
	font-weight: bold;
}

.SubHead /* style of item titles on edit and admin pages */
{
    font-size:  10px;
}

td.SubHead
{
	padding-right: 10px;
	width: 135px;

}
td.Normal span {
	display: block;
}

.DNNAligncenter {
	text-align: left;
}

/******************* Divs de design  ***********************/

#contenant
{
	margin: 0 auto 0 auto;
	padding-bottom: 20px;
	width: 810px;
	background-color:#FFFFFF;
	background-image: url(images/body_background-new.gif);
	background-repeat: repeat-x;
}

#entete
{
	background-color: #292929;
    clear: both;
	color: #fff;
	font-size: 10px;
	height: 61px;
	line-height: 12px;
	padding: 0 10px 0 0;
}

#cadre_principal
{
	background: url(images/carre_bienvenue.png) no-repeat transparent -4px 1px;
	display: block;
	float: left;
	height: 100%;
	margin: 0;
	padding: 0 10px 40px 10px;
	width: 793px;
}

#wrapper
{
	float: right;
	width: 598px;
}

#contenu
{
	display: block;
	float: left;
	height: 100%;
	overflow: hidden;
	padding: 0 0 30px 15px;
	width: 579px;
}

#footer
{
	background-image: url(images/pied_page_background.gif);
	background-repeat: repeat-x;
	clear: both;
	padding: 20px 0 20px 0;
	text-align: center;
}

#footer .SkinItem
{
	color: #3D4B61;
	font-size: 0.8em;
}

/************** #entete *****************/

#entete a
{
	color: #ccc;
}

#portail_logo
{
	float: left;
}

#dnn_FORTSUM_NAVBAR_fortsumNavBar
{
	float: left;
	height: 34px;
	margin: 1px 0 15px 12px;
}


/************** #titre_page *****************/

#titre_page
{
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #b9c6d4;
	padding: 6px 0;
	margin: 0 0 10px 0;
}

#titre_page .skinobject
{
	color: #627489;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: normal;
}