﻿/* 
================================
 Container Styles for DotNetNuke
================================
*/ 

@import url("http://dnncosame.apcma.fr/Providers/HtmlEditorProviders/Fck/FCKeditor/editor/css/fck_editorarea.css");

p{
font-family: Arial, Helvetica, sans-serif;
font-size: x-small;
}

A:link  {
    text-decoration:    underline;
    color:  #000000;
}

A:visited   {
    text-decoration:    underline;
    color:  #000000;
}

A:active    {
    text-decoration:    underline;
    color:  #000000;
}

A:hover {
    text-decoration:    underline;
    color:  #900;
}

.contenuFloat img{
float: left;
margin-right: 15px;
margin-bottom: 5px;
}
.contenuFloat p{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.contenu p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: justify;
}
.contenu a, .contenuFloat a, .contenuRight a{
color: #000;
text-decoration: underline;
}
.contenu a:hover, .contenuFloat a:hover, .contenuRight a:hover{
color: #990000;
text-decoration: underline;
}
.textLeftPane p{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #990000;
text-align: left;
margin: 0;
padding: 0;
padding-top: 7px;
}

.textLeftPane a{
color: #990000;
text-decoration: none;
}
.textLeftPane a:hover{
color: #990000;
text-decoration: underline;
}
.contenuRight p{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: left;
}
.contenuRight img{
float: left;
margin-right: 15px;
margin-bottom: 5px;
}
.contenuLeft p{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.contenuLeft a{
color: #960;
text-decoration: none;
}
.contenuLeft a:hover{
color: #960;
text-decoration: underline;
}
.contenuLeft a:active{
color: #000;
text-decoration: underline;
}
.contenuLeft a:visited{
color: #000;
text-decoration: none;
}
.blanc span{
margin: 0;
padding: 0;
}
td#focus{
width: 100%;
height: 35px;
margin: 0;
padding: 0;
background: url(images/focus.png) top left no-repeat;
text-align: left;
padding-left: 130px;
vertical-align: bottom;
}
td#decouvrir{
width: 100%;
height: 23px;
margin: 0;
padding: 0;
background: url(images/decouvrir.png) top left no-repeat;
text-align: left;
padding-left: 135px;
vertical-align: bottom;
}
td#parole{
width: 100%;
height: 35px;
margin: 0;
padding: 0;
background: url(images/parole.png) top left no-repeat;
text-align: left;
padding-left: 135px;
vertical-align: bottom;
}
td#beige{
width: 100%;
margin: 0;
padding: 0;
}
td#cadreHaut{
width: 169px;
height: 23px;
margin: 0;
padding: 0;
background: url(images/cadreHaut.png) top left no-repeat;
text-align: center;
}
td#cadreBas{
width: 169px;
height: 14px;
margin: 0;
padding: 0;
background: url(images/cadreBas.png) top left no-repeat;
text-align: center;
}
td#cadreGauche{
width: 5px;
margin: 0;
padding: 0;
background: url(images/cadreGauche.png) top left repeat-y;
text-align: left;
}
td#cadreDroite{
width: 5px;
margin: 0;
padding: 0;
background: url(images/cadreDroite.png) top right repeat-y;
text-align: left;
}
td#general{
width: 100%;
height: 35px;
margin: 0;
padding: 0;
text-align: left;
vertical-align: top;
}
.TitreLeftPane{
background-color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #900;
font-weight: bold;
padding-left: 10px;
padding-right: 10px;
}
.transparent{
width: 100%;
margin:0;
}
.contour{
width: 100%;
border-top: #960 solid 1px;
margin: 8px;
padding: 8px;
}
.contour2{
width: 100%;
border-top: #960 solid 1px;
margin: 0;
padding: 0;
}
.centrer{
width: 100%;
border-top: #960 solid 1px;
margin: 8px;
padding: 8px;
text-align: center;
}
.TitreRubrique{
font-family:Arial, Helvetica, sans-serif;
font-size: small;
font-weight: bold;
text-align: left;
vertical-align: bottom;
}
.titreFocus{
font-family: Arial, Helvetica, sans-serif;
font-size: medium;
font-weight: bold;
}
.TitreContentPane{
font-family: Arial, Helvetica, sans-serif;
font-size: medium;
font-weight: bold;
text-align: left;
vertical-align: bottom;
color: #900;
margin-bottom: 20px;
}
.TitreBeige{
font-family: Arial, Helvetica, sans-serif;
font-size: medium;
text-align: left;
vertical-align: top;
color: #960;
height: 25px;
}
.Titre{
font-family: Arial, Helvetica, sans-serif;
font-size: medium;
text-align: left;
vertical-align: top;
color: #960;
height: 25px;
}
.TitreBlog{
font-family: Arial, Helvetica, sans-serif;
font-size: medium;
text-align: left;
vertical-align: top;
color: #990000;
height: 25px;
}
/*
Sixxac Menu
http://sixxac.com
*/

.SXMenuFull
{
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.SXMenuContainer
{
  margin-left: 10px;
/*  width: 100%;*/
}

.SXMenuItem
{
  font-weight: bold;
  cursor: hand;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
}

.SXMenuItem A
{
	/*color: #000;*/
  width: 100%;
  text-decoration: none;
}

.SXMenuEnabled A:hover, .SXMenuSelected A:hover
{
  color: #000; 
  font-weight: bold;
  cursor: hand;
  font-size: 11px;
  font-family: Arial;
  text-decoration: underline;
  background-color: transparent;
 
/*  width: 100%; */
}

.SXMenuEnabled
{
  cursor: default;
  width: 100%;
  margin-top: 3px;
  display: list-item;
  list-style-image: url(images/carreNoir.png);
  list-style-position: inside;  
}

.SXMenuDisabled
{
  color: #666666;
  cursor: default;
  width: 100%;
  margin-top: 3px;
    display: list-item;
  list-style-image: url(images/carreNoir.png);
  list-style-position: inside;
}

.SXMenuSelected
{
 color: #000000;
  cursor: default;
  width: 100%;
  margin-top: 3px;
  display: list-item;
  list-style-image: url(images/carreNoir.png);
  list-style-position: inside;
}

.SXMenuActive
{
  color: #900;
 font-style: bold;  
  cursor: default;
  text-decoration: none;
  display: list-item;
  list-style-image: url(images/carreRouge.png);
  list-style-position: inside;
  background-color: transparent;
  font-style: normal;
}

.SXMenuLink
{
	color: #000000;
  	cursor: hand;
	text-decoration: none;
}