/* Start of CMSMS style sheet 'Main' */
body {

}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:9pt;
	text-align: justify;
}

.violet {
	color: #372772;
}
.rouge {
	color: #ba3816;
}
/*

.t {background: url(../images/dot2.gif) 0 0 repeat-x; width: 90%;}
.b {background: url(../images/dot2.gif) 0 100% repeat-x}
.l {background: url(../images/dot2.gif) 0 0 repeat-y}
.r {background: url(../images/dot2.gif) 100% 0 repeat-y}
.bl {background: url(../images/bl2.gif) 0 100% no-repeat}
.br {background: url(../images/br2.gif) 100% 100% no-repeat}
.tl {background: url(../images/tl2.gif) 0 0 no-repeat}
.tr {background: url(../images/tr2.gif) 100% 0 no-repeat; padding:10px; text-align:left;}
*/

/** Menu gauche **/
#menu ul {
	list-style-type: none;
	padding: 0;
	margin:0;
	padding-left:0px;
	font-size:10pt;
}
#menu ul ul {
	padding:0;
	margin:0;
}
#menu ul li a {
	font-size:10pt;
	color: #372772;
	line-height: 20px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(images/li.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	font-size:10.5pt;
}
#menu ul li.currentpage h3 {
	color: #ba3816;
	font-weight: bold;
	font-size:10pt;
	border: 0px;
	margin:0px;
	padding:0px;
	margin-left: 15px;
	font-size:10.5pt;white-space:nowrap;
}
#menu ul ul li.currentpage h3 {
	color: #ba3816;
	font-weight: bold;
	font-size:9pt;
	border: 0px;
	margin:0px;
	padding:0px;
	padding-left: 0px; white-space:nowrap;
}
#menu ul ul li {
	margin-left: 20px;
	padding-left: 0px;
}
#menu ul ul li a {
	margin-left: 0px;
	padding-left: 0px;
	line-height: 18px;
	color: #FF6600;
	font-size:9pt;
	font-weight: normal;
}
#menu ul li a:hover {
	color: #ba3816;
	background-image: url(images/li2.png);
	font-size:10.5pt;
}
#menu ul ul li a:hover {
	color: #ba3816;
	background: transparent;
	font-size:9pt;
}
 
/** ENTETE DE MODULE **/

h3 {
	border-bottom:1px solid #FF6600; 
	font-size:12px;
	font-weight:bold; 
	color: #FF6600; 
	line-height: 20px; 
	margin-bottom: 10px
}


/** GENERAL **/

a {
	text-decoration:none;
	color: #372772;
}

h3 a {
	color: #FF6600; 

}
a:hover {
	text-decoration:underline;
}

h1 {
	color: #ba3816;
	font-size:12px;
	border-bottom: 1px solid #ba3816;
	display:block;
	line-height: 20px;
	margin-bottom: 10px;
	width:100%;
	margin-top:2px;
}

/** Questionnaires **/
/*
div.item {
	margin-bottom:10px;
	width: 700px;/*expression(document.body.clientWidth > 400 ? "400px" : "auto");*/
	clear:both;
}

div.question {
	margin-bottom:10px;
	width: 700px;/*expression(document.body.clientWidth > 400 ? "400px" : "auto");*/
	font-weight:bold;
}

div.question_gauche {
	float:left;
	min-width: 150px;
	font-weight:bold;
}

div.ssquestion_gauche {
	float:left;
	min-width: 150px;/*expression(document.body.clientWidth > 400 ? "400px" : "auto");*/
	margin-bottom:10px;
}

div.reponse {
	float:left;
	margin-left:10px;
	margin-right:10px;
	min-width:150px;
	min-height:20px;
	margin-bottom:10px;
}

div.reponse_plus {
	display:inline;
}

div.clear {
	clear:both;
}

div.item textarea {

	height:60px;

	margin-bottom:10px;

	clear:both;
}*/

/* End of 'Main' */

