/* @override 
	http://www.angatsha.com/interface/css/master.css
*/

* {
	margin: 0;
	padding: 0;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body #page {
	margin: 30px auto;
	border: 1px solid #a7abac;
	width: 920px;
	padding: 20px;
	background: url(../images/socrate.png) no-repeat 20px 150px;
}

body#home #page {
	background: url(../images/socrate_home.png) no-repeat right 30px;
}

p {
	font-size: 12px;
	line-height: 18px;
}

ul, ol {
	list-style-position: inside;
}

img {
	border: none;
}

/* @group Header */

#header {
	width: 100%;
	clear: both;
	position: relative;
	height: 78px;
	margin-bottom: 10px;
}

#header h1, #header h1 a {
	display: block;
	width: 92px;
	height: 78px;
}

#header h1 {
	background: url(../images/logo.png) no-repeat;
	float: left;
	margin-right: 30px;
}

#header h1 span {
	display: none;
}

#header p {
	display: block;
	width: 269px;
	height: 20px;
	background: url(../images/tagline.png) no-repeat;
	float: left;
	margin-top: 58px;
}

#header p span {
	display: none;
}

ul#prim_nav {
	position: absolute;
	top: 0;
	right: 0;
}

ul#prim_nav a, ul#prim_nav a:visited {
	text-decoration: none;
	color: #9B9C9E;
}

ul#prim_nav li {
	display: inline;
	font-size: 12px;
	margin: 0 9px 0 0;
	padding-right: 9px;
	font-weight: bold;
	border-right: 1px solid #afb0b1;
}

ul#prim_nav li.no_border {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

ul#prim_nav li a:hover {
	color: #055A8D;
}

ul#prim_nav li.active a {
	color: #055A8D;
}

#searchbox {
	height: 24px;
	width: 235px;
	position: absolute;
	top: 30px;
	right: 0;
	background: url(../images/search_background.png) repeat-x;
	overflow: hidden;
}

#searchbox p {
	background: none;
	width: auto;
	height: auto;
	float: none;
	margin: 0;
	font-size: 10px;
	margin-left: 5px;
}

#searchbox p label {
	color: #FFF;
	line-height: 21px;
	display: block;
	float: left;
}

input#search_field {
	width: 130px;
	height: 14px;
	margin-top: 4px;
	margin-right: 4px;
	float: left;
	border: none;
}

input#search_valid {
	display: block;
	float: left;
	line-height: 24px;
	margin-top: 4px;
}

/* @end */

/* @group Banner Home */
#banner_home {
	width: 100%;
	overflow: hidden;
	position: relative;
}

ul#forms_nav {
	float: left;
	width: 560px;
	overflow: hidden;
}

ul#forms_nav li {
	display: block;
	width: 180px;
	height: 163px;
	margin-right: 5px;
	float: left;
	position: relative;
}

ul#forms_nav li a {
	display: block;
	position: absolute;
	text-align: center;
	width: 180px;
	height: 163px;
	float: left;
	padding-top: 143px;
	background: url(../images/blue_gradient_links.png) repeat-x 0 139px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

li#web_f {
	background: url(/background.php/f) no-repeat black;
}

li#web_c {
	background: url(/background.php/c) no-repeat;
}

li#web_s {
	background: url(/background.php/s) no-repeat;
}


#banner_home h2 {
	margin-top: 30px;
	width: 360px;
	_width: 350px;
	float: left;
	font-style: italic;
	color: #025a8c;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
}

#banner_home h2 b {
	font-size: 18px;
}

/* @end */

/* @group Home colonnes */
#content_wrapper {
	margin: 15px 0;	
	width: 100%;
	overflow: hidden;
}

#content_home {
	width: 550px;
	float: left;
}

#sidebar_home {
	float: left;
	width: 370px;	
}

#content_home .col_one {
	width: 190px;
	float: left;
	padding-right: 10px;
}

#content_home .col_one p {
	font-size: 10px;
}

#content_home .col_two {
	width: 338px;
	float: left;
	padding-left: 10px;
	border-right: 1px dashed #c0d6e2;
	border-left: 1px dashed #c0d6e2;
}

#sidebar_home div.col_one {
	width: 150px;
	float: left;
	padding-left: 5px;
	padding-right: 0;	
}

#sidebar_home div.col_two {
	width: 200px;
	float: left;
	padding-left: 10px;
}

.read_more {
	text-align: right;
	margin-bottom: 5px;
}

