#identification{
  text-align: right;
}

p.admin {
  text-align: right;
  margin: 0;
}

div.admin_section {
  border: 1px solid #000;
  background-color: #dedede;
  margin: 10px 0;
}

table.menu_section {
  background-color: #000;
  color: #fff;
  font-weight: bold;
}

table.section_col {
  width: 100%;
}

td.col_internaute_100,
td.col_internaute_66,
td.col_internaute_50,
td.col_internaute_33 {
  vertical-align: top;    
}

td.col_100 {
  width: 100%;
  border: solid 1px;
  background: #eee;
  vertical-align: top;
}
td.col_66 {
  width: 66%;
  border: solid 1px;
  background: #eee;
  vertical-align: top;
}
td.col_50 {
  width: 50%;
  border: solid 1px;
  background: #eee;
  vertical-align: top;
}
td.col_33 {
        width: 33%;
        border: solid 1px;
        background: #eee;
        vertical-align: top;
}
td.col_0{
        width:0%;
}

div.admin_module {
        border:                 1px solid #000;
        background-color:       #cdcdcd;
        margin:                 10px;
}

table.menu_module {
        background-color:       #000;
        color:                  #fff;
        font-weight:            bold;
}

form.select_module{
        text-align:             right;
        margin-right:           10px;
}
form.select_module input.submit{
        padding:                0px;
        font-weight:            normal;
        font-family:            Verdana,Arial,Sans-Serif;
        font-size:              11px;
        cursor:                 pointer;
}

div.admin_site {
        float:                  left;
        width:                  40%;
        margin:                 5px 20px;
}

div.admin_site div.icone {
        float:                  left;
        margin:                 0 10px 0 0;
        border:                 1px solid grey;
        padding:                5px;
}

div.admin_site h5 {
        margin:                 0;
        padding:                0;
}

div.admin_site p {
        margin:                 0;
        padding:                0;
}

table.structure {
	border-collapse:collapse;
	margin:20px auto;
	width:100%;
}

table.structure thead td {
	border:1px solid grey;
	padding:0px 10px;
	font-weight:bold;
	background:#B7BAD7;
}

table.structure tr td {
  border: 1px solid grey;
  padding: 0px 20px;
}

table.structure tr td p {
  margin: 2px;
  padding: 0px;
}

table.structure tr td a {
  text-decoration: none;
}

table.structure td.action {
  width: 80px;
}
table.structure table.action {
  border-collapse: collpase;
}
table.structure table.action td {
  border: 0;
  padding: 0 8px;
}

input.add {    
  background: transparent url("/img/add.png") no-repeat;
  border: none;
  cursor: pointer;
}

div.form {
  text-align: center;
}




/******************   ARTICLE   *******************/
div.article{ 
 /*padding-top:8px;
 padding-bottom:8px;*/
 padding:0;
}

div.article h2.titre{
 padding:0;
}

div.article p.date{ 
 text-align:right;
}

div.article div.texte{ 
 text-align:justify;
}
/******************   ARTICLE   *******************/
