/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 14px;
	vertical-align: baseline;
	color: white;
}

html{
	background: url(../images/E1J_1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

a {color:#F9A61A;font-family:'roboto',sans-serif;}

a:hover {color:white;}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

select {padding: 4px 10px;  border: 1px solid black;font-family:'roboto',sans-serif;}
.textbox {padding: 4px 10px;  border: 1px solid black;font-family:'roboto',sans-serif;}
input[type=radio] {width: 1.3em; height: 1.3em;:10px;vertical-align:middle;background:white;}


/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* FIN RESET */

/* GENERAL */

body {
	font: 'roboto', Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


#container {
	width: 900px;	/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: rgba(0, 0, 0, 0.5);
	border: 3px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-radius:40px;
	-moz-border-radius:40px; /* Firefox 3.6 and earlier */
	padding:20px 20px 20px 20px;

}

#centrer {
	text-align:center;
	font-size: 120%;
	
}

#maincontent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.yellowalert {color:yellow;font-family:roboto, sans-serif;}

.envoyer {
	background-color: rgba(0, 153, 81, 0.7); 
	color: white;
	padding : 15px 30px 15px 30px;
	appearance: none;
	box-shadow: none;
	border: none;
	font-size:16px;
}

.envoyer:hover{
	background-color: rgba(0, 153, 81, 1); 
}

.

.oneColFixCtrHdr #container {
	width: 900px;	/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: black;	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-radius:40px;
	-moz-border-radius:40px; /* Firefox 3.6 and earlier */

}
.oneColFixCtrHdr #header {
	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	
}


.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #ffffff;
}
.oneColFixCtrHdr #footer p {

}

.admin #container {
	width: 900px;	/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#f7f7f7;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 30px 20px;
}
.admin #header {
	height: 150px;
	margin: 0 auto;
	text-align: center;
	font: 100% 'roboto', Verdana, Arial, Helvetica, sans-serif;
	
}
.admin #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: 200% 'roboto',Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.admin #mainContent {
	padding: 30px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url('images/Carre_vert.png');
}
.admin #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #ffffff;
}
.admin #footer p {

}


h2 {
	margin: 10px 10px;	
	font-size:150%;
}

ul {
	margin: 5px 10px;	
}

li {
	margin: 5px 5px;
}

.label
{
	font-weight:bold;
	width:150px;
}

.labelform
{
	
	width:200px;
	font-size:16px;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	color:white;
	vertical-align: middle;
	padding-bottom : 10px;
}

.labelform_medium
{
	color: white;

	font-size: 24px;
	width:200px;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
}

.labelform_small
{
	color: yellow;

	font-size: 18px;
	width:200px;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
}

.labelform_big
{
	color: white;
	font-weight:bold;
	font-size: 30px;
	width:200px;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
}

.lien_gros
{
	font-weight:bold;
	font-style:italic;
	font-size: 20px;
	font-family: 'roboto', Arial, Helvetica, sans-serif;
	
}

.centredutableau
{
	text-align:center;
}


/* FIN GÉNÉRAL */

/*  */

.envoyer,
#submitRequestButton {
	transition: background-color 0.2s ease, opacity 0.2s ease, cursor 0.2s ease;
}

.envoyer:disabled,
#submitRequestButton:disabled {
	background-color: #9e9e9e !important;
	color: #ffffff;
	cursor: not-allowed;
	opacity: 0.75;
}

.envoyer:not(:disabled),
#submitRequestButton:not(:disabled) {
	background-color: rgba(0, 153, 81, 0.7);
	color: #ffffff;
	cursor: pointer;
}

.envoyer:not(:disabled):hover,
#submitRequestButton:not(:disabled):hover {
	background-color: rgba(0, 153, 81, 1);
}