.read_more a, .read_more a:visited {
	font-size: 10px;
	color: #00a0c6;
	text-decoration: none;
}

#content_home .col_one p strong {
	font-size: 14px;
	color: #055a8d;
}

#content_home .col_one h3 {
	font-size: 14px;
	color: #00a0c6;
}

#content_home .col_one dt, #content_home .col_two dt {
	font-size: 12px;
	font-weight: bold;
	color: #055a8d;
}

#content_home .col_one dd, #content_home .col_two dd {
	font-size: 10px;
	line-height: 12px;
}

#content_home .col_two h3 {
	font-size: 14px;
	color: #baa500;
}

#content_home .col_two dt {
	margin-top: 10px;
	line-height: 14px;
}

#content_home .col_two dt a, #content_home .col_two dt a:visited {
	text-decoration: none;
	color: #baa500;
	font-size: 10px;
}

#content_home .col_two dd.date {
	color: #baa500;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 5px;
}

#content_home .col_two dd a, #content_home .col_two dd a:visited {
	text-decoration: none;
	color: #055a8d;
}

#poll_results, #poll {
	background: url(../images/blue_gradient.png) repeat-x;
	padding: 5px;
	margin-bottom: 10px;
}

#poll_results h3, #poll h3 {
	font-size: 12px;
	color: #FFF;
}

#poll_results ol {
	margin: 5px 0;
	font-size: 10px;
}

#poll_results ol li {
	margin: 5px 0;
	color: #055a8d;
	line-height: 1.5;
}

#poll p {
	font-size: 10px;
	margin: 5px 0;
	color: #055a8d;
	line-height: 1.5;
}

#poll ul {
	margin-bottom: 10px;
	font-size: 10px;
}

#poll ul li {
	list-style-type: none;
	margin-left: 10px;
	_margin-left: 0;
	color: #055a8d;
}

.submit_poll {
	display: block;
	margin: auto;
	border: none;
}


button.submit_poll {
	padding: 3px 5px 3px 5px;
	position: relative;
	color: #FFF;
	background-color: #055a8d;
	text-decoration: none;
	border: none;
	/*background: url(../images/poll_button.png) no-repeat;*/
	cursor: pointer;
}

/*button.submit_poll span {
	display: block;
	cursor: pointer;
	background: url(../images/poll_button.png) no-repeat right top;
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 19px;
	display: block;
}*/

#sidebar_home .col_two h3 {
	font-size: 14px;
	margin-bottom: 5px;
}

#sidebar_home .col_two ul li {
	font-weight: bold;
	font-size: 10px;
	line-height: 20px;
	list-style-type: none;
	list-style-position: outside;
	letter-spacing: -1px;
}

#sidebar_home .col_two ul {
	margin-bottom: 15px;
}

#web_f_desc, #web_f_desc a, #web_f_desc a:visited {
	color: #c91485;
	text-decoration: none;
}

#web_f_desc ul li {
	background: url(../images/purple_bullet.png) no-repeat left center;
	padding-left: 12px;
}

#web_c_desc, #web_c_desc a, #web_c_desc a:visited {
	color: #638e27;
	text-decoration: none;
}

#web_c_desc ul li {
	color: #638e27;
	background: url(../images/green_bullet.png) no-repeat left center;
	padding-left: 12px;
}


#web_s_desc, #web_s_desc a, #web_s_desc a:visited {
	color: #6e23af;
	text-decoration: none;
}

#web_s_desc ul li {
	color: #6e23af;
	background: url(../images/violet_bullet.png) no-repeat left center;
	padding-left: 12px;
}

/* @end */
/* @group Footer */
#footer {
	clear: both;
	text-align: center;
	width: 100%;
	background-color: #055a8d;
	height: 24px;
}

#footer_nav {
	width: 100%;
	padding: 0;
	_margin-top: 5px;
}

#footer_nav li a, #footer_nav li a:visited {
	text-decoration: none;
	color: #FFF;
}

#footer_nav li {
	display: inline;
	font-size: 12px;
	margin-left: 5px;
	padding: 0 5px 0 0;
	border-right: 1px solid #FFF;
}



#footer .no_border {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

#copy {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

#copy p {
	font-size: 10px;
	color: #a6aeb0;
}

#copy p a, #copy p a:visited {
	color: #a6aeb0;
}

/* @end */



/* @group Common */

.left {
	float: left;
}

.manquant {
	color: red;
	font-weight: bold;
}

p.author {
	text-align: right;
}

#second_nav {
	margin-bottom: 20px;
}

#contentwrapper {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}

