/* Directives pour le module support */

div.doc_index_column{
	width: 29%;
	height: 310px;
	padding: 1%;
	margin: 1%;
	float: left;
	background: #F5F2F9 url("../images/general/logo.png") no-repeat center;
	background: #F5F2F9 url("../images/main/bg_support1_box.png") repeat-x bottom;
	border: solid 1px #CCC;
	-moz-border-radius: 5px;
}
div.doc_index_column_hover{
	width: 29%;
	height: 310px;
	padding: 1%;
	margin: 1%;
	float: left;
	background: #F5F2F9 url("../images/main/bg_support1_box.png") repeat-x bottom;
	border: solid 1px red;
	-moz-border-radius: 5px;
}

div#faq_pmr{
	width: 100%;
	height: 100%;
	background: #F5F2F9 url("../images/general/logo.png") no-repeat center;
}

div.tool{
	width: 31%;
	height: 141px;
	margin: 1%;
	float: left;
	background: #F5F2F9;
	border: solid 1px #CCC;
	cursor: pointer;
	text-decoration: none;
	-moz-border-radius: 5px;
}
div.tool a{
	padding: 1%;
	font-size: 15px;
	font-weight: bold;
	display: block;
	height: 98%;
	width: 98%;
	color: #333;
	/* #774993; */
}
div.tool a:hover{
	text-decoration: none;
	color: red;
}
div#tool_agenda{
	background: url("../images/main/tools/dock_picto_cahiertext_grey.png") center no-repeat #F5F2F9;
}
div#tool_agenda_hover{
	border: solid 1px red;
	background: url("../images/main/tools/dock_picto_cahiertext.png") center no-repeat #FFF;
	text-decoration: none;
}
div#tool_blog{
	background: url("../images/main/tools/dock_picto_blog_grey.png") center no-repeat #F5F2F9;
}
div#tool_blog_hover{
	border: solid 1px red;
	background: url("../images/main/tools/dock_picto_blog.png") center no-repeat #FFF;
	text-decoration: none;
}
div#tool_calendar{
	background: url("../images/main/tools/dock_picto_agenda_grey.png") center no-repeat #F5F2F9;
}
div#tool_calendar_hover{
	border: solid 1px red;
	background: url("../images/main/tools/dock_picto_agenda.png") center no-repeat #FFF;
	text-decoration: none;
}
div#tool_correspondence{
	background: url("../images/main/tools/dock_picto_correspondence_grey.png") center no-repeat #F5F2F9;
}
div#tool_correspondence_hover{
	border: solid 1px red;
	background: url("../images/main/tools/dock_picto_correspondence.png") center no-repeat #FFF;
	text-decoration: none;
}
div#tool_gps{
	background: url("../images/main/tools/dock_picto_gps_grey.png") center no-repeat #F5F2F9;
}
div#tool_gps_hover{
	border: solid 1px red;
	background: url("../images/main/tools/dock_picto_gps.png") center no-repeat #FFF;
	text-decoration: none;
}
div#tool_mail{
	background: url("../images/main/tools/dock_picto_mess_grey.png") center no-repeat #F5F2F9;
}
div#tool_mail_hover{
	border: solid 1px red;
	background: url("../images/main/tools/dock_picto_mess.png") center no-repeat #FFF;
	text-decoration: none;
}
div#tool_agenda{
	background: url("../images/main/tools/dock_picto_cahiertext_grey.png") center no-repeat #F5F2F9;
}
div#tool_agenda_hover{
	border: solid 1px red;
	background: url("../images/main/tools/dock_picto_cahiertext.png") center no-repeat #FFF;
	text-decoration: none;
}
div#tool_manager{
	background: url("../images/main/tools/dock_picto_manager_grey.png") center no-repeat #F5F2F9;
}
div#tool_manager_hover{
	border: solid 1px red;
	background: url("../images/main/tools/dock_picto_manager.png") center no-repeat #FFF;
	text-decoration: none;
}
div#tool_mediatheque{
	background: url("../images/main/tools/dock_picto_media_grey.png") center no-repeat #F5F2F9;
}
div#tool_mediatheque_hover{
	border: solid 1px red;
	background: url("../images/main/tools/dock_picto_media.png") center no-repeat #FFF;
	text-decoration: none;
}

div#tool_profile{
	background: url("../images/main/tools/profile_grey.png") center no-repeat #F5F2F9;
}
div#tool_profile_hover{
	border: solid 1px red;
	background: url("../images/main/tools/profile.png") center no-repeat #FFF;
	text-decoration: none;
}

div#tool_search{
	background: url("../images/main/tools/search_grey.png") center no-repeat #F5F2F9;
}
div#tool_search_hover{
	border: solid 1px red;
	background: url("../images/main/tools/search.png") center no-repeat #FFF;
	text-decoration: none;
}

div#support_content{
	width: 73%;
	min-height: 400px;
	padding: 0 1% 0 0;
	float:left;
}
div#support_content ul li, div#support_content ol li{
	padding: 3px 0;
}
div#support_right_column{
	width: 24%;
	padding: 0 0 0 1%;
	float:left;
	border-left: dashed #CCC 2px;
	text-align: center;
}


h2.article-section{
	color:#774993;
	font-size:123.1%;
}

h3.article-subsection{
	color:#a582ba;
	font-size:110%;
}

h4.article-subsubsection{
	color:#bd9dd1;
	font-size:103%;
}

a.article-navig{
	color:#774993;
	text-decoration: underline;
}

a.article-navig:hover{
	color:black;
	text-decoration: none;
}

span.article-focus{
	color:#8029ac;
	font-size: 115%;
}

.caption{
	background: #f3f3f3;
	border: #ddd;
	margin: 10px;
	padding: 4px 5px 0 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
	border: 1px solid #ddd;
}
.caption p{
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px 4px;
}
.aligncenter{
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.alignleft{
	float: left;
}
.alignright{
	float: right;
}