/* Start of CMSMS style sheet 'emma_general' */
body {
   margin: 0;
   padding: 0;
}

form.AdminForm {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    padding: 0;
}
form h3 {
	margin-top: 0px;
	padding: 0;
	text-align: center;
	color: #3399FF;
}
form p.double {
	overflow: hidden;
	width: 100%;
}

form p.double label {
  float: left;
	width: 150px;
	text-align: right;
	font-weight: bold;
	cursor: pointer;
	color: #003399;
}
form p.double input {
  width: 200px;
	margin-left: 12px;
	border: solid 1px #3399FF;
	padding: 2px 4px;
}

form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

p.info_config {
  color: #003399;
  margin: 0;
  padding: 0;
}

form fieldset legend {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-style: italic;
	font-size: 1.1em;
}
form div.connection {
	width: 250px;
	margin: 0 0 1em 0px;
	display: inline; /* évite le Doubled Float-Margin Bug d'IE6 */
}
form div.connection p {
	margin: .5em 0;
}
form div.connection span.label {
	display: block;
	margin-bottom: .2em;
}
form div.connection label {
	font-weight: bold;
	cursor: pointer;
}
form div.connection span.control {
	display: block;
}

form input.text {
	width: 95%;
	border: solid 1px midnightblue;
	padding: 2px 4px;
}

form p.submit {
	clear: left;
	margin: 0 0 0 230px;
}

/* Coins arrondis des cadres */
div.corner_tl
{
        background: url('imgs/topleft.png') left top no-repeat;
        padding-left: 11px; 
}

div.corner_tr
{
        background: url('imgs/topright.png') right top no-repeat;
        padding-right: 11px; 
}

div.border_top
{
        background: url('imgs/top.png') top repeat-x;
        height: 11px; 
}


div.border_left
{
    background: url('imgs/border.png') left repeat-y;
    padding-left: 11px; 
}

div.border_right
{
    background: url('imgs/border.png') right repeat-y;
    padding-right: 11px; 
    
    overflow: hidden;
}

div.corner_bl
{
        background: url('imgs/bottomleft.png') left top no-repeat;
        padding-left: 11px; 
}

div.corner_br
{
        background: url('imgs/bottomright.png') right top no-repeat;
        padding-right: 11px; 
}

div.border_bottom
{
        background: url('imgs/bottom.png') top repeat-x;
        height: 11px; 
}

p#copyright
{
float: left;
font-size: 9pt;
color: #fff;
text-align: left;
margin-top: 20px;
margin-left: 50px;
}

p#copyright a {
    color: #FFF;
    text-decoration:none;
    font-weight: bold;
}

p#languages
{
float: right;
text-align: right;
margin-top: 20px;
margin-right: 60px;
}


div#maincolumn_full a 
{
color: white;
}


/* End of 'emma_general' */