#leftcolumn {
	float: left;
	width: 230px;
}

#contentcolumn {
	float: left;
	width: 420px;
	display: inline;
	margin-left: 45px;
}

#rightcolumn {
	float: right;
	width: 190px;
}

#second_nav h2 {
	font-size: 12px;
}

#second_nav dd.navis {
	margin-bottom: 5px;
}

#second_nav li {
list-style : none;
margin-bottom: 4px;
}

#second_nav li.sactive {
	font-style: italic;
	font-weight: bold;
}

#second_nav dt {
	font-size: 12px;
	padding: 5px 0 5px 10px;
	color: #71a5bf;
	border-top: 1px dashed;
	padding-bottom: 5px;
}

#second_nav dd {
	font-size: 10px;
	padding: 5px;
	padding-left: 20px;
	line-height: 14px;
}

#second_nav dd a {
	text-decoration: none;
	color: #71a5bf;
}

#second_nav dt.first {
    border-top: none;
}

#contentcolumn .texte p {
	margin-left: 28px;
}

ul.modules, ul.sessions {
	margin-left: 28px;
}

ul.modules li, ul.sessions li {
	font-size: 12px;
	list-style-type: none;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #bfbfbf;
}

ul.sessions li {
	border-bottom: none;
}

ul.modules li strong {
	font-size: 1em;
}

ul.modules li p {
	font-size: 1em;
	margin-top: 10px;
}

p#autresdates {
	margin-left: 28px;
	font-size: 10px;
}

.form-coordonnees p.obligatoire {
	font-size: 10px;
	color: #055a8d;
}

#contentcolumn h4 {
	font-size: 14px;
	margin-top: 10px;
}

/* @end */

/* @group Formation */

#section-WF #contentcolumn #entete a,
#section-WF #contentcolumn #entete a:visited {
	color: #055a8d;
}

#section-WF #contentcolumn ul li {
	margin-top: 15px;
	font-size: 12px;
	color: #c91485;
	list-style-type: none;
}

#section-WF #contentcolumn ul li a,
#section-WF #contentcolumn ul li a:visited {
	color: #c91485;
	text-decoration: none;
}

#section-WF ul#forms_nav,
#section-WC ul#forms_nav,
#section-WS ul#forms_nav,
#internal ul#forms_nav {
	float: none;
	width: auto;
	height: 20px;
	overflow: hidden;
	margin-left: 100px;
}

#section-WF ul#forms_nav li,
#section-WC ul#forms_nav li,
#section-WS ul#forms_nav li,
#internal ul#forms_nav li {
	display: block;
	width: 190px;
	height: 20px;
	margin-right: 5px;
	float: left;
	position: relative;
	background: #9b9c9e;
}

#section-WF ul#forms_nav li#web_f {
	background-color: #c91485;
	background-image: none;
}

#section-WF ul#forms_nav li#web_c {
	background-image: none;
}

#section-WF ul#forms_nav li#web_s {
	background-image: none;
}

#section-WC ul#forms_nav li#web_c {
	background-color: #638e27;
}

#section-WS ul#forms_nav li#web_s {
	background-color: #6e23af;
}

#section-WF ul#forms_nav li a,
#section-WC ul#forms_nav li a,
#section-WS ul#forms_nav li a,
#internal ul#forms_nav li a {
	display: block;
	position: relative;
	text-align: center;
	width: 190px;
	height: 17px;
	float: none;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	padding: 0;
	padding-top: 3px;
	background-image: none;
	font-weight: normal;
	text-transform: uppercase;
}

#section-WF #second_nav {
	background-color: #f9f2f7;
	padding: 5px;
	border-top: 2px solid #e183be;
	border-bottom: 2px solid #e183be;
}

#section-WF #second_nav h2 {
	color: #c91485;
}

#section-WF #second_nav dl {
	border-top-color: #edbbdb;
}

#section-WF #second_nav dt {
	background: url(../images/wf_folded.png) no-repeat 0 10px;
	border-color: #c91485;
	cursor: pointer;
}

#section-WF #second_nav dd a:hover {
	color: #c91485;
}

#section-WF #second_nav dt.deplie {
	background: url(../images/wf_unfolded.png) no-repeat 0 10px;
	color: #c91485;
}

#section-WF #second_nav li.sactive a {
	color: #c91485;
}

#section-WF #entete {
	margin-bottom: 25px;
}

#section-WF #contentcolumn h2 {
	color: #c91485;
	font-size: 18px;
}

