/* Standard-Element */

p {
	margin: 0;
	padding: 0px 0px 10px 0px;
	line-height: 180%;	
}

em {
	font-weight : bold;
	color: #FF8000;
	font-style : normal;
}

h1 {
	font-family : arial;
    color: #ff8000;
    text-decoration: underline;
    font-size: 20px;
    font-weight: 550;
    margin: 20px auto 0px auto;
    width: 300px;
    text-align: center;
}


a.link {
	font-weight: bold;
	color: #FF8000;
	text-decoration: none;
}

a.arrow {
	font-weight: bold;
	color: #FF8000;
	text-decoration: none;
	background:;
	background-image : url(../images/parrow.gif);
	background-position : top left;
	background-repeat : no-repeat;
	padding: 0px 3px 0px 16px;
	white-space : nowrap;
}

a.arrow:hover {
    text-decoration: underline;
}

div#youarehere {
	display:inline;
	font-weight: bold;
	color: #FF8000;
}

img {
	vertical-align: middle;
}

input.submit {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
	font-size: 1.2em;
	color: #ffffff;
	background: #ff8000;
	border: 1px solid #ae111c;
	text-decoration:none;
    border-radius: 10px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -moz-box-shadow: 1px 1px 13px #999;  
    -webkit-box-shadow: 1px 1px 13px #999;  
    box-shadow: 1px 1px 13px #999; 
}

input, textarea {
    font-family : Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
    border-color: #ff8000;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    padding: 3px;
    background-color: #ffebbb;
    margin: 2px;
}

select {
    font-family : Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
    border-color: #ff8000;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    padding: 3px;
    background-color: #ffebbb;
    margin: 2px;
    max-width: 150px;
}

label:hover{
    background-color: #ff8000;
    border-radius: 10px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    opacity: 0.8;
}
label{
    margin: 5px;
    padding-left: 3px;
    padding-right: 3px;
}

form {
    vertical-align: middle;
}

form.territoire,
form.filiere {
    line-height: 30px;
}

fieldset {
    border-color: #ff8000;
    border-style: solid;
    border-width: 1px;
    margin: 0px auto;
    border-radius: 10px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
}

fieldset.territoire {
    width: 300px;
}

fieldset.filiere {
    width: 500px;
}

fieldset.formulaire {
    width: 650px;
}

fieldset.login {
	width: 400px;
	margin: 0 auto;
}

.erreur {
	border-color: red;
	border-style: solid;
	border-width: 2px;
}

td.erreur-text {
	color: red;
	width : 40%;
}
div.erreur-text {
	color: red;
	width : 100%;
	text-align: center;
	font-weight: bold;
}

div.login {
	text-align: center;
}

p.note_legale {
	font-style:italic;
}

div.download, a.download{
    color: red;
    font-size: 18px;
    font-weight: bold;
}

/* Layout-Elemente  */

body {
	background : #E6F2FF url(../images/pback.gif) repeat-x scroll top left;
	margin: 0px;
	padding: 0px;
    font-family : Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#main {
	width : 800px;
	padding: 50px 0px 50px 0px;
	margin: 0px auto;
	border: none;
	text-align: left;
}
#content {
	width: 700px;
	padding: 10px;
	margin: 10px 0 0 0px;
	border: 1px solid #ff8000;
	background : #ffffff url(../images/pshadow.gif) no-repeat top left;
    border-radius: 10px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
}

/* Menu */

#menu {
	margin: 10px;
	padding: 10px;
	border: 1px solid #FF8000;
    float: left;
    width : 150px;
    border-radius: 10px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    background-color: #ffffff;
}

#menu ul{
	margin: 0;
	padding: 4px 0px 4px 0px;
}

#menu li {
	list-style: none;
}

#menu a.menuButton, #menu a.menuButtonActive  {
	color: #000000;
	text-decoration: none;
	padding: 4px 6px 4px 6px;
}

#menu a.menuButtonActive, #menu  a.menuButton:hover {
  background-color: #FF8000;
  color: #ffffff;
}
