/**********DEFAULTS**************/
body {
	margin-top: 0px;
	font-family: Verdana;
	font-size:11px;
	/*color:#3D656B;*/
	text-align:center;
	background-color:#FFFFFF;
}


/************TEXTE**************/
.size12{
	color:#302c23;
	font-family: Verdana;
	font-size:12px;
}

.footer{
	color:#302c23;
	font-family: Verdana;
	font-size:12px;
}


.size30{
  font-size:30px;
}
.titre15{
  font-size:15px;
  font-weight: bold;
}
.titre17{
  font-size:17px;
  font-weight: bold;
}
.titre18{
  font-size:18px;
  font-weight: bold;
}

p.information{
	background:url(./img/fleche.gif);
	padding-left:15px;
}

.texte10{
  font-size:10px;
}
.texte11{
  font-size:11px;
}
.texte12{
  font-size:12px;
}
.texte13{
  font-size:13px;
}
.texte15{
  font-size:15px;
}
.texte17{
  font-size:17px;
}
.texte18{
  font-size:18px;
}

.texte11instrument{
  font-size:11px;
  text-align: justify;
}

a.notrait{
  font-family: Verdana;
	font-size:10px;
	font-weight: bold;
  text-decoration:none;
}

a.calendrier{
	font-family: Verdana;
	font-size:11px;
	text-decoration:none;
	color: #066;
}

a{
	font-family: Verdana;
	text-decoration:none;
	color: #066;
}

a.deconnectlink{
	color: #D3D2D1;
}

/************TABLEAU**************/
.tableau{
	color:#FFFFFF;
	font-family: Verdana;
	font-size:10px;
	font-weight:bold;
}

table.withBorder{
   font-family: Verdana;
	font-size:11px;
	border-collapse: collapse;
	border: 1px solid #999999;
}

table.withBorderBlack{
   font-family: Verdana;
	font-size:11px;
	border-collapse: collapse;
	border: 1px solid #000000;
}

table.homePage{
   font-family: Verdana;
	font-size:11px;
	border-collapse: collapse;
	border: 1px solid #1A58B0;
}


TR.firstline, TD.firstline, DIV.firstline {
	background-color: #000000;
	color:#F5F92F;
	font-weight: bold;
}
TD.homePagetd{
   font-size:12px;
}

td.titre{
   font-family: Verdana;
	font-size:15px;
	font-weight: bold;
}
td.titreUser{
	font-weight: bold;
}
td.cadrephoto{
   padding-top:7px;
	background-repeat: no-repeat;
	font-size:10px;
}
td.titre_calendrier{
   font-family: Verdana;
	font-size:16px;
	font-weight: bold;
	text-decoration:underline;
}
td.jour{
   font-family: Verdana;
	font-size:11px;
	font-weight: bold;
	border-collapse: collapse;
	border: 1px solid #000000;
	text-align: center;
}
td.casecalendrier{
   font-family: Verdana;
	font-size:9px;
	/*font-weight: bold;*/
	border-collapse: collapse;
	border: 1px solid #000000;
	/*text-align: center;*/
}

td.eventcalendar{
   font-family: Verdana;
	font-size:9px;
	color: white;
	border-collapse: collapse;
	border: 1px solid #000000;
	background-color: #ADA39D;
}

/************MENU**************/
div.sdmenu {
	width: 130px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(bottom.gif) no-repeat  right bottom;
	/*color: #fff;*/
	color: #ffffff;
}
div.sdmenu div {
	background: url(title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: #969696;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	/*background: #084081;*/
	/*background: #969696;*/
	background: url(./img/fond_titre_menu.gif) repeat-x fixed top left;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
}
div.sdmenu div a.current {
	background : #ccc;
}
div.sdmenu div a:hover {
	/*background : #066 url(linkarrow.gif) no-repeat right center;*/
	background : #C5C3C3;
	color: #fff;
	text-decoration: none;
}

/* NOUVELLE STRUCTURE */ 
.container {
	width: 894px;
	margin-left: auto;
	margin-right: auto;
}

.content {
	border:3px solid #7b736c;
}

.content2 {
	border:3px solid #ada59f;
	padding: 5px 10px 5px 10px;
}