#section-WF.devis #contentcolumn p {
	font-size: 11px;
}

#section-WF #contentcolumn h3 {
	color: #c91485;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	padding-left: 28px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#section-WF h3#objectif {
	background: url(../images/wf_objectif) no-repeat;
}

#section-WF h3#profil {
	background: url(../images/wf_profil) no-repeat;
}

#section-WF h3#contenu {
	background: url(../images/wf_contenu) no-repeat;
}

#section-WF h3#certificat {
	background: url(../images/wf_certificat) no-repeat;
}

#section-WF h3#datedesession {
	background: url(../images/wf_dates) no-repeat;
}

#section-WF ul.modules li {
	color: #c91485;
	font-weight: bold;
	margin-top: 0;
}

#section-WF ul.modules li p {
	color: #000;
	font-weight: normal;
	margin-left: 0;
}

#section-WF ul.modules li strong {
	color: #000;
}

#section-WF ul.sessions li {
	color: #c91485;
}

#section-WF ul.sessions li strong {
	color: #000;
}

#section-WF p#autresdates a, #section-WF p#autresdates a:visited {
	color: #c91485;
}

input#hdate1, input#hdate2, input#hdate3, input#hdate4,
input#hdate5, input#hdate6, input#hdate7, input#hdate8 {
	width: 280px;
	border: none;
	color: #055a8d;
	font-size: 12px;
}

p.subscribe {
	float: right;
	margin-bottom: 10px;
	margin-top: 10px;
}

p.subscribe a {
	padding: 6px 20px 6px 20px;
	position: relative;
	background-position:right 0;
	color: #FFF;
	text-decoration: none;
}

p.subscribe a, p.subscribe a span {
	background: url(../images/wf_subs.png) no-repeat;
}

p.subscribe a span {
	background: url(../images/wf_subs.png) no-repeat right top;
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 26px;
	display: block;
}

.table_dates {
	width: 270px;
}

#section-WF #entete p {
	margin-left: 0;
	color: #c91485;
	font-size: 11px;
	margin-bottom: 10px;
}

.form-coordonnees p {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
	color: #055a8d;
	font-size: 10px;
}

.form-coordonnees label {
	display: block;
	float: left;
	width: 30%;
	text-align: right;
	color: #055a8d;
	font-size: 11px;
	line-height: 13px;
}

.form-coordonnees input, .form-coordonnees textarea {
	border: 1px solid #d8d8d8;
	margin-left: 5px;
	height: 18px;
	width: 180px;
}

.form-coordonnees textarea {
	height: 50px;
	width: 280px;
}

.form-coordonnees #sousfamille {
	width: 180px;
	margin-left: 5px;
}

#section-WF #contentcolumn form h3 {
	height: auto;
	padding-left: 0;
	text-transform: none;
	font-size: 14px;
	margin-bottom: 10px;
}

#form-modules dl {
	font-size: 12px;
}

#form-modules dl dt {
	font-weight: bold;
	color: #c91485;
	margin-bottom: 5px;
}

#form-modules dl dt strong {
	color: #000;
}

#form-modules dl dd {
	color: #055a8d;
	margin-bottom: 15px;
}
#form-modules dl dd label {
	margin-right: 10px;
}

#form-modules dl dd.moduleprix {
	font-weight: bold;
	color: #c91485;
}

#form-modules dl dd.moduleprix span.eneuros {
	font-weight: normal;
	color: #055a8d;
}

#section-WF #contentcolumn ul.devis {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: right;
}

#section-WF #contentcolumn ul.devis li {
	list-style-type: none;
	color: #055a8d;
	margin-top: 5px;
}

#section-WF #contentcolumn ul.devis li strong {
	color: #c91485;
}

p.propalrabais {
	margin-bottom: 15px;
}

#section-WF #rightcolumn h3 {
	background: #c91485;
	text-transform: uppercase;
	color: #FFF;
	font-size: 11px;
	padding: 3px;
	margin: 10px 0 10px 0;
}

#section-WF #rightcolumn p {
	color: #c91485;
	font-size: 11px;
}

#section-WF #rightcolumn p a, #section-WF #rightcolumn p a:visited {
	display: block;
	text-align: right;
	color: #c91485;
	text-decoration: none;
	font-size: 10px;
}

#section-WF button {
	/*padding: 0 15px 0 15px;*/
	padding: 0 5px 0 5px;
	display: block;
	color: #FFF;
	text-decoration: none;
	border: none;
	background: #c91485;
	cursor: pointer;
	font-size: 12px;
	float: right;
	margin-right: 5px;
	height: 26px;
	/*position: relative;*/
}

/*#section-WF button span {
	height: 26px;
	width: 15px;
}

#section-WF button span.bleft {
	background: url(../images/wf_subs.png) no-repeat left top;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#section-WF button span.bright {
	background: url(../images/wf_subs.png) no-repeat right top;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}*/

#section-WF button#sure {
	float: right;
	margin: 0;
	font-size: 10px;
}

#section-WF button#cancel {
	float: left;
	margin: 0;
}

#section-WF.forget_pwd #contentcolumn p {
	font-size: 11px;
}

#section-WF.forget_pwd #contentcolumn p a,
#section-WF.forget_pwd #contentcolumn p a:visited {
	display: block;
	text-align: right;
	margin-top: 10px;
	color: #c91485;
}

/* @end */

/* @group Calendrier */

#autresdates_m {
	margin-bottom: 25px;
	padding-bottom: 10px;
}

.table_dates {
	width: 294px;
	border: 1px solid #fbd1ec;
	margin: 5px 0 10px 28px;
}

.table_dates tr td {
	font-size: 10px;
	width: 42px;
	color: #055a8d;
	text-align: center;
	padding: 3px;
	
}

.table_dates tr td.tip {
	cursor: pointer;
}

.table_dates thead tr.mois td {
	background: #fbd1ec;
	padding: 5px;
	font-size: 12px;
	color: #c91485;
	text-align: center;
	font-weight: bold;
}

.table_dates thead tr.jour td {
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

.tool-tip {
	background: #fff;
	border: 1px solid #c91485;
	padding: 5px;
}

.tool-text p {
	font-size: 11px;
	border-top: 1px solid #c91485;
}
.tool-text p.first {
	border-top: none;
}

/* @end */

/* @group Conseil */
#section-WC #contentcolumn h2 {
	color: #638e27;
	font-size: 18px;
	margin-bottom: 25px;
}


#section-WC #contentcolumn h4 {
	color: #638e27;
	font-size: 12px;
	margin-bottom: 10px;
}

#section-WC #contentcolumn ul li {
	margin-top: 15px;
	font-size: 12px;
	color: #638e27;
}

#section-WC #contentcolumn ul li a,
#section-WC #contentcolumn ul li a:visited {
	color: #638e27;
	text-decoration: none;
}



#section-WC #contentcolumn h3 {
	color: #638e27;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	padding-left: 28px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#section-WC h3#objectif {
	background: url(../images/wc_objectif.png) no-repeat;
}

#section-WC h3#profil {
	background: url(../images/wc_profil.png) no-repeat;
}

#section-WC p.subscribe a, #section-WC p.subscribe a span {
	background: url(../images/wc_subs.png) no-repeat;
}

#section-WC p.subscribe a span {
	background: url(../images/wc_subs.png) no-repeat right top;
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 26px;
	display: block;
}


#section-WC h3#certificat {
	background: url(../images/wc_certif.png) no-repeat;
}

#section-WC #second_nav {
	background-color: #f0f7df;
	padding: 5px;
	border-top: 2px solid #8aaa5d;
	border-bottom: 2px solid #8aaa5d;
}

#section-WC #second_nav h2 {
	color: #638e27;
}

#section-WC #second_nav dl {
	border-top-color: #d7e0ac;
}

#section-WC #second_nav dt {
	background: url(../images/wc_folded.png) no-repeat 0 10px;
	border-color: #638e27;
	cursor: pointer;
}

#section-WC #second_nav dt.deplie {
	background: url(../images/wc_unfolded.png) no-repeat 0 10px;
	color: #638e27;
}

#section-WC #second_nav dd a:hover {
	color: #638e27;
}

#section-WC #second_nav li.sactive a {
	color: #638e27;
}

#section-WC #rightcolumn h3 {
	background: #638e27;
	text-transform: uppercase;
	color: #FFF;
	font-size: 11px;
	padding: 3px;
	margin: 10px 0 10px 0;
}

#section-WC #rightcolumn p {
	color: #638e27;
	font-size: 11px;
}

#section-WC #rightcolumn p a, #section-WC #rightcolumn p a:visited {
	display: block;
	text-align: right;
	color: #638e27;
	text-decoration: none;
	font-size: 10px;
}



#section-WC button {
	padding: 0 5px 0 5px;
	display: block;
	color: #FFF;
	text-decoration: none;
	border: none;
	background: #638e27;
	cursor: pointer;
	font-size: 12px;
	float: right;
	margin-right: 5px;
	height: 26px;
	position: relative;
}

/*#section-WC button span {
	height: 26px;
	width: 15px;
}

#section-WC button span.bleft {
	background: url(../images/wc_subs.png) no-repeat left top;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#section-WC button span.bright {
	background: url(../images/wc_subs.png) no-repeat right top;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}*/

.form-dispos input {
	border: 1px solid #d8d8d8;
	margin-left: 5px;
	margin-right: 5px;
	height: 18px;
	
}

.form-dispos label {
	color: #055a8d;
}

.form-dispos #date1_j,
.form-dispos #date2_j,
.form-dispos #date3_j {
	width: 25px;
}

.form-dispos #date1_a,
.form-dispos #date2_a,
.form-dispos #date3_a {
	width: 50px;
}

#section-WC #contentcolumn p {
	font-size: 11px;
}


/* @end */

/* @group Sensibilisation */
#section-WS #contentcolumn h2 {
	color: #6e23af;
	font-size: 18px;
	margin-bottom: 20px;
}

#section-WS #contentcolumn p {
	font-size: 11px;
}

#section-WS #contentcolumn ul li {
	margin-top: 15px;
	font-size: 12px;
	color: #6e23af;
}

#section-WS #contentcolumn ul li a,
#section-WS #contentcolumn ul li a:visited {
	color: #6e23af;
	text-decoration: none;
}

#section-WS #contentcolumn h3 {
	color: #6e23af;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	padding-left: 28px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#section-WS h3#objectif {
	background: url(../images/wc_objectif.png) no-repeat;
}

#section-WS h3#profil {
	background: url(../images/ws_profil.png) no-repeat;
}

/*#section-WC h3#certificat {
	background: url(../images/wc_certif.png) no-repeat;
}*/

#section-WS p.subscribe a, #section-WS p.subscribe a span {
	background: url(../images/ws_subs.png) no-repeat;
}

#section-WS p.subscribe a span {
	background: url(../images/ws_subs.png) no-repeat right top;
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 26px;
	display: block;
}

#section-WS #second_nav {
	background-color: #f5f2f9;
	padding: 5px;
	border-top: 2px solid #925ac3;
	border-bottom: 2px solid #925ac3;
}

#section-WS #second_nav h2 {
	color: #6e23af;
}

#section-WS #second_nav dl {
	border-top-color: #d3bee7;
}

#section-WS #second_nav dt {
	background: url(../images/ws_folded.png) no-repeat 0 10px;
}

#section-WS #second_nav dt.deplie {
	background: url(../images/ws_unfolded.png) no-repeat 0 10px;
	color: #6e23af;
}

#section-WS #second_nav dd a:hover {
	color: #6e23af;
}

#section-WS #second_nav li.sactive a {
	color: #6e23af;
}



#section-WS #rightcolumn h3 {
	background: #6e23af;
	text-transform: uppercase;
	color: #FFF;
	font-size: 11px;
	padding: 3px;
	margin: 10px 0 10px 0;
}

#section-WS #rightcolumn p {
	color: #6e23af;
	font-size: 11px;
}

#section-WS #rightcolumn p a, #section-WS #rightcolumn p a:visited {
	display: block;
	text-align: right;
	color: #6e23af;
	text-decoration: none;
	font-size: 10px;
}



#section-WS button {
	padding: 0 5px 0 5px;
	display: block;
	color: #FFF;
	text-decoration: none;
	border: none;
	background: #6e23af;
	cursor: pointer;
	font-size: 12px;
	float: right;
	margin-right: 5px;
	height: 26px;
	position: relative;
}

/*#section-WS button span {
	height: 26px;
	width: 15px;
}

#section-WS button span.bleft {
	background: url(../images/ws_subs.png) no-repeat left top;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#section-WS button span.bright {
	background: url(../images/ws_subs.png) no-repeat right top;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}*/

/* @end */

/* @group Logbox */

#LogBox fieldset {
	border: none;
	margin-top: 20px;
}

#LogBox fieldset legend {
	display: none;
}

#LogBox fieldset .obligatoire {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

#LogBox fieldset label {
	display: block;
	float: left;
	width: 30%;
	text-align: right;
	color: #055a8d;
}

#LogBox input#UserPs, #LogBox input#UserPw {
	border: 1px solid #d8d8d8;
	margin-left: 5px;
	height: 18px;
	width: 180px;
}

#section-WF #LogBox button#ActionLog {
	padding: 0 5px 0 5px;
	display: block;
	color: #FFF;
	text-decoration: none;
	border: none;
	background: #c91485;
	cursor: pointer;
	font-size: 10px;
	margin-right: 5px;
	/*position: relative;*/
	margin-left: 200px;
	float: none;
	height: 20px;
	/*line-height: 20px;*/
}

/*#LogBox button#ActionLog span.bleft {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 20px;
}

#LogBox button#ActionLog span.bright {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 20px;
}

#section-WF #LogBox button#ActionLog span.bleft {
	background: url(../images/fuchsia_ok.png) no-repeat left top;
}

#section-WF #LogBox button#ActionLog span.bright {
	background: url(../images/fuchsia_ok.png) no-repeat right top;
}*/

#section-WC #LogBox button#ActionLog span {
	background: url(../images/green_ok.png) no-repeat;
}

#section-WS #LogBox button#ActionLog span {
	background: url(../images/violet_ok.png) no-repeat;
}

#LogBox p.forget_pwd {
	font-size: 9px;
	margin-left: 170px;
}

#LogBox p.forget_pwd a, #LogBox p.forget_pwd a:visited {
	color: #246f9b;
}

#LogBox p.first_comm {
	width: 100%;
	text-align: center;
	border-top: 2px solid;
	padding: 5px;
	margin-top: 5px;
	font-weight: bold;
	color: #055a8d;
	font-size: 14px;
}

#section-WF #LogBox p.first_comm {
	border-top-color: #d74fa4;
}

#section-WC #LogBox p.first_comm {
	border-top-color: #638e27;
}

#section-WS #LogBox p.first_comm {
	border-top-color: #6e23af;
}

#LogBox p.first_comm a, #LogBox p.first_comm a:visited {
	color: #055a8d;
}

/* @end */

/* @group pages internes */

#internal #contentcolumn h2 {
	font-weight: normal;
	font-size: 12px;
	color: #055a8d;
	margin-bottom: 30px;
}

#internal #contentcolumn .breves img {
	float: left;
	margin-right: 5px;
}

#internal #contentcolumn .breves h4 {
	font-size: 12px;
	color: #055a8d;
}

#internal #contentcolumn .breves span {
	font-size: 10px;
	font-weight: bold;
}

#internal #contentcolumn .texte p {
	margin-left: 0;
	font-size: 11px;
	color: #000;
}

#internal #rightcolumn h3 {
	background: #055a8d;
	text-transform: uppercase;
	color: #FFF;
	font-size: 11px;
	padding: 3px;
	margin: 10px 0 10px 0;
}

.radio li {
	font-size: 10px;
	margin-bottom: 5px;
	color: #055a8d;
	list-style-type: none;
	margin-left: 10px;
}

#internal #rightcolumn p {
	font-size: 11px;
	margin: 5px 0;
	color: #055a8d;
	line-height: 1.5;
}

#internal #rightcolumn h4 {
	font-size: 12px;
	color: #055a8d;
}

/* @end */

/* @group Angatsha */

.angatsha #contentcolumn h3 {
	color: #055a8d;
	font-size: 12px;
}

.angatsha .entete {
	font-style: italic;
}

.angatsha p.author {
	font-style: italic;
	color: #055a8d;
	font-size: 11px;
	font-weight: bold;
}

.angatsha #contentcolumn img.left {
	border: 1px solid #055a8d;
	margin-right: 10px;
}

/* @end */

/* @group Comment */

h3#Web_formation {
	color: #c91485;
	font-size: 12px;
	text-transform: uppercase;
}

h3#Web_conseil {
	color: #638e27;
	font-size: 12px;
	text-transform: uppercase;
}

h3#Web_sensibilisation {
	color: #6e23af;
	font-size: 12px;
	text-transform: uppercase;
}

div#Web_formation b {
	color: #c91485;
}

div#Web_conseil b {
	color: #638e27;
}

div#Web_sensibilisation b {
	color: #6e23af;
}

/* @end */

/* @group Contact */

body.contact button {
	padding: 2px 20px 3px 20px;
	position: relative;
	background-color: #055a8d;
	color: #FFF;
	text-decoration: none;
	border: none;
	/*background: url(../images/contact_send.png) no-repeat;*/
	cursor: pointer;
	font-size: 11px;
	margin-left: 160px;
}

/*body.contact button span {
	display: block;
	padding-top: 3px;
	cursor: pointer;
	background: url(../images/contact_send.png) no-repeat right top;
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 19px;
	display: block;
}*/

.contact #civilite {
	margin-left: 5px;
}

.contact p.r {
	font-size: 11px;
	color: red;
}

.contact #contentcolumn p.read_more a {
	color: #055a8d;
	font-size: 11px;
}

.thx {
	color: #638e27;
	font-weight: bold;
}

#internal.contact p.thx {
	color: #000;
	font-weight: normal;
	font-size: 11px;
}


/* @end */

/* @group Recrutement */

body.recrutement .form-coordonnees button {
	color: #FFF;
	background: #055a8d;
	padding: 2px 5px;
	text-decoration: none;
	border: none;
	cursor: pointer;
	font-size: 11px;
	margin-left: 160px;
}

#internal.recrutement #contentcolumn .texte p {
	font-weight: bold;
	color: #055a8d;
	margin-bottom: ;
}

#internal.recrutement #contentcolumn p.manquant {
	color: red;
	font-weight: bold;
	font-size: 11px;
}

#internal.recrutement p.thx {
	color: #000;
	font-weight: normal;
	font-size: 11px;
}

#internal.recrutement .form-coordonnees {
	margin-top: 20px;
}

#internal.recrutement #rightcolumn p {
	font-size: 11px;
	margin: 5px 0;
	color: #9B9C9E;
	line-height: 1.5;
}

#internal.recrutement #rightcolumn p b {
	color: #055a8d;
}

#internal.recrutement #rightcolumn p a,
#internal.recrutement #rightcolumn p a:visited {
	color: #055a8d;
	text-decoration: none;
}

.recrutement p.r {
	font-size: 11px;
	color: red;
}

.recrutement #civilite {
	margin-left: 5px;
}

/*body#internal.recrutement #prim_nav li.no_border.active a {
	color: #9B9C9E;
}*/

/* @end */

/* @group recap commande */

dl.recap-comm {
	font-size: 12px;
	margin-top: 20px;
}

dl.recap-comm dt {
	float: left;
}

dl.recap-comm dd {
	color: #c91485;
	font-weight: bold;
}

dl.recap-comm dd.date-recap {
	margin-top: 10px;
	font-weight: normal;
	color: #055a8d;
}

dl.recap-comm dd.date-recap strong {
	color: #c91485;
}

#section-WF button.print {
	padding: 6px 15px 8px 15px;
	float: left;
	margin-right: 5px;
	margin-top: 15px;
}

#section-WF button.cb-pay {
	padding: 6px 15px 8px 15px;
	float: right;
	margin-right: 5px;
	margin-top: 15px;
}

/* @end */

/* @group FAQ */

#internal #contentcolumn ul li {
	font-size: 11px;
	color: #9B9C9E;
	margin-bottom: 5px;
	font-weight: bold;
	list-style-type: none;
}

#internal #contentcolumn ul li a,
#internal #contentcolumn ul li a:visited {
	color: #9B9C9E;
	text-decoration: none;
}

#internal #contentcolumn ul li a:hover {
	color: #055A8D;
	text-decoration: underline;
}

#internal #contentcolumn ul li ul {
	margin-left: 20px;
	margin-top: 5px;
}

#internal #contentcolumn ul li ul li {
	list-style-type: disc;
}

/* @end */

/* @group Devis */

#section-WF #contentcolumn .mods-list ul li {
	margin-top: 0;
	font-size: 11px;
	line-height: 16px;
	color: #c91485;
	list-style-type: none;
	margin-bottom: 8px;
	margin-left: 5px;
	font-weight: bold;
}

.mods-list label {
	display: block;
	float: left;
	width: 35%;
	text-align: right;
	color: #055a8d;
	font-size: 11px;
}

.mods-list ul {
	float: right;
	width: 65%;
}

.mods-list hr {
	width: 100%;
	clear: both;
	visibility: hidden;
}

.mods-list ul li strong {
	color: #000;
}


.mods-list textarea {
	width: 60%;
	margin-left: 5px;
	margin-bottom: 15px;
}

/* @end */

/* @group Inscription */

#section-WF.first_comm .form-coordonnees {
	margin-top: 15px;
}

#section-WF.first_comm #contentcolumn h2 {
	margin-bottom: 15px;
}

#section-WF.first_comm #contentcolumn p {
	font-size: 11px;
}

#section-WF.first_comm #contentcolumn p.manquant {
	margin-top: 20px;
}

#section-WF.first_comm #contentcolumn p.manquant a,
#section-WF.first_comm #contentcolumn p.manquant a:visited
 {
	color: red;
}

/* @end */








